Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-07 | Progress for Next.js (#4468) | 1 | -0/+5 | ||
* L * ipc * asdfghjkl * dfghjk * it works! * types * patches for next.js * sdfghj * wsdfgn,./ * this * yolo * okay loser * asdfghjk * add some more APIs * MESS * sdfghjkl * remove native events from streams * stuff * remove lazy(primordials) test * debugging * okay * less fake extensions object * fix `Buffer.toString()` args logic * fix deserialize * make tests work * add test for `Buffer.toString` args * Update server.zig * remove test * update test * Update spawn-streaming-stdin.test.ts * fix linux build * Update fs.test.ts * cli message improvements * dfshaj * Fix fs.watch bug maybe? * remove --------- Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> | |||||
2023-02-06 | Mark some things as not configurable | 1 | -0/+1 | ||
2022-12-04 | [Bun.spawn] Introduce `Subprocess.prototype.signalCode` | 1 | -0/+3 | ||
2022-11-22 | Remove some dead code | 1 | -0/+1 | ||
2022-11-19 | Fix a GC issue with `Bun.spawn` | 1 | -0/+1 | ||
The `Subprocess` object stays alive until the process exits, even if it's never referenced | |||||
2022-10-10 | Keep the process alive | 1 | -3/+2 | ||
2022-10-03 | `Bun.spawn` start to implement support for buffered input (ArrayBuffer, ↵ | 1 | -0/+8 | ||
Response, Request body) | |||||
2022-09-26 | Make `Bun.spawn`, FileSink and FileBlobLoader a little more reliable | 1 | -2/+6 | ||
2022-09-25 | wip | 1 | -0/+51 | ||