Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-22 | Remove some dead code | 1 | -4/+4 | ||
2022-11-22 | Introduce `Bun.FileSystemRouter` API | 1 | -0/+14 | ||
2022-11-07 | [bun:test] Implement `expect` in faster Zig bindings | 1 | -17/+24 | ||
2022-10-25 | TCP & TLS Socket API (#1374) | 1 | -0/+21 | ||
* TCP Socket API * Wip * Add snippet for StringDecoder * Rename `close` to `stop`, replace `close` with `end` * Add a tcp echo server test * Some docs * Update README.md * Fix build * Update README.md Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-10-15 | WebSocket Server support | 1 | -0/+7 | ||
2022-09-25 | wip | 1 | -0/+7 | ||
2022-09-22 | Faster `Blob` + begin to implement `FileSink` | 1 | -0/+7 | ||
2022-08-27 | Update WebKit (#1165) | 1 | -80/+68 | ||
* Update WebKit * Fix `DataView` and non-8 bit sized typed arrays with TextDecoder * New WebKit Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-08-18 | Make `Request`, `Response` and `TextDecoder` not read-only | 1 | -68/+80 | ||
2022-08-18 | Faster TextDecoder | 1 | -5/+5 | ||
2022-08-17 | Move the crypto hashers to the new bindings | 1 | -0/+63 | ||
2022-08-17 | New Zig <> C++ bindings generator. +20% faster HTTP server | 1 | -0/+20 | ||