summaryrefslogtreecommitdiff
path: root/ext/node/polyfills
AgeCommit message (Expand)Author
2024-10-17fix(ext/node): add null check for kStreamBaseField (#26368)Bartek Iwańczuk
2024-10-17fix(node/fs): copyFile with `COPYFILE_EXCL` should not throw if the destinati...Nathan Whitaker
2024-10-17fix(net): don't try to set nodelay on upgrade streams (#26342)Nathan Whitaker
2024-10-16fix: don't warn on ignored signals on windows (#26332)Nathan Whitaker
2024-10-17fix(node/http): normalize header names in `ServerResponse` (#26339)Nathan Whitaker
2024-10-16fix(child_process): map node `--no-warnings` flag to `--quiet` (#26288)Nathan Whitaker
2024-10-16fix(ext/node): fix dns.lookup result ordering (#26264)Yoshiya Hinosawa
2024-10-16fix(ext/node): timingSafeEqual account for AB byteOffset (#26292)Divy Srivastava
2024-10-15fix(ext/node): use primordials in `ext/node/polyfills/internal/buffer.mjs` (#...Kenta Moriuchi
2024-10-15fix(ext/node): handle http2 server ending stream (#26235)Toby Ealden
2024-10-15fix(ext/node): implement TCP.setNoDelay (#26263)Divy Srivastava
2024-10-14fix(ext/node): allow writing to tty columns (#26201)Divy Srivastava
2024-10-12fix(node/util): export `styleText` from `node:util` (#26194)Nathan Whitaker
2024-10-11fix(node): make `process.stdout.isTTY` writable (#26130)Marvin Hagemeister
2024-10-08fix(ext/node): internal buffer length in readSync (#26064)Satya Rohith
2024-10-04fix(node): fix worker_threads issues blocking Angular support (#26024)Nathan Whitaker
2024-10-02feat(ext/node): buffer.transcode() (#25972)Satya Rohith
2024-10-02fix(ext/node): remove unimplemented promiseHook stubs (#25979)Divy Srivastava
2024-09-27fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...Nathan Whitaker
2024-09-26fix(ext/node): fix process.stdin.pause() (#25864)Divy Srivastava
2024-09-20chore: Revert child_process close ordering change (#25781)Nathan Whitaker
2024-09-19fix: cjs resolution cases (#25739)snek
2024-09-19fix(ext/node): don't throw error for unsupported signal binding on windows (#...Yoshiya Hinosawa
2024-09-18feat(ext/node): add rootCertificates to node:tls (#25707)Luca Casonato
2024-09-18Revert "feat(fmt): sort type-only named import/exports last" (#25705)David Sherret
2024-09-17fix(ext/node): stub `inspector/promises` (#25635)Divy Srivastava
2024-09-17feat(fmt): sort type-only named import/exports last (#25690)David Sherret
2024-09-15fix(ext/node): add `vm.constants` (#25630)Divy Srivastava
2024-09-15fix(ext/node): export `process.allowedNodeEnvironmentFlags` (#25629)Divy Srivastava
2024-09-15fix(ext/node): add stubs for `node:trace_events` (#25628)Divy Srivastava
2024-09-13fix(ext/node): attach console stream properties (#25617)snek
2024-09-13fix(ext/node): use primordials in ext/node/polyfills/wasi.ts (#25608)Jake Abed
2024-09-12feat(ext/node): export 'promises' symbol from 'node:timers' (#25589)Bartek Iwańczuk
2024-09-12fix(ext/node): Implement detached option in `child_process` (#25218)Nathan Whitaker
2024-09-13fix(ext/node): fix Decipheriv when autoPadding disabled (#25598)Yoshiya Hinosawa
2024-09-12fix(ext/node): export request and response clases from `http2` module (#25592)Bartek Iwańczuk
2024-09-12feat(ext/node): expose ES modules for _ modules (#25588)Bartek Iwańczuk
2024-09-12feat(ext/node): export missing symbols from domain, puncode, repl, tls (#25585)Bartek Iwańczuk
2024-09-12feat(ext/node): export missing constants from 'zlib' module (#25584)Bartek Iwańczuk
2024-09-12feat(ext/node): export more symbols from streams and timers/promises (#25582)Bartek Iwańczuk
2024-09-11fix(ext/node): fix `Cipheriv#update(string, undefined)` (#25571)Yoshiya Hinosawa
2024-09-11fix(ext/node): avoid showing `UNKNOWN` error from TCP handle (#25550)Yoshiya Hinosawa
2024-09-11fix(ext/node): add `FileHandle#writeFile` (#25555)Yoshiya Hinosawa
2024-09-11fix(ext/node): use primordials in `ext/node/polyfills/console.ts` (#25572)Jake Abed
2024-09-11fix(ext/node): Add missing node:fs and node:constants exports (#25568)Nathan Whitaker
2024-09-11fix(ext/node): Add missing `node:path` exports (#25567)Nathan Whitaker
2024-09-10fix(ext/node): Rewrite `node:v8` serialize/deserialize (#25439)Nathan Whitaker
2024-09-10feat: require(esm) (#25501)snek
2024-09-10feat(cli): use NotCapable error for permission errors (#25431)Luca Casonato
2024-09-09fix(ext/node): Stream should be instance of EventEmitter (#25527)Satya Rohith