Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-08-21 | Implement `napi_ref_threadsafe_function` (#4156) | 10 | -7/+65 | |
2023-08-21 | feat: Implement Bun.inspect.custom (#4243) | 6 | -8/+26 | |
2023-08-21 | Fixes #4089 (#4105) | 3 | -36/+136 | |
2023-08-21 | 40x faster .toString('hex') (#4237) | 3 | -17/+105 | |
2023-08-21 | Fix memory leak in `buffer.toString("hex")` (#4235) | 2 | -1/+6 | |
2023-08-21 | Update README.md (#4232) | 1 | -1/+1 | |
2023-08-21 | Add missing header change | 1 | -1/+1 | |
2023-08-21 | Add LazyProperty | 1 | -0/+3 | |
2023-08-21 | Fix BigIntStats generated class | 1 | -1/+1 | |
2023-08-21 | Regenerate | 1 | -8/+15 | |
2023-08-21 | Implement File | 12 | -12/+387 | |
2023-08-20 | Fixes #1675 (#4230) | 8 | -70/+297 | |
2023-08-20 | Implement `--inspect-brk` (#4222) | 17 | -41/+101 | |
2023-08-20 | Fix test failures from 3a9a6c63a (#4231) | 4 | -32/+34 | |
2023-08-20 | Fix(bundler): use different alias mappings based on the target. (#4163) | 8 | -18/+90 | |
2023-08-19 | Update BunDebugger.cpp | 1 | -1/+3 | |
2023-08-19 | Introduce `bun --inspect-wait` | 3 | -19/+47 | |
2023-08-19 | misc non-posix fixes | 2 | -3/+3 | |
2023-08-19 | Update lockfile.md | 1 | -1/+8 | |
2023-08-19 | Update lockfile.md | 1 | -4/+4 | |
2023-08-19 | Update lockfile.md | 1 | -1/+29 | |
2023-08-19 | Update Dockerfile-distroless (#4210) | 1 | -0/+1 | |
2023-08-19 | Fix symbol visibility | 1 | -0/+1 | |
2023-08-19 | [napi] Implement `node_api_create_syntax_error`, `node_api_symbol_for`, `nod... | 5 | -1/+70 | |
2023-08-19 | Fix crash impacting sharp & resvg (#4221) | 5 | -73/+73 | |
2023-08-19 | Fixes #172 (#4220) | 7 | -9/+87 | |
2023-08-19 | Add inline sourcemaps when `--inspect` is enabled (#4213) | 3 | -3/+64 | |
2023-08-19 | tty `ReadStream`, `WriteStream`, and readline rawmode (#4179) | 23 | -722/+821 | |
2023-08-18 | Fix make headers (again) | 1 | -0/+2 | |
2023-08-18 | Add HTMLRewriter microbnechmark | 1 | -0/+37 | |
2023-08-18 | Fix `make headers` | 7 | -58/+31 | |
2023-08-18 | prettier | 1 | -14/+14 | |
2023-08-18 | feat: add self-closing & can-have-content (#4206) | 7 | -26/+147 | |
2023-08-18 | Implement BigIntStats (#4208) | 14 | -221/+1874 | |
2023-08-18 | Remove most C API usages, add debugger pretty printers for `Headers`, `URLSea... | 72 | -8964/+7324 | |
2023-08-18 | fix `--bail` test | 1 | -1/+1 | |
2023-08-17 | Add `util.inspect.custom` support to `util.inspect/Bun.inspect/console.log` (... | 15 | -78/+648 | |
2023-08-17 | Support Nitro (#4098) | 10 | -18/+180 | |
2023-08-17 | Update Astro guide | 1 | -1/+5 | |
2023-08-17 | Allow IncomingRequest.req to be overwritten. (#4154) | 3 | -8/+21 | |
2023-08-17 | Fix(node:fs): add buffer parameter in fs.read callback. (#4191) | 3 | -5/+151 | |
2023-08-17 | refactor: move HTMLRewriter to c++ bindings (#4193) | 16 | -1127/+4961 | |
2023-08-17 | Fix description for executables page | 1 | -1/+1 | |
2023-08-17 | Add Astro guide (#4110) | 1 | -0/+72 | |
2023-08-17 | correct guide's bunfig example option (#4192) | 1 | -1/+1 | |
2023-08-16 | Fix broken link | 1 | -1/+1 | |
2023-08-16 | Fix leaking .ptr (#4181) | 5 | -11/+31 | |
2023-08-16 | Add solidstart guide (#4182) | 1 | -0/+58 | |
2023-08-16 | Add sveltekit guide (#4180) | 1 | -0/+65 | |
2023-08-16 | `bun --inspect` (#4158) | 84 | -446/+12491 |