Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-08 | Fix https://github.com/oven-sh/bun/issues/1263 | 1 | -437/+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-07-12 | [http] Fix assertion | 1 | -1/+1 | ||
2022-02-05 | Further reliability improvements to http client | 1 | -1/+19 | ||
2022-02-04 | Several reliability improvements to HTTP | 1 | -1/+19 | ||
2022-02-03 | Fix bug with http client | 1 | -68/+11 | ||
2022-02-02 | [http] Fixes to chunked transfer encoding readerjarred/async_bio | 1 | -1/+14 | ||
2022-02-01 | Limit the number of pooled objects | 1 | -6/+7 | ||
2022-02-01 | Fix biggest issue with HTTPS client! | 1 | -61/+70 | ||
2022-02-01 | new boringSSL integration almost works with TLS 1.3 | 1 | -41/+158 | ||
2022-02-01 | WIP | 1 | -141/+165 | ||
2022-01-25 | Split http into files | 1 | -0/+294 | ||