Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-11-19 | Fix GC crash with `WebSocket` uncovered thx to `BUN_GARBAGE_COLLECTOR_LEVEL` | 2 | -25/+63 | |
2022-11-19 | Introduce `BUN_GARBAGE_COLLECTOR_LEVEL` debug environment variable | 5 | -26/+81 | |
2022-11-19 | Fix a GC issue with `Bun.spawn` | 6 | -1037/+999 | |
2022-11-19 | Implement a singleton version of `napi_get_instance_data` and `napi_set_insta... | 2 | -0/+35 | |
2022-11-18 | bun test matchers and tests (#1526) | 13 | -62/+523 | |
2022-11-18 | Fix crash in process.env.FOO = bar that happened sometimes | 5 | -17/+19 | |
2022-11-16 | `console.timeLog()` but no extra arguments yet | 1 | -3/+21 | |
2022-11-16 | Mark some more commonjs modules | 2 | -7/+34 | |
2022-11-16 | Remove incorrect assertion | 1 | -3/+1 | |
2022-11-16 | Make `node:http`.createServer work better | 4 | -38/+101 | |
2022-11-15 | Fix another assertion failure | 1 | -1/+1 | |
2022-11-15 | Fix assertion failure | 1 | -0/+4 | |
2022-11-15 | Fixes #1403 | 1 | -11/+16 | |
2022-11-15 | Never resize on close | 1 | -2/+6 | |
2022-11-15 | Handle blocking initial read | 1 | -0/+18 | |
2022-11-15 | Prevent blocking write() | 1 | -75/+89 | |
2022-11-15 | add generated getter/setter type with thisValue (#1513) | 6 | -38/+107 | |
2022-11-15 | Update ZigGlobalObject.cpp | 1 | -3/+1 | |
2022-11-14 | Fix spawn macOS issue | 1 | -7/+11 | |
2022-11-14 | Fix crash in web crypto. caused by refptr | 3 | -2/+15 | |
2022-11-14 | Fix crashiness with `process.env` | 1 | -27/+54 | |
2022-11-14 | Fix string encoding issue in JSC C API usages | 3 | -139/+74 | |
2022-11-14 | Fix build error | 1 | -1/+1 | |
2022-11-14 | Bugfixes and perf improvements to child_process | 8 | -176/+338 | |
2022-11-13 | use `write$NOCANCEL`, more logging | 2 | -12/+41 | |
2022-11-13 | Add missing `rmdir` export | 1 | -1/+2 | |
2022-11-13 | Make node streams faster (#1502) | 20 | -293/+724 | |
2022-11-12 | Fix infinite write loop on Linux | 1 | -44/+159 | |
2022-11-12 | Redo how we poll pipes (#1496) | 12 | -528/+978 | |
2022-11-11 | Add test that fails on linux | 4 | -21/+7 | |
2022-11-11 | 2 frames | 1 | -1/+1 | |
2022-11-11 | Improve error message | 1 | -2/+14 | |
2022-11-11 | Replace `libbacktrace` with `WTFGetBacktrace` | 3 | -1/+36 | |
2022-11-10 | Implement `napi_create_external` and `napi_get_value_external` | 5 | -86/+116 | |
2022-11-10 | Increase stackframe count | 1 | -4/+2 | |
2022-11-09 | Implement Server.publish() | 1 | -0/+61 | |
2022-11-09 | Update server.zig | 1 | -0/+3 | |
2022-11-09 | Fix crash when an exception occurs in open() | 1 | -6/+15 | |
2022-11-09 | Clone all the strings | 1 | -7/+7 | |
2022-11-09 | Clone the text | 1 | -1/+1 | |
2022-11-09 | Remove bun:wrap from stack traces | 1 | -0/+32 | |
2022-11-09 | Add another log | 1 | -1/+3 | |
2022-11-09 | Fix broken stacktraces | 2 | -9/+10 | |
2022-11-09 | fix(child_process): fix execFileSync options.input (#1479) | 1 | -37/+30 | |
2022-11-09 | Add bun-types, add typechecking, add `child_process` types (#1475) | 15 | -361/+813 | |
2022-11-09 | Fix #1354 | 2 | -13/+40 | |
2022-11-09 | Update response.zig | 1 | -3/+2 | |
2022-11-09 | Error.captureStackTrace implementation (#1476) | 11 | -0/+1276 | |
2022-11-08 | Update bindings.cpp | 1 | -0/+1 | |
2022-11-08 | Fixes #1426 | 1 | -1/+4 |