index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
node
/
polyfills
Age
Commit message (
Expand
)
Author
2024-11-19
feat(ext/node): perf_hooks.monitorEventLoopDelay() (#26905)
Divy Srivastava
2024-11-19
fix(node/crypto): support promisify on generateKeyPair (#26913)
Marvin Hagemeister
2024-11-16
fix(ext/node): New async setInterval function to improve the nodejs compatibi...
/usr/bin/cat
2024-11-13
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....
David Sherret
2024-11-13
fix(ext/node): zlib.crc32() (#26856)
Divy Srivastava
2024-11-13
fix(ext/node): use ERR_NOT_IMPLEMENTED for notImplemented (#26853)
Divy Srivastava
2024-11-13
feat(ext/fs): add ctime to Deno.stats and use it in node compat layer (#24801)
Łukasz Czerniawski
2024-11-13
fix(ext/node): process.getBuiltinModule (#26833)
Divy Srivastava
2024-11-12
fix(ext/node): add autoSelectFamily option to net.createConnection (#26661)
Yoshiya Hinosawa
2024-11-06
fix(node:zlib): gzip & gzipSync should accept ArrayBuffer (#26762)
Satya Rohith
2024-11-06
fix(ext/node): better inspector support (#26471)
snek
2024-11-04
fix(ext/node): add `findSourceMap` to the default export of `node:module` (#2...
Nathan Whitaker
2024-11-04
chore: update dlint to v0.68.0 for internal (#26711)
Kenta Moriuchi
2024-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-10-31
fix(node): Implement `os.userInfo` properly, add missing `toPrimitive` (#24702)
Nathan Whitaker
2024-10-31
fix(ext/node): resolve exports even if parent module filename isn't present (...
Nathan Whitaker
2024-10-31
fix(ext/node): convert errors from `fs.readFile/fs.readFileSync` to node form...
Nathan Whitaker
2024-10-30
fix(ext/node): return `this` from `http.Server.ref/unref()` (#26647)
Nathan Whitaker
2024-10-29
Revert "fix(ext/node): fix dns.lookup result ordering (#26264)" (#26621)
Yoshiya Hinosawa
2024-10-29
Revert "fix(ext/node): use primordials in `ext/node/polyfills/https.ts` (#263...
Bartek Iwańczuk
2024-10-28
fix: report exceptions from nextTick (#26579)
snek
2024-10-27
fix(ext/node): add path to `fs.stat` and `fs.statSync` error (#26037)
familyboat
2024-10-26
fix(ext/node): use primordials in ext\node\polyfills\internal\crypto\_randomI...
Mayank Kumar
2024-10-25
fix(ext/node): refactor http.ServerResponse into function class (#26210)
Nicola Bovolato
2024-10-24
fix(node/util): support array formats in `styleText` (#26507)
Marvin Hagemeister
2024-10-24
fix(ext/node): cancel pending ipc writes on channel close (#26504)
Nathan Whitaker
2024-10-23
fix(node:tls): set TLSSocket.alpnProtocol for client connections (#26476)
Satya Rohith
2024-10-21
fix(ext/node): use primordials in `ext/node/polyfills/https.ts` (#26323)
jiang1997
2024-10-19
perf: avoid multiple calls to runMicrotask (#26378)
Divy Srivastava
2024-10-18
fix(ext/node): stub HTTPParser internal binding (#26401)
Nathan Whitaker
2024-10-18
fix(ext/node): properly map reparse point error in readlink (#26375)
Nathan Whitaker
2024-10-17
fix(ext/node): add null check for kStreamBaseField (#26368)
Bartek Iwańczuk
2024-10-17
fix(node/fs): copyFile with `COPYFILE_EXCL` should not throw if the destinati...
Nathan Whitaker
2024-10-17
fix(net): don't try to set nodelay on upgrade streams (#26342)
Nathan Whitaker
2024-10-16
fix: don't warn on ignored signals on windows (#26332)
Nathan Whitaker
2024-10-17
fix(node/http): normalize header names in `ServerResponse` (#26339)
Nathan Whitaker
2024-10-16
fix(child_process): map node `--no-warnings` flag to `--quiet` (#26288)
Nathan Whitaker
2024-10-16
fix(ext/node): fix dns.lookup result ordering (#26264)
Yoshiya Hinosawa
2024-10-16
fix(ext/node): timingSafeEqual account for AB byteOffset (#26292)
Divy Srivastava
2024-10-15
fix(ext/node): use primordials in `ext/node/polyfills/internal/buffer.mjs` (#...
Kenta Moriuchi
2024-10-15
fix(ext/node): handle http2 server ending stream (#26235)
Toby Ealden
2024-10-15
fix(ext/node): implement TCP.setNoDelay (#26263)
Divy Srivastava
2024-10-14
fix(ext/node): allow writing to tty columns (#26201)
Divy Srivastava
2024-10-12
fix(node/util): export `styleText` from `node:util` (#26194)
Nathan Whitaker
2024-10-11
fix(node): make `process.stdout.isTTY` writable (#26130)
Marvin Hagemeister
2024-10-08
fix(ext/node): internal buffer length in readSync (#26064)
Satya Rohith
2024-10-04
fix(node): fix worker_threads issues blocking Angular support (#26024)
Nathan Whitaker
2024-10-02
feat(ext/node): buffer.transcode() (#25972)
Satya Rohith
2024-10-02
fix(ext/node): remove unimplemented promiseHook stubs (#25979)
Divy Srivastava
2024-09-27
fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...
Nathan Whitaker
[next]