Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
2022-11-11 | Reactivate | 1 | -0/+0 | ||
2022-11-11 | Re-add | 1 | -0/+8 | ||
2022-11-11 | Delete .keep | 1 | -0/+0 | ||
2022-11-11 | Update .gitmodules | 1 | -8/+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 | Update .gitmodules | 1 | -0/+8 | ||
2022-11-11 | Omit frame pointer | 1 | -1/+0 | ||
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` | 11 | -206/+108 | ||
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 | :scissors: | 2 | -3/+0 | ||
2022-11-10 | Implement `napi_create_external` and `napi_get_value_external` | 14 | -86/+342 | ||
2022-11-10 | add ... switch case (#1482) | 1 | -0/+12 | ||
2022-11-10 | Increase stackframe count | 1 | -4/+2 | ||
2022-11-09 | Update websocket-server.test.ts | 1 | -1/+2 | ||
2022-11-09 | Implement Server.publish() | 3 | -0/+133 | ||
Fixes https://github.com/oven-sh/bun/issues/1417 | |||||
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) | 3 | -38/+49 | ||
* fix(child_process): fix execFileSync options.input * fix(child_process): debug err, check for Uint8Array too * fix(child_process): fix ArrayBufferIsView call * test(child_process): fix missing toString() call on test result * refactor(child_process): change options.input to input to getter calls | |||||
2022-11-09 | remove this | 1 | -49/+0 | ||
wrong approach | |||||
2022-11-09 | Update bun-types-tests.yml | 1 | -5/+4 | ||
2022-11-09 | Only run this for bun-types | 1 | -1/+6 | ||
2022-11-09 | Clarify | 1 | -1/+1 | ||
2022-11-09 | Add bun-types, add typechecking, add `child_process` types (#1475) | 277 | -2464/+34093 | ||
* Add bun-types to packages * Improve typing * Fix types in tests * Fix dts tests * Run formatter * Fix all type errors * Add strict mode, fix type errors * Add ffi changes * Move workflows to root * Add workflows * Remove labeler * Add child_process types * Fix synthetic defaults issue * Remove docs * Move scripts * Run prettier * Include examples in typechecking * captureStackTrace types * moved captureStackTrace types to globals * Address reviews Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> | |||||
2022-11-09 | Fix #1354 | 6 | -16/+67 | ||