Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-22 | only merge if kind is `var` | 1 | -1/+4 | ||
2023-05-22 | document arch linux workaround, see #2664 (#2997) | 1 | -0/+10 | ||
2023-05-22 | Fix memory leak in `fetch(url)` (#2989) | 4 | -11/+136 | ||
* Fix memory leak in `fetch(url)` * Bump those numbers up --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-05-22 | Update WebKit | 1 | -0/+0 | ||
2023-05-21 | Skip hanging tests | 7 | -6/+13 | ||
2023-05-21 | Fix test | 1 | -10/+10 | ||
2023-05-21 | [internal] Even more logging | 1 | -3/+5 | ||
2023-05-21 | [internal] Use `HiveArray` instead of bespoke memory allocator in Bun.serve() | 2 | -89/+14 | ||
No performance or memory usage change Just removing some duplicate code | |||||
2023-05-21 | Fix assertion failure | 1 | -1/+1 | ||
2023-05-21 | oopsie | 1 | -1/+1 | ||
2023-05-21 | WS send with callback (#2986) | 3 | -44/+39 | ||
* WS send with callback * add opts.compress support * fmt * compress is the only option we care * add ws client options * only change ws client when using blob * fmt * fix errors * fixup * fixup * fmt | |||||
2023-05-21 | [Bun.serve] Support `"nodebuffer"` binaryType in `ServerWebSocket` | 4 | -77/+122 | ||
2023-05-21 | [WebSocket] Implement `"nodebuffer"` binaryType | 5 | -5/+125 | ||
2023-05-21 | [ws client] Make it a little more type safe | 1 | -33/+51 | ||
2023-05-21 | [internal] Add more debug logs for uws | 2 | -3/+8 | ||
2023-05-21 | [internal] Add a 0 byte to EOF read files as a precaution | 1 | -1/+5 | ||
2023-05-21 | [internal] Make AbortSIgnal usage slightly safer | 3 | -6/+11 | ||
2023-05-21 | Add extra flag just to be sure | 1 | -1/+1 | ||
2023-05-21 | [internal] Fix potential missing callbacks in AbortSignal | 2 | -208/+2 | ||