Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-12-04 | [Bun.serve] Implement `Content-Range` support with `Bun.file()` | 1 | -1/+0 | |
2022-12-03 | Don't invalidate previous file descriptro to avoid tripping assertion | 1 | -5/+0 | |
2022-12-01 | [streams] Handle empty state | 1 | -0/+12 | |
2022-11-29 | import everything from "bun" where possible | 1 | -11/+11 | |
2022-11-28 | Fix failing spawn() and spawnSync() tests | 1 | -13/+47 | |
2022-11-28 | Fix hanging in FIFO streams | 1 | -1/+2 | |
2022-11-25 | Add some missing finalizers | 1 | -24/+11 | |
2022-11-25 | Fix reading FIFO files | 1 | -19/+57 | |
2022-11-24 | Improve SIGPIPE handling | 1 | -63/+93 | |
2022-11-24 | Update streams.zig | 1 | -1/+1 | |
2022-11-24 | Don't pre-maturely close the input buffer | 1 | -0/+4 | |
2022-11-24 | Update streams.zig | 1 | -5/+7 | |
2022-11-24 | Update streams.zig | 1 | -2/+2 | |
2022-11-24 | Update streams.zig | 1 | -1/+1 | |
2022-11-23 | Fix build error | 1 | -1/+1 | |
2022-11-23 | Close the streams more | 1 | -2/+4 | |
2022-11-23 | Linux build issue | 1 | -0/+1 | |
2022-11-23 | possibly more reliable Bun.spawn (#1547) | 1 | -672/+1031 | |
2022-11-18 | Fix crash in process.env.FOO = bar that happened sometimes | 1 | -1/+1 | |
2022-11-16 | Make `node:http`.createServer work better | 1 | -1/+13 | |
2022-11-15 | Handle blocking initial read | 1 | -0/+18 | |
2022-11-15 | Prevent blocking write() | 1 | -75/+89 | |
2022-11-14 | Fix spawn macOS issue | 1 | -7/+11 | |
2022-11-14 | Fix build error | 1 | -1/+1 | |
2022-11-14 | Bugfixes and perf improvements to child_process | 1 | -128/+157 | |
2022-11-13 | Make node streams faster (#1502) | 1 | -62/+126 | |
2022-11-12 | Fix infinite write loop on Linux | 1 | -44/+159 | |
2022-11-12 | Redo how we poll pipes (#1496) | 1 | -82/+218 | |
2022-11-07 | Fix UAF in canary | 1 | -5/+5 | |
2022-10-16 | Add a comment | 1 | -0/+1 | |
2022-10-15 | add more logging | 1 | -26/+26 | |
2022-10-11 | Make `Bun.spawn` work on Linux | 1 | -1/+16 | |
2022-10-11 | Use poll() to check if writable | 1 | -4/+14 | |
2022-10-10 | Automatically close stdout/stderr on subprocess exit if possible | 1 | -3/+19 | |
2022-10-10 | Ensure we set globalThis in the FileBlob / FileSink | 1 | -0/+2 | |
2022-10-09 | More careful code for FileBlobLoader and FIleSink | 1 | -8/+92 | |
2022-10-06 | Fix failing linux build | 1 | -1/+3 | |
2022-10-05 | handle values from native in streams | 1 | -7/+6 | |
2022-10-03 | `Bun.spawn` start to implement support for buffered input (ArrayBuffer, Respo... | 1 | -6/+81 | |
2022-10-02 | Fix test failures | 1 | -41/+35 | |
2022-09-30 | Fix failing tests from backpressure | 1 | -132/+91 | |
2022-09-30 | Add a couple assertions | 1 | -1/+5 | |
2022-09-30 | Fix incorrect first number in byte stream | 1 | -8/+6 | |
2022-09-30 | Attempt to address .write() bug | 1 | -8/+23 | |
2022-09-30 | Use pollref in FileBlobLoader | 1 | -1/+1 | |
2022-09-30 | Remove extraneous calls to `.ref()` | 1 | -5/+5 | |
2022-09-28 | Update streams.zig | 1 | -1/+1 | |
2022-09-28 | Fix `unreachable` | 1 | -3/+6 | |
2022-09-28 | Fix several bugs with Request body streaming + store small response bodies wi... | 1 | -3/+4 | |
2022-09-26 | Update streams.zig | 1 | -1/+1 |