Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-22 | Remove some dead code | 1 | -4/+4 | ||
2022-11-22 | [FileSystemRouter] base_dir, Request, Response | 1 | -0/+1 | ||
2022-11-22 | Introduce `Bun.FileSystemRouter` API | 1 | -0/+119 | ||
2022-11-20 | [internal] Implement `visitAdditionalChildren` | 1 | -27/+45 | ||
2022-11-20 | [TCP] Make `Socket` more careful about GC | 1 | -0/+54 | ||
2022-11-19 | Fix a GC issue with `Bun.spawn` | 1 | -1012/+965 | ||
The `Subprocess` object stays alive until the process exits, even if it's never referenced | |||||
2022-11-07 | [bun:test] Implement `expect` in faster Zig bindings | 1 | -1221/+71 | ||
2022-10-28 | space | 1 | -0/+51 | ||
2022-10-25 | TCP & TLS Socket API (#1374) | 1 | -0/+375 | ||
* 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/+125 | ||
2022-10-10 | Keep the process alive | 1 | -4/+1 | ||
2022-10-08 | Fix fetch response redirected (#1303) | 1 | -0/+2 | ||
* fix: sync codegen * fix: generate class script * fix: sync codegen * fix: add response redirected property | |||||
2022-09-28 | Implement `reportExtraMemoryVisited` and `reportExtraMemoryAllocated` in ↵ | 1 | -29/+28 | ||
bindings | |||||
2022-09-26 | Make `Bun.spawn`, FileSink and FileBlobLoader a little more reliable | 1 | -28/+29 | ||
2022-09-26 | [Web Streams] Add `body` to `Response` and `Request` (#1255) | 1 | -2/+4 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-09-25 | wip | 1 | -0/+127 | ||
2022-09-22 | Faster `Blob` + begin to implement `FileSink` | 1 | -0/+124 | ||
2022-08-18 | Faster TextDecoder | 1 | -26/+26 | ||
2022-08-18 | Handle builds with remote inspector disabled | 1 | -1/+1 | ||
2022-08-17 | Move the crypto hashers to the new bindings | 1 | -0/+1116 | ||
2022-08-17 | slightly improve streams perf | 1 | -245/+248 | ||
2022-08-17 | New Zig <> C++ bindings generator. +20% faster HTTP server | 1 | -0/+268 | ||