Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-02 | Update time.md | 1 | -1/+1 | ||
2023-07-02 | Update time.md | 1 | -0/+16 | ||
2023-07-02 | Update time.md | 1 | -0/+18 | ||
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 | ||
* Support changing the time * Bump WebKit * Update bun.lockb --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
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 | ||
* Use fast path for Base64 in `atob` * Fix utf16, crash on linux --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-07-02 | [node:buffer] Implement `isUtf8` and `isAscii` (#3498) | 3 | -1/+177 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
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 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-07-01 | Use exact versions in tests | 7 | -27/+68 | ||
2023-07-01 | Fix leak in fd (#3487) | 2 | -1/+18 | ||
* Fix file descriptor leak * Skip unnecessary clone * Don't break --hot --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
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 | ||
* Add libbase64 * Add bench * Update licensing.md --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
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 | ||
* Use `BunString` in SystemError * Use Bun::toStringRef when we will de-ref strings * Move `napi_create_error` to C++ to support `code` being a Symbol potentially * Update blob.zig * Make this test less flaky --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
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 | ||
* Allow `toString` to be called with `(offset, length, encoding)`. Close: #3085 * handle undefined value * add tests for buffer.xxxSlice * fix parameters * fix offset and length | |||||
2023-07-01 | Make HTTP Request struct use 8 bytes less memory (#3483) | 1 | -134/+137 | ||
* Make HTTP Request struct use 8 bytes less memory * Update server.zig --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
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 | ||
* [jest] fix lifecycle hook execution order * strip `std.debug.assert()` from release build | |||||
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 | ||
package (#3470) | |||||
2023-06-30 | [install] handle `workspace:` specifier correctly (#3474) | 8 | -17/+62 | ||
fixes #3430 | |||||
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 | ||
* fix crash in readablestate * make node:https request+get actually use https * use a native readablestream in IncomingMessage * tweaks * fix abort crash * emit close by default * remove abort. this isnt a real function * add validate functions, fixup some other requested changes. not done yet * Update WebCoreJSBuiltins.cpp * Update JSReadableState.cpp * Add some missing exports --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-06-29 | Fixes #3462 (#3465) | 2 | -0/+32 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
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 | ||
* make `Agent` properties public * back to private, added setters * change properties to public | |||||
2023-06-29 | [bundler] avoid printing unnecessary declarations (#3456) | 3 | -79/+112 | ||
* skip declarations without values * tests * deoptimize cjs when decls are needed | |||||
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 | ||
This reverts commit 182e8aa1392af9ba92beccce06f49f8e4593fe5c. | |||||
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 | ||
* Use `bun.String` for `ZigException` * woopsie --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> |