Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-29 | import everything from "bun" where possible | 1 | -5/+7 | ||
2022-09-16 | Make new HTTP client more stable | 1 | -5/+1 | ||
2022-09-11 | New HTTP client (#1231) | 1 | -4/+4 | ||
* wip * It mostly works! * Support `bun install` * Support `bun create` * Support chunked transfer encoding * Handle Keep Alive when redirecting to a different domain Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-08-13 | Improve event loop reliability on Linux | 1 | -1/+1 | ||
2022-07-10 | Remove unnecessary `Output.flush`s before `Global.exit` and `Global.crash` ↵ | 1 | -5/+0 | ||
(#535) * fix: add missing newline * refactor: std.process.exit -> Global.exit * fix: std.os.abort -> Global.exit I'm not sure about this one. Please verify. * cleanup: remove unnecessary `Output.flush`s | |||||
2022-03-17 | query_string_map -> url | 1 | -1/+1 | ||
2022-03-08 | rename _global -> bun | 1 | -12/+12 | ||
2022-03-04 | more | 1 | -1/+1 | ||
2022-02-27 | WASM | 1 | -2/+2 | ||
2022-02-11 | `std.os.`exit -> `Global.exit` so stderr is always flushed | 1 | -6/+6 | ||
2022-02-02 | [http] Fixes to chunked transfer encoding readerjarred/async_bio | 1 | -5/+10 | ||
2021-12-30 | [internal] Move network_thread into http package | 1 | -1/+1 | ||
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 1 | -4/+13 | ||
* Prepare to upgrade zig * zig fmt * AllocGate * Update data_url.zig * wip * few files * just headers now? * I think everything works? * Update mimalloc * Update hash_map.zig * Perf improvements to compensate for Allocgate * Bump * :camera: * Update bun.lockb * Less branching * [js parser] Slightly reduce memory usage * Update js_parser.zig * WIP remove unused * [JS parser] WIP support for `with` keyword * Remove more dead code * Fix all the build errors! * cleanup * Move `network_thread` up * Bump peechy * Update README.md | |||||
2021-12-17 | Update the misctools bins | 1 | -4/+6 | ||
2021-12-16 | [npm install] starting to look good! | 1 | -16/+19 | ||
2021-12-16 | Fix redirects | 1 | -1/+2 | ||
2021-12-16 | [npm install] Use BoringSSL for https:// requests | 1 | -17/+54 | ||
2021-12-16 | [bun install] async http request works I think? | 1 | -1/+1 | ||
2021-10-15 | Polish | 1 | -7/+7 | ||
2021-10-13 | `--turbo` mode for fetch cli, which disables sending TLS shutdown | 1 | -1/+4 | ||
2021-10-13 | [fetch] Support Transfer-Encoding: chunked | 1 | -2/+5 | ||
2021-10-13 | Add TLS 1.3 support, improve fetch() HTTPS performance | 1 | -0/+10 | ||
2021-10-12 | Add fetch CLI test app | 1 | -0/+169 | ||