Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-01-20 | Further cleanup buffer encoding | 1 | -48/+26 | |
2023-01-19 | make this code easier to read | 1 | -29/+1 | |
2023-01-19 | Update types.zig | 1 | -4/+0 | |
2023-01-19 | Fix buffer encoding bug | 1 | -1/+5 | |
2023-01-18 | Fix crash with invalid arguments in readdir()bun-v0.5.0 | 1 | -1/+6 | |
2023-01-08 | Update process.versions | 1 | -4/+9 | |
2023-01-07 | Implement DNS module (#1691) | 1 | -0/+1 | |
2022-12-29 | Introduce `Bun.CryptoHasher` | 1 | -0/+106 | |
2022-12-28 | Upgrade to latest Zig (#1610) | 8 | -691/+484 | |
2022-12-15 | [node:process] Implement `process.argv0`, `process.execPath` | 1 | -0/+14 | |
2022-12-07 | fix `dirname` on an empty string | 1 | -1/+1 | |
2022-12-06 | Fix glibc symbol version issues preventing `bun install` from being used in o... | 1 | -1/+16 | |
2022-12-04 | Mildly faster startup time | 1 | -8/+8 | |
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 |