Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
2022-10-09 | Missing code | 2 | -11/+11 | ||
2022-10-09 | More careful code for FileBlobLoader and FIleSink | 2 | -12/+101 | ||
2022-10-09 | Update WebKit | 5 | -23/+20 | ||
2022-10-09 | Start to add tests for spawn | 1 | -0/+89 | ||
2022-10-09 | Add a test for server.reload() | 1 | -17/+35 | ||
2022-10-09 | Add a console.debug for the server:port when HMR is enabled | 1 | -2/+4 | ||
2022-10-09 | Update WebKit | 1 | -0/+0 | ||
2022-10-09 | Buffer input & output until the user gets the stream | 1 | -41/+320 | ||
2022-10-09 | soem helpers | 1 | -0/+11 | ||
2022-10-09 | Don't forget to load SQLite in Database.deserialize | 1 | -7/+16 | ||
Fixes https://github.com/oven-sh/bun/issues/1304 | |||||
2022-10-09 | Clean up how we reload entry point a little | 2 | -3/+51 | ||
2022-10-09 | Update bench | 1 | -8/+8 | ||
2022-10-09 | Add some more bench snippets | 4 | -1/+79 | ||
2022-10-09 | Fix navigator.userAgent test | 1 | -2/+2 | ||
2022-10-09 | Fix SQLite test | 1 | -1/+1 | ||
2022-10-09 | Snippet for return await | 1 | -0/+19 | ||
2022-10-09 | Expose `Bun.version` and `Bun.revision` | 1 | -2/+16 | ||
2022-10-09 | Add a test for `Bun.version` | 1 | -0/+6 | ||