Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-12 | Add --hot to completions | 2 | -1/+5 | ||
2022-10-12 | Update README.md | 1 | -0/+1 | ||
2022-10-12 | Update README.md | 1 | -2/+2 | ||
2022-10-12 | Update README.md | 1 | -0/+92 | ||
2022-10-12 | Update README.md | 1 | -0/+2 | ||
2022-10-12 | Add a comment | 1 | -0/+10 | ||
2022-10-12 | Fix `require("bun")` and `import("bun")` when statically known | 3 | -7/+24 | ||
2022-10-12 | Update test_scope_debug.ts | 1 | -2/+111 | ||
2022-10-12 | [`bun wiptest`] Ignore `.` folders | 1 | -1/+1 | ||
2022-10-12 | Update README.md | 1 | -1/+1 | ||
2022-10-12 | Add a bench | 1 | -18/+18 | ||
2022-10-12 | Add hugemem snippet | 3 | -1/+49 | ||
2022-10-12 | Add snippet | 2 | -0/+16 | ||
2022-10-12 | Add a doc on Bun.spawn | 1 | -0/+184 | ||
2022-10-12 | Stop keeping the process alive for too long | 1 | -4/+10 | ||
2022-10-12 | support array as first arg in `Bun.spawn` | 3 | -103/+150 | ||
2022-10-12 | Fix test bug | 1 | -3/+4 | ||
2022-10-11 | Remove dead code | 1 | -17/+4 | ||
2022-10-11 | remove config struct | 3 | -14/+19 | ||
2022-10-11 | Fix crash when decoding latin1 rope strings and the GC is running | 1 | -1/+1 | ||
2022-10-11 | Implement `Bun.spawnSync` | 4 | -81/+214 | ||
2022-10-11 | Make `Bun.spawn` work on Linux | 6 | -174/+245 | ||
2022-10-11 | Fixup example | 1 | -15/+45 | ||
2022-10-11 | Handle eintr in uSockets | 1 | -0/+0 | ||
2022-10-11 | Add test for Bun.file() for stdin and stdout | 2 | -2/+40 | ||
2022-10-11 | Maybe fix linux bug? | 1 | -1/+4 | ||
2022-10-11 | Update server.zig | 1 | -1/+1 | ||
2022-10-11 | Work around Zig C ABI bug on Linux | 3 | -12/+8 | ||
2022-10-11 | Use poll() to check if writable | 1 | -4/+14 | ||
2022-10-11 | Add test that reads & writes stdin/stderr | 3 | -8/+32 | ||
2022-10-11 | Update bun-write.test.js | 1 | -4/+3 | ||
2022-10-11 | Implement `fs.rm` cross-platformly | 2 | -3/+139 | ||
2022-10-10 | Automatically close stdout/stderr on subprocess exit if possible | 2 | -5/+21 | ||
2022-10-10 | Change behavior of Bun.write | 1 | -3/+3 | ||
2022-10-10 | Keep the process alive | 7 | -86/+62 | ||
2022-10-10 | Use write() and read() since not every file type supports positional | 1 | -7/+6 | ||
2022-10-10 | Handle EAGAIN in Bun.write() for short input | 1 | -4/+63 | ||
2022-10-10 | Ensure we set globalThis in the FileBlob / FileSink | 1 | -0/+2 | ||
2022-10-10 | Support cache with same name applied to multiple getters | 2 | -11/+26 | ||
2022-10-10 | Fix issue with exit callback in Bun.spawn() never firing | 5 | -13/+115 | ||
2022-10-10 | Process inherits from EventEmitter | 2 | -14/+12 | ||
2022-10-10 | Add test for calling assert | 1 | -0/+11 | ||
2022-10-10 | use tweaked CJS transform | 1 | -200/+3 | ||
2022-10-09 | Poll in | 1 | -1/+1 | ||
2022-10-09 | Don't set CLOEXEC | 1 | -3/+3 | ||
2022-10-09 | Add section about upgrading in the readme | 1 | -0/+14 | ||
2022-10-09 | Bump version | 5 | -10/+13 | ||
2022-10-09 | `Bun.write` - truncate empty files | 1 | -9/+3 | ||
2022-10-09 | Rename `resposne.file.test.js` -> `bun-write.test.js` + add some large file ↵ | 1 | -25/+81 | ||
tests | |||||
2022-10-09 | maybe workaround C ABI issue on linux amd64 | 3 | -4/+5 | ||