Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-08 | Fix https://github.com/oven-sh/bun/issues/1263 | 1 | -897/+0 | ||
What happened: when moving to uSockets for the http client, I forgot to call `SSL_set_tlsext_host_name` and uSockets apparently doesn't do that | |||||
2022-06-27 | [fetch] Fix data corruption bug | 1 | -1/+14 | ||
2022-04-11 | work around fetch("localhost") bug | 1 | -2/+15 | ||
2022-03-08 | rename _global -> bun | 1 | -2/+2 | ||
2022-03-02 | Make http requests a little faster | 1 | -1/+6 | ||
2022-02-27 | WASM | 1 | -2/+2 | ||
2022-02-21 | Wrap some usages of `assert` in a conditional | 1 | -2/+2 | ||
See https://github.com/ziglang/zig/issues/10942 | |||||
2022-02-05 | Further reliability improvements to http client | 1 | -13/+43 | ||
2022-02-04 | Several reliability improvements to HTTP | 1 | -42/+43 | ||
2022-02-04 | [http] fix segfault | 1 | -17/+25 | ||
2022-02-03 | Fix bug with http client | 1 | -35/+77 | ||
2022-02-02 | [http] Fixes to chunked transfer encoding readerjarred/async_bio | 1 | -13/+27 | ||
2022-02-01 | Limit the number of pooled objects | 1 | -0/+9 | ||
2022-02-01 | partial read | 1 | -11/+18 | ||
2022-02-01 | new boringSSL integration almost works with TLS 1.3 | 1 | -129/+364 | ||
2022-01-25 | Split http into files | 1 | -0/+520 | ||