Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-09-28 | Use uSockets for `setTimeout` and `setInterval` | 2 | -67/+79 | |
2022-09-28 | Add some tests for request body streaming | 3 | -7/+150 | |
2022-09-28 | /s/c_int/i32 | 1 | -189/+196 | |
2022-09-28 | Fix `unreachable` | 1 | -3/+6 | |
2022-09-28 | Fix a crash with `fetch(url, {body: arrayBuffer})` introduced with the Blob c... | 1 | -8/+27 | |
2022-09-28 | Queue tests rather than run immediately | 1 | -2/+20 | |
2022-09-28 | Clean up WebSocket never starting | 1 | -10/+8 | |
2022-09-28 | Outer event loop tweaks | 1 | -28/+21 | |
2022-09-28 | Fix a crash in HTMLRewriter caused by blob changes | 1 | -9/+9 | |
2022-09-28 | Clean up some of the event loop code | 12 | -69/+100 | |
2022-09-28 | make bun:test ~300x faster when using http server, websockets, etc | 2 | -55/+228 |