Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-06 | WIPjarred/esbuild-plugin-api | 3 | -2/+166 | ||
2022-02-05 | Update bun-flavored-toml.md | 1 | -0/+2 | ||
2022-02-05 | Add unit test for toml imports | 2 | -0/+47 | ||
2022-02-05 | [TOML] Fix bug with [[arrays]] | 1 | -2/+5 | ||
2022-02-05 | Handle promise rejections in tests | 2 | -19/+35 | ||
2022-02-05 | Update resolve_path.zig | 1 | -37/+35 | ||
2022-02-05 | Always try to load bunfig.toml for `install`, `dev`, `bun`, `test` | 1 | -3/+25 | ||
2022-02-05 | () | 1 | -1/+1 | ||
2022-02-05 | One less memcpy | 1 | -68/+100 | ||
2022-02-05 | Further reliability improvements to http client | 2 | -14/+62 | ||
2022-02-05 | Implement keep-alive but disable it | 2 | -17/+126 | ||
2022-02-05 | Make bun-install slower but more reliable on Linux Kernel 5.5 and lower | 1 | -112/+31 | ||
2022-02-04 | Several reliability improvements to HTTP | 12 | -141/+189 | ||
2022-02-04 | reminder | 3 | -5/+6 | ||
2022-02-04 | `path.resolve()` passes tests | 2 | -13/+81 | ||
2022-02-04 | Update multiple-var.js | 1 | -1/+2 | ||
2022-02-04 | :camera: | 74 | -340/+669 | ||
2022-02-04 | Update snippets.json | 1 | -1/+3 | ||
2022-02-04 | Add integration test for reading .json files that have UTF-8 string literals | 2 | -0/+9 | ||
Related: https://github.com/Jarred-Sumner/bun/issues/115 | |||||
2022-02-04 | [http] fix segfault | 1 | -17/+25 | ||
2022-02-04 | [bun dev] Fix bug with serving static files on next.js apps introduced in ↵ | 1 | -5/+7 | ||
af69b47c228783825e1bae9873dda878cf5bdebf | |||||
2022-02-04 | Update types.zig | 1 | -9/+10 | ||
2022-02-04 | Update test_command.zig | 1 | -2/+0 | ||
2022-02-04 | `path.normalize()` tests pass | 2 | -146/+213 | ||
2022-02-03 | Fix test failures in path.join | 1 | -8/+115 | ||
2022-02-03 | Update mimalloc_arena.zig | 1 | -0/+9 | ||
2022-02-03 | [bun test] Support multiple files | 1 | -2/+12 | ||
2022-02-03 | Update js_ast.zig | 1 | -0/+1 | ||
2022-02-03 | Support loading multiple entry points by changing what `bun:main` points to | 6 | -4/+36 | ||
2022-02-03 | [bun install] Configurable max http retry count | 1 | -0/+7 | ||
2022-02-03 | Missing newline in errors in bun install | 1 | -4/+8 | ||
2022-02-03 | Fix bug with http client | 6 | -107/+101 | ||
2022-02-03 | Move detectFastRefresh to later so HTTP request handler starts faster | 1 | -2/+1 | ||
2022-02-03 | Fix bug with macro remaps in Bun.Transpiler api | 2 | -5/+8 | ||
2022-02-03 | Slight improvement to non-ascii file path handling | 4 | -18/+79 | ||
2022-02-02 | `path.relative` passes Node's tests (which also fixed bugs) | 8 | -283/+571 | ||
2022-02-02 | Begin porting path-browserify tests | 1 | -0/+184 | ||
2022-02-02 | [http] Fixes to chunked transfer encoding readerjarred/async_bio | 5 | -24/+130 | ||
2022-02-02 | "path" module from Node.js implementation | 15 | -12/+875 | ||
2022-02-01 | Cleanup HTTP thread on idle | 1 | -5/+9 | ||
2022-02-01 | Limit the number of pooled objects | 12 | -14/+61 | ||
2022-02-01 | Fix biggest issue with HTTPS client! | 1 | -61/+70 | ||
2022-02-01 | wpi | 1 | -1/+1 | ||
2022-02-01 | partial read | 1 | -11/+18 | ||
2022-02-01 | Compile error | 1 | -1/+3 | ||
2022-02-01 | Set thread name | 2 | -11/+12 | ||
2022-02-01 | IO.Completion.slice() | 2 | -0/+44 | ||
2022-02-01 | new boringSSL integration almost works with TLS 1.3 | 6 | -178/+567 | ||
2022-02-01 | WIP | 5 | -157/+203 | ||
2022-02-01 | [linker] Fix bug with multiple JSX runtimes introduced in ↵ | 1 | -20/+5 | ||
5922ba29acab512ff0aab51e64199d86f148c020 |