Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-07-11 | use `Object.getPrototypeOf` | 2 | -6/+3 | |
2023-07-11 | small fix, check if the method has been reassigned. | 3 | -5/+12 | |
2023-07-10 | fix "readable" event being emitted incorrectly (#3475) | 5 | -158/+182 | |
2023-07-10 | feat(crypto) add getCurves (#3598) | 5 | -7/+70 | |
2023-07-10 | ignore check | 1 | -2/+2 | |
2023-07-10 | add tests | 1 | -0/+33 | |
2023-07-10 | call `writeHead` before send headers | 1 | -1/+5 | |
2023-07-10 | Fixes #3588 (#3590) | 2 | -63/+149 | |
2023-07-10 | Update globals.d.ts | 1 | -2/+28 | |
2023-07-10 | trim node:stream a little | 3 | -16/+38 | |
2023-07-09 | Fixes #3530 (#3587) | 5 | -26/+133 | |
2023-07-09 | Implement process.memoryUsage() and process.cpuUsage() (#3586) | 7 | -60/+620 | |
2023-07-09 | Implement nearly all of `process` object methods and properties (#3581) | 10 | -450/+812 | |
2023-07-09 | fix metadata bits of uuid (`randomUUID()`) (#3583) | 6 | -11/+41 | |
2023-07-08 | Handle case with TS decorators and export default anonymous class (#3578) | 5 | -2/+38 | |
2023-07-08 | Implement `process.on("beforeExit", cb)` and `process.on("exit", cb)` (#3576) | 13 | -78/+402 | |
2023-07-08 | Fix bug with decorators not being generated in `export default class` (#3577) | 3 | -1/+27 | |
2023-07-07 | Add assertion | 1 | -0/+3 | |
2023-07-07 | Update settings.json | 1 | -0/+2 | |
2023-07-07 | Unmark as TODO | 1 | -2/+0 | |
2023-07-07 | Use BunString in JSBundlerPlugin (#3557) | 3 | -41/+67 | |
2023-07-07 | Update test | 1 | -6/+7 | |
2023-07-07 | Fix potential coercion issue (#3558) | 1 | -1/+8 | |
2023-07-07 | Update installation guide in `development.md` (#3532) | 1 | -6/+16 | |
2023-07-07 | fix decoding invalid UTF-8 input (#3563) | 2 | -2/+11 | |
2023-07-07 | Update types, partially fix `typecheck` (#3551) | 25 | -199/+270 | |
2023-07-07 | Add obscure HTTP methods (#3553) | 2 | -17/+85 | |
2023-07-07 | [node:fs] `read`, `write` - support large numbers and BigInt (#3556) | 3 | -27/+80 | |
2023-07-06 | Remove unnecessary `@setRuntimeSafety(false)` | 1 | -8/+8 | |
2023-07-06 | add `[dir]` to default | 2 | -3/+3 | |
2023-07-06 | Update list | 1 | -5/+5 | |
2023-07-06 | Add util.toUSVString | 3 | -1/+27 | |
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 | Update trustedDeps doc | 2 | -2/+12 | |
2023-07-06 | Update trustedDeps doc | 1 | -2/+12 | |
2023-07-06 | refactor (#3543) | 9 | -131/+53 | |
2023-07-06 | fixes #3544 (#3549) | 1 | -0/+1 | |
2023-07-06 | Various docs updates (#3437) | 13 | -53/+355 | |
2023-07-06 | fix query without slash (#3547) | 2 | -10/+14 | |
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) | 9 | -38/+168 | |
2023-07-05 | Fixes #3515 (#3523) | 4 | -190/+182 | |
2023-07-05 | Fixes #3520 (#3522) | 3 | -23/+37 | |
2023-07-05 | add envs on tests (#3518) | 4 | -0/+20 | |
2023-07-04 | Update build-id | 1 | -1/+1 | |
2023-07-04 | Fix build determinism issue (thanks to @alexlamsl) | 1 | -2/+2 |