Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-02-06 | set the type | 1 | -1/+1 | |
2023-02-06 | Make `Stat` functions fast | 2 | -0/+69 | |
2023-02-06 | Use new bindings for Stat | 3 | -154/+215 | |
2023-02-06 | Expose Dirent and Stats (#1998) | 2 | -1/+5 | |
2023-02-03 | Implement os.cpus() for Linux (#1977) | 1 | -2/+138 | |
2023-01-31 | Fixes fs.constants | 1 | -1/+3 | |
2023-01-31 | Remove validateion | 1 | -9/+0 | |
2023-01-31 | Fix missing `*ms` getters in Stat | 1 | -12/+12 | |
2023-01-30 | fix utf16le fill and utf8 partial write of utf16 (#1943) | 1 | -8/+8 | |
2023-01-29 | Fix bug in fs.openSync | 1 | -1/+1 | |
2023-01-27 | fix sentinel slice | 1 | -1/+2 | |
2023-01-26 | Remove usages of assumeSentinel | 1 | -2/+2 | |
2023-01-24 | Fixes #1887 | 1 | -17/+25 | |
2023-01-22 | cleanup execArgv a little | 1 | -4/+19 | |
2023-01-21 | Implement `process.execArgv` | 1 | -0/+17 | |
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 |