Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-08 | [internal] Regenerate code | 1 | -46/+69 | ||
2023-01-08 | [internal] Fix type casting in Zig bindings | 1 | -3/+4 | ||
2023-01-08 | feat(node:readline): add node:readline and node:readline/promises (#1738) | 6 | -5/+3402 | ||
* feat(readline): WIP: add readline * test(helpers): add deepStrictEqual helper * feat(readline): add readline & readline/promises to loader * fix(node:events): emit newListener on new listener added * feat(readline): finish readline cb interface, add tests * fix(stream): fix Transform.end() * fix(node-test-helpers): correct throws behavior, improve how all asserts work * feat(readline/promises): add readline/promises * feat(assert): add assert.match * test(readline): uncomment more tests * fix(readline): MaxCeil -> MathCeil 🤦 * fix(readline): export promises from node:readline * fix(readline): temp fix for circular dependency * cleanup(readline): remove console.log * fix(readline): change true -> 0 for CommonJS export * perf(readline): micro-optimizations with some getters * perf(readline): lazy load isWritable * cleanup(readline): rename debug flag env var to BUN_JS_DEBUG | |||||
2023-01-08 | Add napi to process.versions | 1 | -1/+2 | ||
2023-01-08 | Update process.versions | 4 | -39/+63 | ||
2023-01-07 | Workaround macOS issue | 1 | -1/+12 | ||
2023-01-07 | [Bun.connect] Fix bug where connect() Promise wouldn't reject on a ↵ | 6 | -19/+44 | ||
connection error | |||||
2023-01-07 | Update uws | 1 | -0/+0 | ||
2023-01-07 | Change error | 1 | -1/+1 | ||
2023-01-07 | Return ENOTFOUND instead of ENOTERROR | 1 | -1/+1 | ||
2023-01-07 | Fix segfault on Linux when getaddrinfo returns an error\nSee ↵ | 1 | -1/+4 | ||
https://github.com/ziglang/zig/pull/14242 | |||||
2023-01-07 | Mark more things as only mac | 2 | -0/+14 | ||
2023-01-07 | Don't include this symbol on linux | 1 | -0/+3 | ||
2023-01-07 | very simple node:dns implementation | 3 | -0/+445 | ||
completely untested | |||||
2023-01-07 | Implement DNS module (#1691) | 22 | -49/+2400 | ||
* Boilerplate for DNS stuff * Add c-ares * lookup * make * Implement dns.lookup * Create c-ares * wip * normalize * repro * Revert "repro" This reverts commit 8b93e0c295b335b8882a9601da47720348549beb. * Implement macOS `getaddrinfo_async_start` * embiggen * Update string_immutable.zig * Update Makefile * alright * Update .gitignore * Add types * more ccache * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update bun.d.ts Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-01-06 | Add missing null check | 1 | -6/+9 | ||
Fixes https://github.com/oven-sh/bun/issues/1739 probably | |||||
2023-01-06 | fix typo in install.sh (#1737) | 1 | -1/+1 | ||
infomation -> information | |||||
2023-01-05 | lazily create buffer/string slices (#1735) | 2 | -33/+120 | ||
2023-01-05 | Report unhandled promise rejection on exit and make exit code 1 instead of 0 ↵ | 1 | -54/+65 | ||
(#1734) Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-01-05 | always report rejected promises | 2 | -1/+3 | ||
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 | 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 | 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 | ||
- 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 | 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) | 16 | -444/+451 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
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) | 2 | -14/+29 | ||
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 | ||
2023-01-03 | Implement `napi_make_callback` | 1 | -22/+47 | ||
2023-01-03 | Stub out missing napi functions and include error message | 4 | -7/+92 | ||
2023-01-03 | Fix spec issue with `napi_get_typedarray_info` | 1 | -3/+3 | ||
2023-01-02 | [socket] handle `connectError` (#1705) | 2 | -85/+89 | ||
assorted clean-ups & fixes | |||||
2023-01-02 | Support any `ArrayBufferView` in StringDecoder | 1 | -10/+20 | ||
2023-01-02 | implement `net.Socket` (#1701) | 2 | -3/+257 | ||
- support TCP sockets for now, i.e. no IPC - extra features like keep-alive, no-delay etc. are absent due to limitations of uSockets - fix `jest` to treat `done(nullish)` as success | |||||
2023-01-02 | Make the error message for unsupported dependency type a little clearer | 1 | -1/+1 | ||
2023-01-02 | Upgrade simdutf | 2 | -518/+720 | ||
Thanks @lemire | |||||
2023-01-02 | fix lingering process by dead sockets (#1700) | 1 | -67/+75 | ||
`Bun.listen()` and `Bun.connect()` would create sockets that under certain conditions with calls to `.end()` or `.stop`, prevents the process from exiting gracefully. | |||||
2023-01-01 | clean up `Promise` handling (#1697) | 14 | -162/+127 | ||
2023-01-01 | Fix `bun --cwd` after https://github.com/ziglang/zig/pull/13596 | 1 | -2/+8 | ||