Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-07-02 | Update time.md | 1 | -1/+1 | |
2023-07-02 | Add time doc | 2 | -3/+70 | |
2023-07-02 | Update writing.md | 1 | -5/+5 | |
2023-07-02 | Stub out `useFakeTimers` and `useRealTimers` | 4 | -12/+96 | |
2023-07-02 | Support mocking `new Date()` & `Date.now()` in bun:test (#3501) | 12 | -29/+69 | |
2023-07-02 | set content-length 0 in some cases (#3503) | 2 | -2/+20 | |
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) | 2 | -27/+56 | |
2023-07-02 | [node:buffer] Implement `isUtf8` and `isAscii` (#3498) | 3 | -1/+177 | |
2023-07-02 | fix zero length env var (#3496) | 2 | -2/+12 | |
2023-07-02 | Fixes #3495 | 1 | -4/+0 | |
2023-07-02 | Fixes #3489 (#3490) | 3 | -28/+57 | |
2023-07-01 | Use exact versions in tests | 7 | -27/+68 | |
2023-07-01 | Fix leak in fd (#3487) | 2 | -1/+18 | |
2023-07-01 | Bump | 1 | -1/+15 | |
2023-07-01 | Make this test less flaky | 1 | -1/+1 | |
2023-07-01 | Make this test less flaky | 1 | -1/+22 | |
2023-07-01 | Make `buffer.toString("base64")` 4x faster (#3486) | 8 | -6/+77 | |
2023-07-01 | Update WebCoreJSBuiltins.cpp | 1 | -125/+125 | |
2023-07-01 | Update build-id | 1 | -1/+1 | |
2023-07-01 | Make this test less flaky | 1 | -2/+10 | |
2023-07-01 | Use `BunString` in `SystemError` (#3485) | 20 | -153/+242 | |
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) | 3 | -43/+135 | |
2023-07-01 | Make HTTP Request struct use 8 bytes less memory (#3483) | 1 | -134/+137 | |
2023-07-01 | skip private class fields (#3484) | 2 | -6/+62 | |
2023-07-01 | Add test | 1 | -0/+9 | |
2023-07-01 | [jest] fix lifecycle hook execution order (#3461) | 3 | -85/+153 | |
2023-06-30 | implement perf_hooks.constants (#3476) | 2 | -13/+28 | |
2023-06-30 | fix: export `ClientRequest` and `OutgoingMessage` as part of the `node:http` ... | 1 | -0/+2 | |
2023-06-30 | [install] handle `workspace:` specifier correctly (#3474) | 8 | -17/+62 | |
2023-06-29 | Add missing "prependListener" functionbun-v0.6.12 | 1 | -1/+1 | |
2023-06-29 | Fixes `node:http` and `node:stream` so `ytdl-core` works. (#3452) | 20 | -259/+440 | |
2023-06-29 | Fixes #3462 (#3465) | 2 | -0/+32 | |
2023-06-29 | handle multiple redirects | 1 | -2/+11 | |
2023-06-29 | Make `node:os` `tmpdir` more consistent with Node.js | 4 | -30/+40 | |
2023-06-29 | add setters for `Agent` properties (#3460) | 3 | -202/+111 | |
2023-06-29 | [bundler] avoid printing unnecessary declarations (#3456) | 3 | -79/+112 | |
2023-06-29 | cant believe i missed this (#3453) | 2 | -0/+14 | |
2023-06-29 | Revert "[jest] fix lifecycle hook execution order (#3447)" (#3455) | 3 | -130/+69 | |
2023-06-28 | Prevent integer overflow | 1 | -2/+2 | |
2023-06-28 | Ref the strings | 1 | -2/+9 | |
2023-06-28 | Another test | 1 | -0/+9 | |
2023-06-28 | Add GC test for errors | 4 | -4/+34 | |
2023-06-28 | Use `bun.String` for `ZigException` (#3451) | 10 | -143/+198 | |
2023-06-28 | use main field over module for runtime (#3448) | 3 | -1/+210 | |
2023-06-28 | Fix bad test | 1 | -2/+2 | |
2023-06-28 | export resolve6 from dns/promises (#3450) | 3 | -0/+35 |