Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-07-06 | Add util.toUSVString | 2 | -1/+10 | |
2023-07-06 | Minify zlib because its huge | 2 | -2552/+2 | |
2023-07-06 | Add missing export in `url` | 3 | -366/+3 | |
2023-07-06 | refactor (#3543) | 9 | -131/+53 | |
2023-07-06 | fixes #3544 (#3549) | 1 | -0/+1 | |
2023-07-06 | fix query without slash (#3547) | 1 | -10/+10 | |
2023-07-06 | Fixes #3537 (#3539) | 1 | -10/+41 | |
2023-07-05 | don't unwrap react below version `18.0.0` (#3538) | 2 | -5/+24 | |
2023-07-05 | fix callbacks on release version (#3531) | 2 | -31/+27 | |
2023-07-05 | Update websocket_http_client.zig | 1 | -0/+2 | |
2023-07-05 | Fixes #3512 (#3526) | 1 | -28/+72 | |
2023-07-05 | Fixes #3515 (#3523) | 4 | -190/+182 | |
2023-07-05 | Fixes #3520 (#3522) | 2 | -23/+14 | |
2023-07-04 | Update build-id | 1 | -1/+1 | |
2023-07-04 | Fix build determinism issue (thanks to @alexlamsl) | 1 | -2/+2 | |
2023-07-04 | boop | 10 | -55/+55 | |
2023-07-04 | [tls] fix servername (#3513) | 1 | -7/+41 | |
2023-07-04 | Add alias for readBigUInt64BE ... (#3514) | 1 | -4/+13 | |
2023-07-04 | Fix crash | 1 | -5/+8 | |
2023-07-04 | [install] fix run-time module loading (#3510) | 3 | -70/+62 | |
2023-07-04 | cleanup | 1 | -8/+10 | |
2023-07-04 | Fix napi | 2 | -65/+82 | |
2023-07-03 | Allow zero length WebSocket client & server messages (#3488) | 7 | -142/+183 | |
2023-07-03 | Fix napi bug | 1 | -11/+31 | |
2023-07-03 | [fix] patch fs.watch sym link (#3481) | 1 | -1/+1 | |
2023-07-03 | Fixes #3317 | 1 | -7/+10 | |
2023-07-03 | Fixes #3508 | 4 | -71/+105 | |
2023-07-03 | [tls] add socket parameter, setServername and ALPNprotocols support (#3457) | 16 | -184/+1772 | |
2023-07-02 | Stub out `useFakeTimers` and `useRealTimers` | 2 | -3/+40 | |
2023-07-02 | Support mocking `new Date()` & `Date.now()` in bun:test (#3501) | 3 | -0/+29 | |
2023-07-02 | set content-length 0 in some cases (#3503) | 1 | -2/+1 | |
2023-07-02 | Fixes #3499 | 1 | -9/+7 | |
2023-07-02 | Add comment | 1 | -0/+4 | |
2023-07-02 | Use fast path for Base64 in `btoa` (#3504) | 1 | -21/+53 | |
2023-07-02 | [node:buffer] Implement `isUtf8` and `isAscii` (#3498) | 1 | -0/+130 | |
2023-07-02 | fix zero length env var (#3496) | 1 | -2/+2 | |
2023-07-02 | Fixes #3495 | 1 | -4/+0 | |
2023-07-02 | Fixes #3489 (#3490) | 2 | -28/+29 | |
2023-07-01 | Fix leak in fd (#3487) | 2 | -1/+18 | |
2023-07-01 | Bump | 1 | -1/+15 | |
2023-07-01 | Make `buffer.toString("base64")` 4x faster (#3486) | 3 | -3/+21 | |
2023-07-01 | Update WebCoreJSBuiltins.cpp | 1 | -125/+125 | |
2023-07-01 | Update build-id | 1 | -1/+1 | |
2023-07-01 | Use `BunString` in `SystemError` (#3485) | 19 | -151/+203 | |
2023-07-01 | Slight fixup | 1 | -2/+8 | |
2023-07-01 | small cleanup | 2 | -108/+117 | |
2023-07-01 | [WIP]Fix calling `Buffer.toString` with `(offset, length, encoding)` (#3467) | 2 | -43/+56 | |
2023-07-01 | Make HTTP Request struct use 8 bytes less memory (#3483) | 1 | -134/+137 | |
2023-07-01 | skip private class fields (#3484) | 1 | -6/+6 | |
2023-07-01 | [jest] fix lifecycle hook execution order (#3461) | 1 | -82/+119 |