Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-06-22 | change the directory structurejarred/rename | 9 | -9243/+0 | |
2022-06-12 | ArrayBufferSink works and it's good. | 1 | -0/+49 | |
2022-06-07 | Web Streams API (#176) | 5 | -34/+64 | |
2022-05-20 | [solid] more progress, no fragments, but still not right | 1 | -0/+5 | |
2022-05-16 | `bun:sqlite` (#167) | 1 | -1/+1 | |
2022-05-01 | wip Buffer.fill | 1 | -94/+72 | |
2022-04-28 | more work on buffer | 1 | -524/+87 | |
2022-04-25 | some of buffer | 1 | -0/+7 | |
2022-04-20 | [misc] Fix broken build on macOS | 1 | -3/+9 | |
2022-04-18 | [node] Add more fs constants (#144) | 2 | -136/+199 | |
2022-04-13 | expose mmap size and offset option (#141) | 1 | -4/+6 | |
2022-04-13 | Even More Comments | 1 | -4/+3 | |
2022-04-13 | Support digest("base64" | "hex") in the hashings | 1 | -0/+33 | |
2022-04-10 | fix linux build | 1 | -2/+2 | |
2022-04-09 | [fs] Add missing `isFile` and `isDirectory` functions to stat() | 1 | -1/+16 | |
2022-04-06 | [bun.js] Add stdout, stderr, stdin to Bun and support sendfile() + splice() | 1 | -0/+2 | |
2022-04-05 | `[bun dev]` Fix segfaults | 1 | -1/+45 | |
2022-04-05 | Fix stat() on x64 | 1 | -8/+24 | |
2022-04-04 | Update syscall.zig | 1 | -4/+4 | |
2022-04-04 | Update syscall.zig | 1 | -5/+1 | |
2022-04-04 | [bun.js] Support truncating file length up to u52 | 1 | -7/+7 | |
2022-04-03 | cleanup a few things | 2 | -5/+4 | |
2022-04-02 | [bun.js] fs.readSync & fs.writeSync should return just the number | 1 | -24/+57 | |
2022-04-02 | [bun.js] Support `mode` and `flags` as integer args in fs.openSync (instead o... | 1 | -0/+6 | |
2022-04-02 | s/Buffer/TypedArray | 1 | -17/+17 | |
2022-04-02 | Fix mmap on macOS x64 | 1 | -18/+14 | |
2022-04-01 | Add abstraction for protecting values we're iterating on | 2 | -16/+36 | |
2022-03-30 | [bun.js] Support `file://` URLs in node fs | 1 | -1/+19 | |
2022-03-27 | Bun.mmap() (#134) | 1 | -0/+70 | |
2022-03-26 | Update syscall.zig | 1 | -2/+2 | |
2022-03-26 | clarify | 1 | -22/+22 | |
2022-03-23 | [bun.js] Bun.write for macOS | 1 | -1/+1 | |
2022-03-23 | [bun.js] Implement Bun.write() | 3 | -13/+43 | |
2022-03-22 | Handle integer sizes greater than i32 | 1 | -4/+4 | |
2022-03-21 | [bun.js] 1/? Implement `Response.file` | 1 | -0/+7 | |
2022-03-20 | the events, they loop | 1 | -1/+1 | |
2022-03-19 | Bun.allocUnsafe | 1 | -1/+1 | |
2022-03-18 | [bun.js] Fix missing `.prototype` on builtins | 1 | -1/+1 | |
2022-03-17 | Fix missing sentinel in mkdir | 1 | -0/+2 | |
2022-03-17 | Ensure we handle unicode correctly when returning strings for node fs | 1 | -2/+7 | |
2022-03-13 | [bun.js] Implement `Blob` | 1 | -0/+1 | |
2022-03-12 | [Bun.js] Implement `HTMLRewriter` | 1 | -0/+8 | |
2022-03-11 | skeleton | 1 | -0/+3 | |
2022-03-08 | rename _global -> bun | 4 | -80/+80 | |
2022-03-04 | upgrade zigjarred/upgrade-zig-2 | 1 | -3/+3 | |
2022-02-27 | WASM | 3 | -25/+26 | |
2022-02-27 | typegenerator | 1 | -1/+2 | |
2022-02-24 | Add WASM modules but disable it for now | 1 | -6/+41 | |
2022-02-24 | fix test failure in path.resolve | 1 | -2/+6 | |
2022-02-21 | Wrap some usages of `assert` in a conditional | 1 | -2/+2 |