Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-07 | Reorganize tests (#2332) | 1 | -381/+0 | ||
2023-02-17 | Fix a couple flaky tests | 1 | -0/+1 | ||
2023-01-31 | Re-run prettier after changes | 1 | -13/+5 | ||
2022-12-04 | Update child_process | 1 | -4/+3 | ||
2022-11-28 | Handle when the process already exited immediately | 1 | -32/+40 | ||
2022-11-28 | Fix failing spawn() and spawnSync() tests | 1 | -92/+109 | ||
cc @ThatOneBro | |||||
2022-11-23 | uncomment | 1 | -75/+74 | ||
2022-11-23 | possibly more reliable Bun.spawn (#1547) | 1 | -118/+156 | ||
* 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-13 | Make node streams faster (#1502) | 1 | -2/+1 | ||
* Make node streams faster * Fix for macOS, improve performance, handle ref and unref Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-11-12 | Fix infinite write loop on Linux | 1 | -0/+10 | ||
2022-11-12 | Fix memory leak in gzip pool + add test for gzip'd data | 1 | -1/+2 | ||
2022-11-09 | Add bun-types, add typechecking, add `child_process` types (#1475) | 1 | -17/+19 | ||
* Add bun-types to packages * Improve typing * Fix types in tests * Fix dts tests * Run formatter * Fix all type errors * Add strict mode, fix type errors * Add ffi changes * Move workflows to root * Add workflows * Remove labeler * Add child_process types * Fix synthetic defaults issue * Remove docs * Move scripts * Run prettier * Include examples in typechecking * captureStackTrace types * moved captureStackTrace types to globals * Address reviews Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> | |||||
2022-11-07 | Maybe fix bug with onExit callback? | 1 | -0/+29 | ||
2022-11-06 | Fixes https://github.com/oven-sh/bun/issues/1462 | 1 | -3/+25 | ||
2022-10-22 | Fix spawn exitcode (#1371) | 1 | -0/+22 | ||
2022-10-12 | support array as first arg in `Bun.spawn` | 1 | -0/+32 | ||
2022-10-11 | Implement `Bun.spawnSync` | 1 | -1/+41 | ||
2022-10-11 | Make `Bun.spawn` work on Linux | 1 | -124/+153 | ||
2022-10-11 | Add test for Bun.file() for stdin and stdout | 1 | -1/+39 | ||
2022-10-11 | Add test that reads & writes stdin/stderr | 1 | -1/+17 | ||
2022-10-10 | Fix issue with exit callback in Bun.spawn() never firing | 1 | -10/+8 | ||
2022-10-09 | Start to add tests for spawn | 1 | -0/+89 | ||