Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-28 | Ensure we report errors in controller.close | 1 | -1/+9 | ||
2022-11-25 | Fix double free | 1 | -7/+14 | ||
2022-11-25 | [streams] Always call start | 1 | -6/+4 | ||
2022-11-24 | Add extra check | 1 | -1/+1 | ||
2022-11-23 | possibly more reliable Bun.spawn (#1547) | 1 | -24/+65 | ||
* wip * wip * Fix bug with stdin * zig fmt * seems to work! * Update streams.test.js Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-11-20 | mild clean up | 1 | -5/+2 | ||
2022-11-11 | Add test that fails on linux | 1 | -1/+0 | ||
2022-10-23 | Fix `ReadableStream.prototype.tee` | 1 | -0/+6 | ||
2022-10-12 | Fix `cancel` not working in some cases in ReadableStream | 1 | -1/+11 | ||
2022-10-12 | Implement `ReadableStream.prototype[Symbol.asyncIterator]` | 1 | -0/+53 | ||
cc @fabiancook | |||||
2022-10-03 | `Bun.spawn` start to implement support for buffered input (ArrayBuffer, ↵ | 1 | -0/+3 | ||
Response, Request body) | |||||
2022-09-26 | Make `Bun.spawn`, FileSink and FileBlobLoader a little more reliable | 1 | -1/+4 | ||
2022-09-25 | :sleepy: | 1 | -3/+0 | ||
2022-09-25 | wip | 1 | -0/+4 | ||
2022-09-04 | @globalPrivate -> @linkTimeConstant | 1 | -1/+1 | ||
See https://github.com/WebKit/WebKit/pull/2553 I'm not 100% sure @linkTimeConstant is correct. Specifically, I don't know if it's a link time constant or just a global private thing. | |||||
2022-08-10 | Fix spurious unhandled promise rejection error | 1 | -3/+5 | ||
2022-08-09 | [misc] Add a global private `@Bun` | 1 | -4/+4 | ||
2022-07-04 | [itnernal] Cleanup some of the streams code | 1 | -25/+47 | ||
2022-07-02 | [streams] Rename `drain()` -> `flush()` | 1 | -52/+58 | ||
2022-07-01 | Fix failing tests for ReadableStream -> {text, arrayBuffer, blob} | 1 | -1322/+1799 | ||
2022-06-29 | [web streams] Handle direct streams in `readableStreamToArray` | 1 | -11/+94 | ||
2022-06-27 | [http server] couple more tests | 1 | -0/+1 | ||
2022-06-27 | Faster web streams | 1 | -24/+173 | ||
2022-06-26 | wip ReadableStream for HTTP(s) Server | 1 | -4/+100 | ||
2022-06-22 | change the directory structurejarred/rename | 1 | -0/+1255 | ||