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
/
ops
Age
Commit message (
Expand
)
Author
2024-03-18
fix(ext/node): support public key point encoding in ECDH.generateKeys() (#22976)
Satya Rohith
2024-03-14
fix(ext/node): Support private EC key signing (#22914)
Divy Srivastava
2024-03-14
fix(ext/node): support `spki` format in createPublicKey (#22918)
Divy Srivastava
2024-03-14
fix(ext/node): DH (`dhKeyAgreement`) support for `createPrivateKey` (#22891)
Divy Srivastava
2024-03-13
fix(node): add nul byte to statfs path on windows (#22905)
Nayeem Rahman
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-13
feat(ext/node): add more named curves in `crypto.generateKeyPair[Sync]()` (#2...
Asher Gomez
2024-03-12
fix(ext/node): flush brotli decompression stream (#22856)
Divy Srivastava
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-03-11
fix(ext/node): Match punycode module behavior to node (#22847)
Nathan Whitaker
2024-03-09
fix(node): require of pkg json imports was broken (#22821)
David Sherret
2024-03-07
perf(cli): use faster_hex (#22761)
Matt Mastracci
2024-02-07
fix(node): handle brotli compression end chunk sizes (#22322)
Divy Srivastava
2024-02-06
fix(ext/node): Ensure os.cpus() works on arm64 linux (#22302)
Matt Mastracci
2024-02-01
fix(ext/node): add `aes256` algorithm support (#22198)
Asher Gomez
2024-01-27
chore: upgrade deno_core to 0.256.0 (#22145)
Divy Srivastava
2024-01-24
feat(publish): error on invalid external imports (#22088)
Luca Casonato
2024-01-20
fix(node): use `cppgc` for managing X509Certificate (#21999)
Divy Srivastava
2024-01-10
fix: android support (#19437)
cions
2024-01-09
chore: upgrade deno_core to 0.244.0 (#21859)
Bartek Iwańczuk
2024-01-05
fix(ext/node): add fs.cp, fs.cpSync, promises.cp (#21745)
Divy Srivastava
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-30
fix(ext/node): add process.abort() (#21742)
Divy Srivastava
2023-12-28
fix(node): Implement os.cpus() (#21697)
Divy Srivastava
2023-12-27
refactor: simplify hyper, http, h2 deps (#21715)
Bartek Iwańczuk
2023-12-27
fix(ext/node): Implement `aes-192-ecb` and `aes-256-ecb` (#21710)
Lino Le Van
2023-12-23
chore(ext/node): use BufView natively in http2 (#21688)
Matt Mastracci
2023-12-19
fix(node): child_process IPC on Windows (#21597)
Divy Srivastava
2023-12-15
refactor: setup child process pipe in Rust (#21579)
Divy Srivastava
2023-12-14
fix(node): support resolving a package.json import to a builtin node module (...
David Sherret
2023-12-13
fix: implement child_process IPC (#21490)
Divy Srivastava
2023-12-11
fix(ext/node): basic vm.runInNewContext implementation (#21527)
Divy Srivastava
2023-12-04
perf(node/fs): faster `existsSync` when not exists (#21458)
David Sherret
2023-12-03
fix(ext/node): sign with PEM private keys (#21287)
Divy Srivastava
2023-12-01
refactor: use resourceForReadableStream for fetch (#20217)
Matt Mastracci
2023-11-11
chore(ext/node): use libz-sys w/`zlib-ng` feature in node (#21158)
Matt Mastracci
2023-11-10
fix(ext/node): implement process.geteuid (#21151)
Divy Srivastava
2023-11-10
chore: use pure rust secp256k1 crate (#21154)
Divy Srivastava
2023-11-09
fix(node): implement createPrivateKey (#20981)
Divy Srivastava
2023-11-07
fix(node): inspect ancestor directories when resolving cjs re-exports during ...
David Sherret
2023-11-04
fix(node): use closest package.json to resolve package.json imports (#21075)
David Sherret
2023-10-31
chore: use deno_whoami (#21027)
Divy Srivastava
2023-10-30
fix: implement node:tty (#20892)
Divy Srivastava
2023-10-30
chore: upgrade rsa to 0.9 (#21016)
Divy Srivastava
2023-10-27
chore(ext/crypto): upgrade to ring 0.17 (#20824)
Divy Srivastava
2023-10-25
chore: update deno_core and port all remaining ops to `op2` (#20954)
Bartek Iwańczuk
2023-10-07
refactor: migrate more ops to op2 macro (#20808)
Bartek Iwańczuk
2023-10-06
refactor: migrate ext/node/ops to op2 (#20805)
Bartek Iwańczuk
2023-10-04
refactor(node): combine node resolution code for resolving a package subpath ...
David Sherret
[prev]
[next]