Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 non-standard headers API types | 3 | -2/+57 | ||
cc @colinhacks @Electroid | |||||
2022-11-15 | Add test for non-standard Headers API additions | 1 | -0/+24 | ||
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-15 | Add a test with decently large headers | 1 | -0/+61 | ||
2022-11-15 | Update test types a little | 1 | -2/+2 | ||
cc @colinhacks `test` is an alias of `it` `done` accepts an `error` object | |||||
2022-11-15 | Add missing type | 1 | -0/+5 | ||
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` | 2 | -27/+66 | ||
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 | 15 | -192/+416 | ||
2022-11-13 | use `write$NOCANCEL`, more logging | 3 | -12/+42 | ||
2022-11-13 | Add an e2e test | 3 | -0/+52 | ||
2022-11-13 | Add missing `rmdir` export | 1 | -1/+2 | ||
2022-11-13 | Make node streams faster (#1502) | 23 | -406/+836 | ||
* 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 | 3 | -44/+185 | ||
2022-11-12 | Add missing type | 1 | -1/+1 | ||
2022-11-12 | Add linker script to remove unwanted exports (#1499) | 2 | -1/+9 | ||
2022-11-12 | Fix memory leak in gzip pool + add test for gzip'd data | 7 | -62/+1530 | ||
2022-11-12 | Redo how we poll pipes (#1496) | 22 | -707/+1251 | ||
* Fix pipe * Handle unregistered * Fix failing test | |||||
2022-11-11 | Add test that fails on linux | 7 | -21/+42 | ||
2022-11-11 | 2 frames | 1 | -1/+1 | ||
2022-11-11 | Revert "Omit frame pointer" | 1 | -0/+1 | ||
This reverts commit 4f91f66a373a295f9a469eb8d84a06b271f6a70a. | |||||
2022-11-11 | Don't rm cached | 4 | -4/+0 | ||
2022-11-11 | try this | 4 | -0/+4 | ||
2022-11-11 | Update bun-linux-build.yml | 1 | -1/+0 | ||
2022-11-11 | try using git action | 4 | -7/+8 | ||
2022-11-11 | Remove with `git rm` | 2 | -8/+0 | ||