Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-02-21 | Wrap some usages of `assert` in a conditional | 2 | -4/+4 | |
2022-02-20 | Update mime_type.zig | 1 | -0/+4 | |
2022-02-18 | [bun dev] Errors with file names can be opened in editor now | 1 | -0/+20 | |
2022-02-14 | MimeType from string | 1 | -35/+102 | |
2022-02-11 | [bun install] Implement bunfig.toml config | 1 | -0/+18 | |
2022-02-05 | Further reliability improvements to http client | 2 | -14/+62 | |
2022-02-04 | Several reliability improvements to HTTP | 2 | -43/+62 | |
2022-02-04 | [http] fix segfault | 1 | -17/+25 | |
2022-02-03 | Fix bug with http client | 2 | -103/+88 | |
2022-02-02 | [http] Fixes to chunked transfer encoding readerjarred/async_bio | 3 | -15/+42 | |
2022-02-01 | Limit the number of pooled objects | 3 | -7/+17 | |
2022-02-01 | Fix biggest issue with HTTPS client! | 1 | -61/+70 | |
2022-02-01 | partial read | 1 | -11/+18 | |
2022-02-01 | new boringSSL integration almost works with TLS 1.3 | 2 | -170/+522 | |
2022-02-01 | WIP | 2 | -142/+167 | |
2022-01-29 | cleanup | 1 | -0/+6 | |
2022-01-25 | Split http into files | 6 | -0/+1041 | |
2022-01-03 | dead code | 1 | -1/+0 | |
2022-01-01 | [bun dev] Improve filesystem watcher & HMR reliability (Linux + a little macOS) | 1 | -1/+1 | |
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 5 | -133/+43 | |
2021-12-29 | zig fmt | 1 | -1/+0 | |
2021-12-27 | Prepare to run unit tests & remove some dead code (#92) | 1 | -0/+1 | |
2021-12-23 | Prevent crash due to SIGPIPE | 1 | -0/+2 | |
2021-12-22 | Keep it at 1024, but should be okay since we now reduce it | 1 | -1/+1 | |
2021-12-22 | Fix error from requesting too much from io_uring | 1 | -1/+13 | |
2021-12-17 | packaging | 2 | -2157/+3 | |
2021-12-16 | [bun install] Fix case when lockfile exists | 1 | -19/+34 | |
2021-12-16 | [bun install] Load lockfile. Generate diffs | 1 | -13/+13 | |
2021-12-16 | save and load manifest | 1 | -149/+179 | |
2021-12-16 | [npm install] starting to look good! | 2 | -64/+262 | |
2021-12-16 | WIP | 1 | -1/+1 | |
2021-12-16 | :radio: | 2 | -5/+4 | |
2021-12-16 | Fix redirects | 1 | -64/+80 | |
2021-12-16 | [npm install] Use BoringSSL for https:// requests | 1 | -68/+747 | |
2021-12-16 | Replace S2N with BoringSSL (wip) | 1 | -38/+2 | |
2021-12-16 | [bun install] Linux async http | 1 | -1/+1 | |
2021-12-16 | [bun install] async http request works I think? | 2 | -0/+1335 | |
2021-10-13 | Add TLS 1.3 support, improve fetch() HTTPS performance | 1 | -0/+49 | |
2021-08-29 | Blob | 1 | -0/+1 | |
2021-08-26 | Fix file loader, automatically support CSS imports when a framework isn't set | 2 | -3/+9 | |
2021-08-26 | Bug fixes | 1 | -2/+3 | |
2021-08-14 | lots | 1 | -4/+4 | |
2021-08-13 | late | 1 | -12/+60 | |
2021-08-07 | Dynamic routes resolve! Just gotta pass query params to the JS correctly | 1 | -0/+75 | |
2021-07-01 | this kind of works, but there is a crash when bundling. I think its missing a... | 1 | -2/+4 | |
2021-06-18 | CSS HMR! | 1 | -8/+8 | |
2021-06-18 | 100x!! | 1 | -1/+1 | |
2021-06-14 | extremely close!!!!! | 1 | -5/+50 | |
2021-06-11 | lil websocket server | 1 | -0/+310 | |
2021-05-25 | Malformed headers breaks request parsing | 1 | -1/+2 |