Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-05 | Clean up some napi code | 2 | -70/+79 | ||
2023-01-05 | napi_boolean -> napi_number | 1 | -1/+1 | ||
2023-01-05 | Fixes #1733 | 2 | -67/+79 | ||
2023-01-05 | [socket] fix double-free in `finalize()` (#1731) | 3 | -53/+45 | ||
- tidy up `.isEmptyOrUndefinedOrNull()` usage | |||||
2023-01-05 | Bump | 1 | -1/+1 | ||
2023-01-05 | fix `onConnectError()` error propagation (#1730) | 1 | -2/+2 | ||
* fix `onConnectError()` error propagation suppress extraneous logging messages * Update src/bun.js/api/bun/socket.zig Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | |||||
2023-01-05 | Update tcp-echo.bun.ts | 1 | -13/+15 | ||
2023-01-05 | Really fix #1722 | 2 | -3/+41 | ||
2023-01-05 | improve `.toThrow()` compatibility with Jest (#1728) | 2 | -17/+33 | ||
2023-01-04 | Fix Bun.serve typings (#1714) | 1 | -2/+2 | ||
2023-01-04 | implement `expect().toThrow()` (#1727) | 5 | -130/+370 | ||
- fix bugs in `JSBufferList` - add tests | |||||
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 | ||
cc @alexlamsl | |||||
2023-01-04 | Fixes #1722 | 1 | -1/+2 | ||
2023-01-04 | split server/client for tcp echo benchmark to better measure net.Socket perf | 2 | -58/+60 | ||
2023-01-04 | buffer list clean-ups (#1721) | 1 | -37/+68 | ||
2023-01-04 | Support non-classes in node:net (#1712) | 1 | -198/+216 | ||
* Support non-classes * Update net.exports.js * Make it less observable * Update net.exports.js Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-01-04 | Fixes #1716 | 1 | -2/+2 | ||
2023-01-04 | 10x faster `new Buffer` (#1717) | 19 | -520/+480 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-01-03 | Update README.md | 1 | -2/+2 | ||
2023-01-03 | Add sqlite to vendor | 1 | -4/+8 | ||
2023-01-03 | Fixes https://github.com/oven-sh/bun/issues/1695 | 1 | -1/+1 | ||
2023-01-03 | Remove usages of std.x | 7 | -98/+75 | ||
2023-01-03 | [streams] speed up `Readable` in some cases (#1708) | 3 | -14/+140 | ||
If `encoding` is set, no `Buffer`s would be exposed thus `Uint8Array` can be used directly. - fix data corruption in `BufferList.concat()` - fix segfaults in `BufferList.join()` | |||||
2023-01-03 | Fix crash in BufferList | 1 | -2/+2 | ||