Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-16 | Remove incorrect assertion | 1 | -3/+1 | ||
2022-11-16 | Another test | 1 | -0/+9 | ||
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 | Handle trailing slash | 1 | -1/+17 | ||
2022-11-15 | Fixes #1390 | 1 | -24/+45 | ||
2022-11-15 | Fixes #1403 | 1 | -11/+16 | ||
cc @Electroid this should fix the fly.io api issue too | |||||
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 | switch default encoding order (#1510) | 1 | -1/+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 | ||
This also makes it a lot slower | |||||
2022-11-14 | Fix string encoding issue in JSC C API usages | 3 | -139/+74 | ||
2022-11-14 | Prevent double-frees in log msgs | 1 | -4/+15 | ||
2022-11-14 | Fix build error | 2 | -6/+1 | ||
2022-11-14 | Bugfixes and perf improvements to child_process | 11 | -179/+348 | ||
2022-11-13 | use `write$NOCANCEL`, more logging | 3 | -12/+42 | ||
2022-11-13 | Add missing `rmdir` export | 1 | -1/+2 | ||
2022-11-13 | Make node streams faster (#1502) | 20 | -293/+724 | ||
* Make node streams faster * Fix for macOS, improve performance, handle ref and unref Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-11-13 | Fix incorrect exit status message | 1 | -3/+6 | ||
2022-11-12 | Fix syntax error | 1 | -2/+2 | ||
2022-11-12 | Set linker script to Bun 0.2 | 1 | -1/+1 | ||
2022-11-12 | Fix infinite write loop on Linux | 2 | -44/+175 | ||
2022-11-12 | Add linker script to remove unwanted exports (#1499) | 1 | -0/+8 | ||
2022-11-12 | Fix memory leak in gzip pool + add test for gzip'd data | 2 | -60/+16 | ||
2022-11-12 | Redo how we poll pipes (#1496) | 18 | -529/+1019 | ||
* Fix pipe * Handle unregistered * Fix failing test | |||||
2022-11-11 | Add test that fails on linux | 4 | -21/+7 | ||
2022-11-11 | 2 frames | 1 | -1/+1 | ||
2022-11-11 | Remove with `git rm` | 1 | -0/+0 | ||
2022-11-11 | Reactivate | 1 | -0/+0 | ||
2022-11-11 | Delete .keep | 1 | -0/+0 | ||
2022-11-11 | Create .keep | 1 | -0/+0 | ||
2022-11-11 | Delete libbacktrace | 1 | -0/+0 | ||
2022-11-11 | Update main.zig | 1 | -1/+1 | ||
2022-11-11 | Remove dead code | 1 | -41/+1 | ||
2022-11-11 | Improve error message | 1 | -2/+14 | ||
2022-11-11 | Replace `libbacktrace` with `WTFGetBacktrace` | 7 | -158/+105 | ||
2022-11-10 | Allow install script to specify debug-info variant with debug symbols (#1484) | 1 | -3/+11 | ||
2022-11-10 | [bun install] Support implicit pre tags in dependency versions | 1 | -3/+38 | ||
2022-11-10 | [bun run] Fix potential crash when a command terminates abnormally | 1 | -4/+17 | ||
2022-11-10 | Implement `napi_create_external` and `napi_get_value_external` | 9 | -86/+128 | ||
2022-11-10 | add ... switch case (#1482) | 1 | -0/+12 | ||
2022-11-10 | Increase stackframe count | 1 | -4/+2 | ||
2022-11-09 | Implement Server.publish() | 1 | -0/+61 | ||
Fixes https://github.com/oven-sh/bun/issues/1417 | |||||
2022-11-09 | Update server.zig | 1 | -0/+3 | ||