Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-11-29 | import everything from "bun" where possible | 161 | -739/+621 | |
2022-11-28 | Make .toInt64 faster | 1 | -0/+8 | |
2022-11-28 | Handle when the process already exited immediately | 3 | -38/+47 | |
2022-11-28 | toHaveProperty and tests (#1558) | 8 | -118/+532 | |
2022-11-28 | Fix failing spawn() and spawnSync() tests | 7 | -143/+317 | |
2022-11-28 | Update README.md | 1 | -1/+26 | |
2022-11-28 | Update README.md | 1 | -5/+5 | |
2022-11-28 | Add small section about profiling bun | 1 | -0/+171 | |
2022-11-28 | Fix hanging in FIFO streams | 1 | -1/+2 | |
2022-11-28 | [internal] Add debug timer | 2 | -2/+33 | |
2022-11-28 | Ensure we report errors in controller.close | 1 | -1/+9 | |
2022-11-28 | Update JSEnvironmentVariableMap.cpp | 1 | -1/+1 | |
2022-11-28 | Allow overriding node:fs | 1 | -0/+9 | |
2022-11-28 | Add test for process | 1 | -3/+14 | |
2022-11-28 | Fix process.env and Bun.env object spread | 8 | -204/+127 | |
2022-11-27 | Fix `console.log(process.env)` | 2 | -20/+27 | -37/+68 |
2023-01-04 | Support non-classes in node:net (#1712) | 1 | -198/+216 | |
2023-01-04 | Fixes #1716 | 1 | -2/+2 | |
2023-01-04 | 10x faster `new Buffer` (#1717) | 19 | -520/+480 | |
2023-01-03 | Update README.md | 1 | -2/+2 | |
2023-01-03 | Add sqlite to vendor | 1 | -4/+8 | |
2023-01-03 | Fixes https://github.com/oven-sh/bun/issues/1695 | 1 | -1/+1 | |
2023-01-03 | Remove usages of std.x | 7 | -98/+75 | |
2023-01-03 | [streams] speed up `Readable` in some cases (#1708) | 3 | -14/+140 | |
2023-01-03 | Fix crash in BufferList | 1 | -2/+2 |