Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||