summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/process.ts
AgeCommit message (Expand)Author
2024-10-16fix: don't warn on ignored signals on windows (#26332)Nathan Whitaker
2024-09-19fix(ext/node): don't throw error for unsupported signal binding on windows (#...Yoshiya Hinosawa
2024-09-15fix(ext/node): export `process.allowedNodeEnvironmentFlags` (#25629)Divy Srivastava
2024-09-12fix(ext/node): Implement detached option in `child_process` (#25218)Nathan Whitaker
2024-09-05fix(ext/node): stub `process.cpuUsage()` (#25462)Yoshiya Hinosawa
2024-09-05feat(ext/node): add abort helpers, process & streams fix (#25262)Luca Casonato
2024-09-04feat(cli): give access to `process` global everywhere (#25291)Luca Casonato
2024-07-24fix(node): Run node compat tests listed in the `ignore` field (and fix the on...Nathan Whitaker
2024-07-10feat(node): Support executing npm package lifecycle scripts (preinstall/insta...Nathan Whitaker
2024-07-05fix(node): Implement `fs.lchown` (and `process.getegid`) (#24418)Nathan Whitaker
2024-06-19fix: more node-api fixes (#24220)snek
2024-06-18fix(ext/node): make process.versions own property (#24240)Divy Srivastava
2024-06-02fix: validate integer values in `Deno.exitCode` setter (#24068)Kenta Moriuchi
2024-05-29feat: Add `Deno.exitCode` API (#23609)Luke Edwards
2024-05-20fix(node): track `SIG*` listeners in `process.listeners` (#23890)Marvin Hagemeister
2024-05-19fix: handle signal 0 in process.kill (#23473)Bedis Nbiba
2024-05-17fix(node): instantiating process class without new (#23865)Marvin Hagemeister
2024-05-16fix(ext/node): export geteuid from node:process (#23840)Divy Srivastava
2024-05-12fix(ext/node): process.uptime works without this (#23786)Bartek Iwańczuk
2024-04-29fix(ext/node): support NODE_DEBUG env (#23583)Satya Rohith
2024-04-20fix(ext/node): implement process.kill in Rust (#23130)Divy Srivastava
2024-04-16fix(ext/node): dispatch beforeExit/exit events irrespective of listeners (#23...Satya Rohith
2024-03-22perf: warm expensive init code at snapshot time (#22714)Matt Mastracci
2024-03-20fix(ext/node): add process.setSourceMapsEnabled noop (#22993)Satya Rohith
2024-02-23fix(ext/node): set correct process.argv0 (#22555)Satya Rohith
2024-02-23fix(ext/node): init arch, pid, platform at startup (#22561)Satya Rohith
2024-02-13fix(ext/node): export process.umask (#22348)Divy Srivastava
2024-02-01fix(node): add `ppid` getter for `node:process` (#22167)Yusuke Tanaka
2024-01-29refactor: Use virtul ops module (#22175)Bartek Iwańczuk
2024-01-29refactor: migrate 'ext/node' extension to virtual ops module (#22157)Bartek Iwańczuk
2024-01-12feat: "rejectionhandled" Web event and "rejectionHandled" Node event (#21875)Bartek Iwańczuk
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-30fix(ext/node): add process.abort() (#21742)Divy Srivastava
2023-12-14chore(node): remove process.on("disconnect") not implemented warning (#21569)Divy Srivastava
2023-12-13fix: implement child_process IPC (#21490)Divy Srivastava
2023-12-02fix(node): setting process.exitCode should change exit code of process (#21429)David Sherret
2023-12-01fix(ext/node): add stubbed process.report (#21373)Daniel Mizerski
2023-11-10fix(ext/node): implement process.geteuid (#21151)Divy Srivastava
2023-10-30fix: implement node:tty (#20892)Divy Srivastava
2023-10-18fix(ext/node): process.argv0 (#20925)Bartek Iwańczuk
2023-08-29fix(ext/node): fix argv[1] in Worker (#20305)Yoshiya Hinosawa
2023-08-16feat(ext/node): eagerly bootstrap node (#20153)Matt Mastracci
2023-08-10fix(node): don't print warning on process.dlopen.flags (#20124)Bartek Iwańczuk
2023-08-04fix(node): polyfill process.title (#20044)Bartek Iwańczuk
2023-07-18fix(node): add process.dlopen API (#19860)Bartek Iwańczuk
2023-07-02refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)Bartek Iwańczuk
2023-06-27chore(ext/node): disable prefer-primordials on a per-file basis (#19553)Kenta Moriuchi
2023-06-16fix(ext/node): remove fromFileUrl from "node:path" (#19504)Ryan Clements
2023-05-31fix(node): add missing process.reallyExit method (#19326)Marvin Hagemeister