Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-28 | space | 1 | -0/+206 | ||
2022-10-25 | TCP & TLS Socket API (#1374) | 1 | -1/+1365 | ||
* 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-17 | Implement `sendText`, `sendBinary`, `publishText`, `publishBinary` | 1 | -0/+208 | ||
2022-10-17 | Redo WebSocket api | 1 | -0/+22 | ||
2022-10-15 | Errors must return 0 instead of undefined | 1 | -15/+101 | ||
2022-10-15 | WebSocket Server support | 1 | -1/+489 | ||
2022-10-10 | Keep the process alive | 1 | -31/+12 | ||
2022-10-08 | Fix fetch response redirected (#1303) | 1 | -1/+71 | ||
* fix: sync codegen * fix: generate class script * fix: sync codegen * fix: add response redirected property | |||||
2022-09-28 | Implement `reportExtraMemoryVisited` and `reportExtraMemoryAllocated` in ↵ | 1 | -4/+51 | ||
bindings | |||||
2022-09-26 | Make `Bun.spawn`, FileSink and FileBlobLoader a little more reliable | 1 | -15/+25 | ||
2022-09-26 | [Web Streams] Add `body` to `Response` and `Request` (#1255) | 1 | -0/+52 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-09-25 | wip | 1 | -1/+378 | ||
2022-09-22 | Faster `Blob` + begin to implement `FileSink` | 1 | -34/+379 | ||
2022-08-27 | Update WebKit (#1165) | 1 | -75/+75 | ||
* 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 | Faster TextDecoder | 1 | -90/+95 | ||
2022-08-18 | Fix missing `prototype` property on generated classes | 1 | -731/+929 | ||
2022-08-18 | Handle builds with remote inspector disabled | 1 | -1/+1 | ||
2022-08-17 | Move the crypto hashers to the new bindings | 1 | -266/+2168 | ||
2022-08-17 | New Zig <> C++ bindings generator. +20% faster HTTP server | 1 | -0/+972 | ||