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
/
internal
Age
Commit message (
Expand
)
Author
2024-11-19
fix(node/crypto): support promisify on generateKeyPair (#26913)
Marvin Hagemeister
2024-11-13
fix(ext/node): use ERR_NOT_IMPLEMENTED for notImplemented (#26853)
Divy Srivastava
2024-11-12
fix(ext/node): add autoSelectFamily option to net.createConnection (#26661)
Yoshiya Hinosawa
2024-11-04
chore: update dlint to v0.68.0 for internal (#26711)
Kenta Moriuchi
2024-10-31
fix(node): Implement `os.userInfo` properly, add missing `toPrimitive` (#24702)
Nathan Whitaker
2024-10-29
Revert "fix(ext/node): fix dns.lookup result ordering (#26264)" (#26621)
Yoshiya Hinosawa
2024-10-26
fix(ext/node): use primordials in ext\node\polyfills\internal\crypto\_randomI...
Mayank Kumar
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-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-15
fix(ext/node): use primordials in `ext/node/polyfills/internal/buffer.mjs` (#...
Kenta Moriuchi
2024-10-02
feat(ext/node): buffer.transcode() (#25972)
Satya Rohith
2024-09-27
fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...
Nathan Whitaker
2024-09-20
chore: Revert child_process close ordering change (#25781)
Nathan Whitaker
2024-09-13
fix(ext/node): attach console stream properties (#25617)
snek
2024-09-12
fix(ext/node): Implement detached option in `child_process` (#25218)
Nathan Whitaker
2024-09-13
fix(ext/node): fix Decipheriv when autoPadding disabled (#25598)
Yoshiya Hinosawa
2024-09-12
feat(ext/node): expose ES modules for _ modules (#25588)
Bartek Iwańczuk
2024-09-12
feat(ext/node): export missing symbols from domain, puncode, repl, tls (#25585)
Bartek Iwańczuk
2024-09-12
feat(ext/node): export more symbols from streams and timers/promises (#25582)
Bartek Iwańczuk
2024-09-11
fix(ext/node): fix `Cipheriv#update(string, undefined)` (#25571)
Yoshiya Hinosawa
2024-09-11
fix(ext/node): add `FileHandle#writeFile` (#25555)
Yoshiya Hinosawa
2024-09-05
feat(ext/node): add abort helpers, process & streams fix (#25262)
Luca Casonato
2024-09-02
BREAKING: remove `deno bundle` (#25339)
Asher Gomez
2024-08-30
fix(ext/node): session close during stream setup (#25170)
Caleb Lloyd
2024-08-28
refactor(ext): throw new error instead of throw error (#25272)
Ian Bull
2024-08-28
fix(ext/node): import RSA JWK keys (#25267)
Divy Srivastava
2024-08-28
fix(ext/node): export JWK public key (#25239)
Divy Srivastava
2024-08-28
fix(ext/node): import EC JWK keys (#25266)
Divy Srivastava
2024-08-23
fix(ext/node): import JWK octet key pairs (#25180)
Divy Srivastava
2024-08-20
chore: enable no-console dlint rule (#25113)
David Sherret
2024-08-20
chore: Remove stray `console.error` log in `node:child_process` (#25111)
Nathan Whitaker
2024-08-16
fix(node/fs): Use correct offset and length in node:fs.read and write (#25049)
Nathan Whitaker
2024-08-15
fix(node): Create additional pipes for child processes (#25016)
Nathan Whitaker
2024-08-14
fix(node/fs): node:fs.read and write should accept typed arrays other than Ui...
Nathan Whitaker
2024-08-12
chore: update the copyright of c, mjs, and jsx (#25005)
Kenta Moriuchi
2024-08-11
fix(ext/node): rewrite X509Certificate resource and add `publicKey()` (#24988)
Divy Srivastava
2024-08-11
fix(ext/node): support ieee-p1363 ECDSA signatures and pss salt len (#24981)
Divy Srivastava
2024-08-09
fix(ext/node): ed25519 signing and cipheriv autopadding fixes (#24957)
Luca Casonato
2024-08-08
fix(ext/node): add `CipherIv.setAutoPadding()` (#24940)
Divy Srivastava
2024-08-08
fix(node/crypto): Assign publicKey and privateKey with let instead of const (...
Birk Skyum
2024-08-08
fix(ext/node): add crypto.diffieHellman (#24938)
Luca Casonato
2024-08-07
feat(ext/node): rewrite crypto keys (#24463)
Luca Casonato
2024-08-02
Revert "perf(ext/node): improve `Buffer` from string performance" (#24851)
Luca Casonato
2024-08-02
docs: fix typos (#24820)
Andreas Deininger
2024-08-01
fix(ext/crypto): respect offsets when writing into ab views in randomFillSync...
Luca Casonato
2024-07-31
fix(ext/node): handle node child_process with --v8-options flag (#24804)
Luca Casonato
2024-07-30
fix(node): Rework node:child_process IPC (#24763)
Nathan Whitaker
2024-07-30
perf(ext/node): improve `Buffer` from string performance (#24567)
Divy Srivastava
[next]