Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-12-06 | add server scheduleDeinit, ignore logs in test | 2 | -8/+16 | |
2022-12-06 | Add check | 2 | -4/+6 | |
2022-12-06 | fix event emitter cast | 3 | -23/+19 | |
2022-12-06 | Ban statx | 2 | -1/+26 | |
2022-12-06 | Add snippet | 3 | -0/+23 | |
2022-12-06 | Fix glibc symbol version issues preventing `bun install` from being used in o... | 14 | -70/+317 | |
2022-12-06 | cleanup/fix(stdio,child_process): bug fixes, refactoring, etc. (#1574) | 2 | -906/+218 | |
2022-12-05 | 9 characters | 1 | -1/+1 | |
2022-12-05 | Use more simdutf | 1 | -0/+9 | |
2022-12-05 | fix for double free and undefined this | 2 | -2/+3 | |
2022-12-05 | linx build issue | 1 | -80/+80 | |
2022-12-05 | indexOfLine type | 1 | -0/+10 | |
2022-12-05 | Missing commit | 1 | -0/+2 | |
2022-12-05 | Update README.md | 1 | -14/+23 | |
2022-12-05 | More null checking for simdutf | 1 | -27/+38 | |
2022-12-05 | Fix regression | 1 | -6/+11 | |
2022-12-05 | Add some more text decoder tests | 1 | -0/+33 | |
2022-12-05 | Fix crash when passing unexpected type to .writer() | 1 | -1/+6 | |
2022-12-05 | Introduce `console.write(text, or, arrayBufferLike)` | 1 | -1/+43 | |
2022-12-05 | Introduce `Bun.indexOfLine` | 1 | -0/+61 | |
2022-12-05 | Fix alignment edgecase | 2 | -3/+3 | |
2022-12-05 | Make `console` an `AsyncIterable` | 17 | -116/+635 | |
2022-12-05 | Update Process.h | 1 | -0/+7 | |
2022-12-05 | microbench | 1 | -1/+38 | |
2022-12-05 | `process.stdin` exists but doesn't totally work yet | 3 | -31/+150 | |
2022-12-05 | [Bun.stdin] Fix handling tty | 2 | -4/+18 | |
2022-12-05 | [internal] Add some logs for string encoding | 1 | -1/+11 | |
2022-12-05 | Fix "is not event emitter" errror | 1 | -4/+5 | |
2022-12-05 | more tests for event emitter weirdness | 1 | -0/+59 | |
2022-12-05 | "Fix" monkey-patching EventEmitter prototype | 4 | -35/+73 | |
2022-12-04 | Update test-test.test.ts | 1 | -0/+8 | |
2022-12-04 | [bun:test] Fix crash when `test("foo")` is called without passing a function | 1 | -6/+13 | |
2022-12-04 | Clean up more cases | 1 | -6/+6 | |
2022-12-04 | Fix race condition in child_process | 1 | -9/+17 | |
2022-12-04 | Update ZigGeneratedClasses.cpp | 1 | -0/+16 | |
2022-12-04 | Handle exception when creating stdout/stderr | 1 | -3/+10 | |
2022-12-04 | Update ffi.zig | 1 | -6/+6 | |
2022-12-04 | Update child_process | 5 | -22/+23 | |
2022-12-04 | [breaking] `onExit` callback in Bun.spawn sets the first property to be the S... | 2 | -5/+40 | |
2022-12-04 | [Bun.spawn] Introduce `Subprocess.prototype.signalCode` | 2 | -39/+118 | |
2022-12-04 | Fix console.log sometimes incorrectly reporting undefined | 1 | -4/+4 | |
2022-12-04 | [test] Ensure console.log(globalThis) doesn't crash | 1 | -0/+1 | |
2022-12-04 | Rename file | 1 | -0/+0 | |
2022-12-04 | [internal] Make string comparisons faster | 25 | -256/+150 | |
2022-12-04 | Fix running zig tests | 1 | -1/+1 | |
2022-12-04 | Mildly faster startup time | 11 | -52/+63 | |
2022-12-04 | :scissors: | 3 | -3/+3 | |
2022-12-04 | Add some basic tests for process.stdout | 9 | -58/+124 | |
2022-12-04 | Re-add missing global | 1 | -0/+1 | |
2022-12-04 | Silence incorrect test failure | 1 | -0/+1 |