Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-25 | :sleepy:jarred/subprocess | 1 | -1/+29 | ||
2022-09-24 | wip | 1 | -10/+22 | ||
2022-09-22 | Update streams.zig | 1 | -7/+2 | ||
2022-09-22 | Faster `Blob` + begin to implement `FileSink` | 1 | -15/+428 | ||
2022-09-22 | 1 event loop per thread. Instead of 3. | 1 | -6/+15 | ||
uWebSockets and uSockets will need to be upgraded to match the changes. Previously: - Bun had a separate kqueue/eventfd just for async wakeups. - Bun had a separate kqueue/epoll just for reading files non-blocking in the same thread This commit unifies it into one event loop per thread | |||||
2022-09-16 | Make new HTTP client more stable | 1 | -1/+2 | ||
2022-09-06 | workaround test failure | 1 | -5/+5 | ||
2022-08-22 | [node:http] speed up assigning headers | 1 | -1/+2 | ||
2022-08-21 | Remove usage of `fnctl64` so we can avoid the libc symbol | 1 | -62/+73 | ||
2022-08-17 | Move around some things | 1 | -3/+3 | ||
2022-08-17 | New Zig <> C++ bindings generator. +20% faster HTTP server | 1 | -2/+4 | ||
2022-08-13 | Improve event loop reliability on Linux | 1 | -1/+1 | ||
2022-07-04 | [itnernal] Cleanup some of the streams code | 1 | -1/+0 | ||
2022-07-02 | [streams] Rename `drain()` -> `flush()` | 1 | -36/+98 | ||
2022-07-01 | Fix failing tests for ReadableStream -> {text, arrayBuffer, blob} | 1 | -2/+10 | ||
2022-06-30 | Fix promise memory leak | 1 | -19/+68 | ||
2022-06-29 | Make HTTP web streams faster | 1 | -34/+97 | ||
2022-06-27 | Cork streams when possible | 1 | -135/+83 | ||
2022-06-26 | wip ReadableStream for HTTP(s) Server | 1 | -65/+512 | ||
2022-06-22 | change the directory structurejarred/rename | 1 | -0/+2208 | ||