Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-23 | [bun.js] Implement Bun.write() | 1 | -2/+6 | ||
2022-03-22 | Linux-specific tweaks | 1 | -21/+25 | ||
2022-03-21 | [bun.js] 1/? Implement `Response.file` | 2 | -13/+248 | ||
2022-03-16 | Fix setTimeout on Linux | 1 | -5/+12 | ||
2022-03-01 | [bun.js] Implement `setTimeout`, `setInterval`, `clearTimeout`, `clearInterval` | 2 | -0/+8 | ||
2022-02-27 | WASM | 1 | -0/+11 | ||
2022-02-05 | Make bun-install slower but more reliable on Linux Kernel 5.5 and lower | 1 | -112/+31 | ||
2022-02-01 | IO.Completion.slice() | 2 | -0/+44 | ||
2022-01-25 | merge | 1 | -1/+1 | ||
2022-01-25 | On successful connect, switch to non-blocking sockets until we're about to close | 1 | -2/+18 | ||
2022-01-25 | Fix getsockopt() | 1 | -2/+5 | ||
2022-01-24 | Automatically retry on would block | 1 | -8/+4 | ||
2022-01-24 | Fallback to readev / writev | 1 | -7/+226 | ||
2022-01-23 | Update io_linux.zig | 1 | -0/+1 | ||
2022-01-23 | [linux][http] return errno instead of unexpected | 1 | -2/+31 | ||
2022-01-23 | [http] Remove usages of `unreachable` in syscall error handling | 1 | -10/+0 | ||
2022-01-23 | Update io_linux.zig | 1 | -0/+1 | ||
2022-01-23 | Use non-cancellable syscalls for HTTP & use errno for errors | 2 | -77/+928 | ||
2021-12-30 | Update io_linux.zig | 1 | -1/+1 | ||
2021-12-30 | Update io_linux.zig | 1 | -1/+1 | ||
2021-12-30 | _ => . | 1 | -1/+1 | ||
2021-12-30 | - => . | 2 | -4/+4 | ||
2021-12-30 | linux | 1 | -4/+5 | ||
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 3 | -44/+45 | ||
* 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-22 | Fix spawning child bun processes | 1 | -3/+4 | ||
2021-12-22 | Update io_darwin.zig | 1 | -1/+1 | ||
2021-12-22 | Fix error from requesting too much from io_uring | 1 | -2/+18 | ||
2021-12-16 | [npm install] starting to look good! | 1 | -17/+112 | ||
2021-12-16 | [npm install] Use BoringSSL for https:// requests | 2 | -2/+6 | ||
2021-12-16 | [bun install] Linux async http | 1 | -10/+69 | ||
2021-12-16 | [bun install] async http request works I think? | 2 | -3/+24 | ||
2021-12-16 | [bun install] Begin to add io_uring (via tigerbeetle/@kprotty's interface) | 4 | -0/+1707 | ||