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
Age
Commit message (
Expand
)
Author
2024-10-23
fix(node:tls): set TLSSocket.alpnProtocol for client connections (#26476)
Satya Rohith
2024-10-23
fix(ext/node): map `ERROR_INVALID_NAME` to `ENOENT` on windows (#26475)
Yoshiya Hinosawa
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-19
refactor(ext/fetch): use concrete error types (#26220)
Leo Kettmeir
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-18
chore: forward v2.0.2 release commit to main (#26376)
denobot
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
chore: forward v2.0.1 release commit to main (#26338)
denobot
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
perf: use fast calls for microtask ops (#26236)
Divy Srivastava
2024-10-14
fix(ext/node): compute pem length (upper bound) for key exports (#26231)
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
2.0.0 (#26063)
denobot
2024-10-08
fix(ext/node): internal buffer length in readSync (#26064)
Satya Rohith
2024-10-04
refactor: improve node permission checks (#26028)
David Sherret
2024-10-04
fix(node): fix worker_threads issues blocking Angular support (#26024)
Nathan Whitaker
2024-10-02
chore: release deno_* crates (#25987)
denobot
2024-10-02
chore: release deno_* crates (#25976)
denobot
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-28
refactor: use deno_path_util (#25918)
David Sherret
2024-09-27
fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...
Nathan Whitaker
2024-09-27
chore: update `simd-json` (#25897)
Asher Gomez
2024-09-26
fix(ext/node): fix process.stdin.pause() (#25864)
Divy Srivastava
2024-09-24
fix(ext/node): Fix vm sandbox object panic (#24985)
Divy Srivastava
2024-09-23
feat(ext/crypto): import and export p521 keys (#25789)
Divy Srivastava
2024-09-23
fix(ext/node): stub cpu_info() for OpenBSD (#25807)
Volker Schlecht
2024-09-20
chore: Revert child_process close ordering change (#25781)
Nathan Whitaker
2024-09-19
fix: cjs resolution cases (#25739)
snek
2024-09-19
fix(ext/node): support x509 certificates in `createPublicKey` (#25731)
Divy Srivastava
2024-09-19
fix(ext/node): don't throw error for unsupported signal binding on windows (#...
Yoshiya Hinosawa
2024-09-18
feat(ext/node): add rootCertificates to node:tls (#25707)
Luca Casonato
2024-09-18
Revert "feat(fmt): sort type-only named import/exports last" (#25705)
David Sherret
2024-09-17
fix(ext/node): stub `inspector/promises` (#25635)
Divy Srivastava
2024-09-17
feat(fmt): sort type-only named import/exports last (#25690)
David Sherret
2024-09-16
refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)
David Sherret
2024-09-16
fix(ext/crypto): support md4 digest algorithm (#25656)
Luca Casonato
[next]