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