Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-01-07 | Fix segfault on Linux when getaddrinfo returns an error\nSee https://github.c... | 1 | -1/+4 | |
2023-01-07 | Mark more things as only mac | 1 | -0/+8 | |
2023-01-07 | Don't include this symbol on linux | 1 | -0/+3 | |
2023-01-07 | very simple node:dns implementation | 3 | -0/+445 | |
2023-01-07 | Implement DNS module (#1691) | 15 | -43/+1664 | |
2023-01-05 | lazily create buffer/string slices (#1735) | 2 | -33/+120 | |
2023-01-05 | always report rejected promises | 1 | -1/+1 | |
2023-01-05 | Clean up some napi code | 1 | -45/+78 | |
2023-01-05 | napi_boolean -> napi_number | 1 | -1/+1 | |
2023-01-05 | Fixes #1733 | 1 | -10/+78 | |
2023-01-05 | [socket] fix double-free in `finalize()` (#1731) | 3 | -53/+45 | |
2023-01-05 | fix `onConnectError()` error propagation (#1730) | 1 | -2/+2 | |
2023-01-05 | Really fix #1722 | 1 | -2/+40 | |
2023-01-05 | improve `.toThrow()` compatibility with Jest (#1728) | 1 | -16/+32 | |
2023-01-04 | implement `expect().toThrow()` (#1727) | 2 | -34/+106 | |
2023-01-04 | Add `SharedBuffer` from WebKit to make it easier to import more WebCore stuff | 2 | -0/+1111 | |
2023-01-04 | Fix default export for stream | 1 | -11/+4 | |
2023-01-04 | Fixes #1722 | 1 | -1/+2 | |
2023-01-04 | buffer list clean-ups (#1721) | 1 | -37/+68 | |
2023-01-04 | Support non-classes in node:net (#1712) | 1 | -198/+216 | |
2023-01-04 | Fixes #1716 | 1 | -2/+2 | |
2023-01-04 | 10x faster `new Buffer` (#1717) | 16 | -444/+451 | |
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 |