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-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
2024-07-24
fix(node): Run node compat tests listed in the `ignore` field (and fix the on...
Nathan Whitaker
2024-07-05
fix(ext/node): rewrite digest handling (#24392)
Luca Casonato
2024-07-02
fix(ext/node): Add `fs.lutimes` / `fs.lutimesSync` (#23172)
Nathan Whitaker
2024-07-02
fix(ext/node): add Symbol.toStringTag to KeyObject instances (#24377)
Filip Skokan
2024-06-27
fix(ext/node): make next tick queue resilient to `Array.prototype` tampering ...
ud2
2024-06-26
perf(ext/node): improve `Buffer.from(buffer)` (#24352)
ud2
2024-06-26
Revert "perf: improve Buffer.from(buf) by 29x" (#24351)
David Sherret
2024-06-26
perf: improve Buffer.from(buf) by 29x (#24341)
Divy Srivastava
2024-06-24
fix(ext/node): rewrite crypto.Hash (#24302)
Luca Casonato
2024-06-18
feat(ext/node): add BlockList & SocketAddress classes (#24229)
Satya Rohith
2024-06-15
fix(ext/node): better support for `node:diagnostics_channel` module (#24088)
Bartek Iwańczuk
2024-06-11
chore: sync up Node.js test files for v20.11.1 (#24066)
Bartek Iwańczuk
2024-06-07
fix(ext/node): support stdin child_process IPC & fd stdout/stderr (#24106)
Divy Srivastava
2024-05-28
fix(ext/node/fs): `position` argument not applied (#24009)
Marvin Hagemeister
2024-05-21
feat(node): buffer isUtf8/isAscii (#23928)
snek
2024-05-16
fix(node): error when throwing `FS_EISDIR` (#23829)
Marvin Hagemeister
2024-04-29
fix(ext/node): exporting rsa public keys (#23596)
Divy Srivastava
2024-04-29
refactor: remove dead code in node stream polyfill (#23597)
Yoshiya Hinosawa
2024-04-29
fix(ext/node): support NODE_DEBUG env (#23583)
Satya Rohith
2024-04-23
fix: Float16Array support (#23512)
Kenta Moriuchi
2024-04-12
chore: remove repetitive words (#23341)
youngwendy
2024-04-02
fix(ext/node): Support returning tokens and option defaults in `node:util.par...
Nathan Whitaker
2024-03-28
fix(ext/node): support stdin: "inherit" in node:child_process (#23110)
Divy Srivastava
2024-03-24
fix(ext/node): handle `null` in stdio array (#23048)
Divy Srivastava
2024-03-22
fix(ext/node): handle KeyObject in `prepareAsymmetricKey` (#23026)
Divy Srivastava
2024-03-21
fix(ext/node): ECDH.publicKey() point encoding (#23013)
Divy Srivastava
2024-03-20
fix(ext/node): spread args in setImmediate (#22998)
Satya Rohith
2024-03-18
fix(ext/node): support public key point encoding in ECDH.generateKeys() (#22976)
Satya Rohith
2024-03-14
fix(ext/node): support `spki` format in createPublicKey (#22918)
Divy Srivastava
2024-03-14
fix(ext/node): crypto.getCipherInfo() (#22916)
Divy Srivastava
2024-03-13
feat(node): implement fs.statfs() (#22862)
Nayeem Rahman
2024-03-13
fix(ext/node): initial `crypto.createPublicKey()` support (#22509)
Asher Gomez
2024-03-11
fix(ext/node): Match punycode module behavior to node (#22847)
Nathan Whitaker
2024-03-08
fix(ext/node): Add Immediate class to mirror NodeJS.Immediate (#22808)
Nathan Whitaker
2024-03-07
fix(ext/node): http2.createServer (#22708)
Satya Rohith
2024-03-07
feat(node/util): styleText (#22758)
Leo Kettmeir
2024-03-04
fix(node): errno property when command missing (#22691)
Divy Srivastava
2024-02-29
fix(ext/node) add node http methods (#22630)
Igor Zinkovsky
2024-02-20
fix(ext/node): unimplemented code when not IPC child_process (#22488)
Divy Srivastava
[next]