Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-17 | Allow error instance in process.emitWarning | 1 | -4/+13 | ||
2023-01-17 | [process] Implement `process.emitWarning` | 1 | -0/+34 | ||
2023-01-16 | [node] Add `process.config` | 1 | -0/+31 | ||
2023-01-10 | Fix circular dependency in make headers | 1 | -0/+4 | ||
2023-01-08 | Add napi to process.versions | 1 | -1/+2 | ||
2023-01-08 | Update process.versions | 1 | -26/+35 | ||
2022-12-29 | [node] Implement `process.uptime` and `process.umask` | 1 | -5/+36 | ||
2022-12-15 | [node:process] Implement `process.argv0`, `process.execPath` | 1 | -0/+30 | ||
Fixes https://github.com/oven-sh/bun/issues/1599 | |||||
2022-12-15 | [node:process] Implement `process.abort()` | 1 | -0/+9 | ||
2022-12-05 | linx build issue | 1 | -80/+80 | ||
2022-12-05 | `process.stdin` exists but doesn't totally work yet | 1 | -0/+125 | ||
2022-12-04 | Handle exception when creating stdout/stderr | 1 | -3/+10 | ||
2022-12-03 | `process.stdout` and `process.stderr` | 1 | -4/+79 | ||
2022-11-28 | Fix process.env and Bun.env object spread | 1 | -7/+9 | ||
Fixes https://github.com/oven-sh/bun/issues/1512 | |||||
2022-11-27 | Add missing v | 1 | -1/+1 | ||
Fixes https://github.com/oven-sh/bun/issues/1554 | |||||
2022-11-07 | Fix missing error in `process.nextTick` and `queueMicrotask` | 1 | -42/+30 | ||
2022-10-27 | Implement `process.release` | 1 | -0/+31 | ||
2022-10-05 | Mark these strings as not needing to be GC'd | 1 | -9/+11 | ||
2022-10-05 | [breaking] `process.version` lies and reports Node 18 | 1 | -2/+2 | ||
See https://twitter.com/jarredsumner/status/1577189928294789122 | |||||
2022-09-17 | Fix napi module registration | 1 | -6/+11 | ||
Fixes https://github.com/oven-sh/bun/issues/1240 | |||||
2022-09-03 | [Node API] Fix `napi_module_register` | 1 | -1/+14 | ||
2022-08-27 | Update WebKit (#1165) | 1 | -3/+3 | ||
* Update WebKit * Fix `DataView` and non-8 bit sized typed arrays with TextDecoder * New WebKit Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-08-12 | Update WebKit | 1 | -12/+14 | ||
2022-08-03 | Add `process.revision` and expose git sha to builds | 1 | -0/+3 | ||
2022-08-03 | fix bug in process.hrtime() | 1 | -27/+27 | ||
2022-08-02 | [node.js compat] Implement `process.hrtime()` and `process.hrtime.bigint()` | 1 | -0/+67 | ||
2022-07-28 | Fix `process.versions.webkit` | 1 | -1/+6 | ||
2022-07-28 | [node compat] Fix bug with `process.title` | 1 | -1/+1 | ||
2022-06-22 | change the directory structurejarred/rename | 1 | -0/+437 | ||