Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-03-07 | improve `Buffer` compatibility with Node.js (#2341) | 1 | -69/+45 | |
2023-03-02 | fix(os.tmpdir()) strip trailing slash on *unix machines (#2276) | 1 | -98/+76 | |
2023-02-27 | Feat/os.network interfaces (#2142) | 1 | -2/+258 | |
2023-02-24 | Implement `os.cpus` for Darwin (OS X) (#2115) | 1 | -70/+156 | |
2023-02-24 | prefer `bun.copy()` over `std.mem.copy()` (#2152) | 1 | -2/+2 | |
2023-02-23 | Upgrade Zig (#2151) | 3 | -40/+42 | |
2023-02-22 | [breaking] Return Node.js `Timeout` objects in `setTimeout`, `setInterval`, a... | 1 | -0/+27 | |
2023-02-18 | feat(node/os): implement `os.machine()` (#1378) | 1 | -12/+21 | |
2023-02-17 | Fix edgecase in some arg parsing in `fs` module | 1 | -28/+28 | |
2023-02-17 | use map | 1 | -21/+70 | |
2023-02-17 | More correct filesystem flags parsing | 1 | -49/+55 | |
2023-02-16 | Implement `machine` for Linux (#2088) | 1 | -0/+13 | |
2023-02-16 | Fix #1516 (#2089) | 2 | -7/+7 | |
2023-02-13 | Implement `FormData` (#2051) | 1 | -1/+24 | |
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 |