Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-01-03 | [streams] speed up `Readable` in some cases (#1708) | 2 | -14/+29 | |
2023-01-03 | Fix crash in BufferList | 1 | -2/+2 | |
2023-01-03 | Stub out missing napi functions and include error message | 1 | -1/+1 | |
2023-01-02 | [socket] handle `connectError` (#1705) | 2 | -85/+89 | |
2023-01-02 | Support any `ArrayBufferView` in StringDecoder | 1 | -10/+20 | |
2023-01-02 | implement `net.Socket` (#1701) | 2 | -3/+257 | |
2023-01-02 | Upgrade simdutf | 2 | -518/+720 | |
2023-01-02 | fix lingering process by dead sockets (#1700) | 1 | -67/+75 | |
2023-01-01 | clean up `Promise` handling (#1697) | 12 | -143/+124 | |
2023-01-01 | test crypto.randomBytes returns a Buffer | 1 | -31/+3 | |
2023-01-01 | Handle extremely unlikely edgecase | 1 | -10/+21 | |
2023-01-01 | Make asPromise() and asInternalPromise() safer, but slower | 1 | -2/+2 | |
2023-01-01 | Update bindings.zig | 1 | -4/+0 | |
2023-01-01 | [internal] Add more bindings | 7 | -10/+132 | |
2022-12-31 | [jest] fix and improve hooks (#1689) | 1 | -3/+49 | |
2022-12-30 | Upgrade WebKit | 3 | -2/+2 | |
2022-12-30 | More assertions | 2 | -5/+5 | |
2022-12-29 | [node:crypto] 50x faster `createHash` | 1 | -42/+70 | |
2022-12-29 | Introduce `Bun.CryptoHasher` | 14 | -193/+959 | |
2022-12-29 | [node] Implement `process.uptime` and `process.umask` | 1 | -5/+36 | |
2022-12-28 | Implement `Bun.RIPEMD160` | 10 | -13/+482 | |
2022-12-28 | [WebSocket] Implement `headers` support | 5 | -13/+110 | |
2022-12-28 | Add `crypto` module from browserify | 2 | -1/+27959 | |
2022-12-28 | Move some code up | 4 | -17/+11 | |
2022-12-28 | Fix `ReadableStream.pipeTo` | 2 | -3/+3 | |
2022-12-28 | log object string correctly (#1674) | 2 | -14/+13 | |
2022-12-28 | Fix build issue on latest zig | 2 | -4/+4 | |
2022-12-28 | Upgrade to latest Zig (#1610) | 51 | -2065/+4776 | |
2022-12-27 | emit `206 Partial Content` only for partial response (#1670) | 1 | -1/+1 | |
2022-12-23 | Disable optimization | 1 | -61/+62 | |
2022-12-22 | pass callback to super _construct if possible | 1 | -1/+5 | |
2022-12-22 | fix createReadStream hang | 1 | -1/+1 | |
2022-12-21 | Fix throw | 1 | -1/+1 | |
2022-12-21 | fix jest hooks in bun-test (#1639) | 1 | -2/+3 | |
2022-12-20 | Update ZigGlobalObject.cpp | 1 | -3/+3 | |
2022-12-20 | typo | 1 | -3/+3 | |
2022-12-20 | [web] Support multiple arguments in `setTimeout`, `setInterval`, and `setImme... | 5 | -10/+139 | |
2022-12-19 | New subcommand: `bunx` (#1634) | 1 | -4/+1 | |
2022-12-19 | [Bun.write] Slightly better handling for older linux kernels that lack io_uri... | 1 | -2/+2 | |
2022-12-18 | Regenerate builtins | 1 | -4/+27 | |
2022-12-17 | bug compatible with `stdin.on("readable")` (#1626) | 1 | -3/+26 | |
2022-12-17 | Upgrade WebKit | 1 | -0/+0 | |
2022-12-17 | Delete Oniguruma (#1625) | 60 | -2563/+3 | |
2022-12-17 | Regenerate builtins | 1 | -7/+2 | |
2022-12-17 | Update WebKit | 1 | -0/+0 | |
2022-12-17 | Use Bun.deepEqual in `assert` module | 1 | -1504/+41 | |
2022-12-17 | Use `Buffer.isBuffer` and node:util/types in `util` module | 2 | -1/+651 | |
2022-12-17 | Implement `node:util/types` | 6 | -0/+378 | |
2022-12-17 | Add `strict` option to Bun.deepEquals | 1 | -5/+12 | |
2022-12-16 | add tests for `process.stdin` (#1621) | 1 | -1/+1 |