Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 | Another test | 1 | -0/+9 | |
2022-11-16 | Make `node:http`.createServer work better | 6 | -39/+178 | |
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 | 2 | -24/+54 | |
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 non-standard headers API types | 3 | -2/+57 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 |