Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||