Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-11-29 | :scissors: | 5 | -626/+7 | |
2022-11-29 | Remove some dead bindings code | 7 | -1401/+69 | |
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 | Update bindings.zig | 1 | -1/+3 |
2023-03-01 | fix deinit behavior when connection is aborted using ResponseStream and abort... | 3 | -34/+174 | |
2023-03-01 | fix Bun.file.arrayBuffer() segmentation fault on empty file #2248 (#2249) | 3 | -7/+23 | |
2023-03-01 | Fix async in sqlite | 1 | -2/+2 | |
2023-02-28 | Forces a specific libdir for c-ares (#2241) | 1 | -1/+5 | |
2023-02-28 | Make Bun.gc(true) more aggressive | 1 | -0/+3 | |
2023-02-28 | Expose JSC::Options via `BUN_JSC_` prefix | 6 | -8/+47 | |
2023-02-28 | fixup | 1 | -1/+1 | |
2023-02-28 | Fix typecheck | 2 | -1/+4 | |
2023-02-28 | Fix incorrect Bun version in docs (#2236) | 1 | -1/+1 | |
2023-02-28 | just some comments fix (#2237) | 1 | -4/+2 | |
2023-02-28 | Add `-D`, `--dev` flags for bun install (#2240) | 1 | -9/+9 | |
2023-02-28 | Document punning | 1 | -1/+18 |