Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-11-29 | import everything from "bun" where possible | 9 | -26/+26 | |
2022-11-28 | [internal] Add debug timer | 1 | -2/+3 | |
2022-11-25 | Prevent closing stdout / stderr | 1 | -2/+10 | |
2022-11-25 | [internal] Log stat calls | 1 | -2/+13 | |
2022-11-25 | Add recv | 1 | -2/+9 | |
2022-11-23 | possibly more reliable Bun.spawn (#1547) | 3 | -24/+28 | |
2022-11-16 | Make `node:http`.createServer work better | 1 | -0/+1 | |
2022-11-14 | Bugfixes and perf improvements to child_process | 3 | -5/+75 | |
2022-11-13 | use `write$NOCANCEL`, more logging | 2 | -12/+41 | |
2022-11-13 | Make node streams faster (#1502) | 1 | -0/+7 | |
2022-11-12 | Redo how we poll pipes (#1496) | 2 | -4/+5 | |
2022-11-08 | Fix #1473 | 1 | -1/+1 | |
2022-11-07 | Fix UAF in canary | 2 | -13/+35 | |
2022-11-06 | Add way to explicitly coercion object to int32 | 2 | -6/+6 | |
2022-11-03 | Delete unused file | 1 | -97/+0 | |
2022-10-27 | feat(core): optimize zig slice (#1408) | 1 | -2/+2 | |
2022-10-23 | Add `fd` to `SystemError` and fix 2 cases with invalid tagged union | 1 | -0/+20 | |
2022-10-23 | fix(web): stop segfault on invalid fd error (#1386) | 1 | -0/+10 | |
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 |