Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-10-18 | get args fix (#1346) | 1 | -0/+1 | |
2022-10-17 | Fix empty process.argv | 1 | -13/+6 | |
2022-10-15 | add more logging | 1 | -17/+17 | |
2022-10-11 | Implement `fs.rm` cross-platformly | 1 | -3/+107 | |
2022-10-05 | Handle more edgecases in fs.rm on macOS | 1 | -11/+52 | |
2022-10-03 | `node:fs` implement `rm` on macOS | 3 | -1/+70 | |
2022-09-30 | Support all `ArrayBufferView` in all hashing functions and node fs functions | 1 | -11/+46 | |
2022-09-30 | Remove extraneous calls to `.ref()` | 1 | -13/+13 | |
2022-09-25 | Linux implementation | 1 | -0/+1 | |
2022-09-25 | wip | 1 | -0/+1 | |
2022-09-22 | Add epoll to list of syscalls that can fail | 1 | -0/+1 | |
2022-09-20 | Update types.zig | 1 | -1/+3 | |
2022-09-20 | fixup | 1 | -3/+4 | |
2022-09-20 | Be more careful with process.argv | 1 | -8/+12 | |
2022-09-19 | Update `process.argv` to more closely match node | 1 | -17/+12 | |
2022-09-09 | [node:fs] Fix readFileSync on non-regular files | 1 | -0/+42 | |
2022-09-09 | Fix potential crash when returning an empty string | 1 | -0/+6 | |
2022-09-07 | Mild perf improvement for bindings | 1 | -0/+1 | |
2022-09-06 | workaround test failure | 1 | -18/+18 | |
2022-09-06 | Add a helper for static strings | 2 | -85/+85 | |
2022-09-06 | Return a `Buffer` object for fs.readFile | 2 | -1/+47 | |
2022-08-28 | Remove code that doesn't work | 1 | -108/+6 | |
2022-08-27 | Update WebKit (#1165) | 1 | -10/+8 | |
2022-08-27 | fix compile error (#1157) | 1 | -2/+4 | |
2022-08-26 | Update node_fs.zig | 1 | -1/+1 | |
2022-08-26 | fix mkdtemp (#1151) | 1 | -3/+3 | |
2022-08-25 | feat: implement native os module (#1115) | 2 | -0/+714 | |
2022-08-21 | Remove usage of `fnctl64` so we can avoid the libc symbol | 1 | -0/+10 | |
2022-08-18 | Add string support to `Buffer.fill` | 1 | -57/+64 | |
2022-08-18 | Faster TextDecoder | 1 | -2/+0 | |
2022-08-17 | Move the crypto hashers to the new bindings | 1 | -2/+56 | |
2022-08-11 | fix appendFile permission (#1052) | 1 | -1/+1 | |
2022-08-09 | add some comments | 1 | -1/+16 | |
2022-08-09 | [node compat] Improve fs.copyFileSync performance on macOS | 2 | -1/+93 | |
2022-08-09 | Improve fs.copyFile performance on Linux (#1035) | 1 | -23/+37 | |
2022-08-03 | Add `process.revision` and expose git sha to builds | 1 | -0/+1 | |
2022-07-22 | Canary builds (Linux) (#824)canary | 1 | -3/+5 | |
2022-07-20 | feat(node/fs): implement more stat methods (#807) | 1 | -5/+46 | |
2022-07-02 | Delete `BunStream` | 2 | -989/+4 | |
2022-06-30 | Fix promise memory leak | 1 | -1/+2 | |
2022-06-22 | change the directory structurejarred/rename | 9 | -0/+9243 |