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_binding
Age
Commit message (
Expand
)
Author
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-29
Revert "fix(ext/node): fix dns.lookup result ordering (#26264)" (#26621)
Yoshiya Hinosawa
2024-10-18
fix(ext/node): stub HTTPParser internal binding (#26401)
Nathan Whitaker
2024-10-17
fix(ext/node): add null check for kStreamBaseField (#26368)
Bartek Iwańczuk
2024-10-17
fix(net): don't try to set nodelay on upgrade streams (#26342)
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): implement TCP.setNoDelay (#26263)
Divy Srivastava
2024-09-11
fix(ext/node): avoid showing `UNKNOWN` error from TCP handle (#25550)
Yoshiya Hinosawa
2024-09-10
feat(cli): use NotCapable error for permission errors (#25431)
Luca Casonato
2024-09-08
fix(ext/node): delay accept() call 2 ticks in net.Server#listen (#25481)
Yoshiya Hinosawa
2024-09-05
BREAKING(fs): remove `Deno.seek[Sync]()` (#25449)
Asher Gomez
2024-09-02
fix(BREAKING): make dns record types have consistent naming (#25357)
David Sherret
2024-08-15
fix(node): Create additional pipes for child processes (#25016)
Nathan Whitaker
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-07-30
perf(ext/node): improve `Buffer` from string performance (#24567)
Divy Srivastava
2024-07-24
fix(ext/node/net): emit `error` before `close` when connection is refused (#2...
Yoshiya Hinosawa
2024-06-26
perf: optimize Buffer.from("base64") for forgiving-base64 conforming input (#...
Divy Srivastava
2024-01-29
refactor: Use virtul ops module (#22175)
Bartek Iwańczuk
2024-01-29
refactor: migrate 'ext/node' extension to virtual ops module (#22157)
Bartek Iwańczuk
2024-01-26
chore: upgrade deno_core (#22124)
Bartek Iwańczuk
2024-01-26
fix(node): remove deprecation warnings (#22120)
Bartek Iwańczuk
2024-01-10
refactor: use `core.ensureFastOps()` (#21888)
Kenta Moriuchi
2024-01-10
fix: android support (#19437)
cions
2024-01-05
chore: update deno_lint for CI (#21802)
Kenta Moriuchi
2024-01-04
fix: strict type check for cross realms (#21669)
Kenta Moriuchi
2024-01-04
fix(ext/node): UdpSocket ref and unref (#21777)
Divy Srivastava
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-28
chore: update deno_core to 0.240.0 (#21726)
Bartek Iwańczuk
2023-12-19
fix(console): inspect for `{Set,Map}Iterator` and `Weak{Set,Map}` (#21554)
Kenta Moriuchi
2023-12-07
refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)
Bartek Iwańczuk
2023-11-28
Reland "fix(ext/console): fix inspecting iterators error. (#20720)" (#21370)
Leo Kettmeir
2023-11-13
Revert "fix(ext/console): fix inspecting iterators error. (#20720)" (#21191)
Bartek Iwańczuk
2023-11-13
fix(ext/console): fix inspecting iterators error. (#20720)
Chen Su
2023-10-30
fix: implement node:tty (#20892)
Divy Srivastava
2023-10-05
fix(ext/node): implement uv.errname (#20785)
Divy Srivastava
2023-09-27
fix(ext/node): fix TypeError in Buffer.from with base64url encoding. (#20705)
Chen Su
2023-09-11
perf(node/net): optimize socket reads for 'npm:ws' package (#20449)
Bartek Iwańczuk
2023-09-07
perf(ext/node): Optimise Buffer string operations (#20158)
Aapo Alasuutari
2023-09-07
feat: support import attributes (#20342)
David Sherret
2023-08-28
fix(ext/node): shared global buffer unlock correctness fix (#20314)
Matt Mastracci
2023-08-22
fix(ext/node): simultaneous reads can leak into each other (#20223)
Matt Mastracci
2023-08-11
fix(node): implement TLSSocket._start (#20120)
Divy Srivastava
2023-07-18
fix(ext/node): check if resource can be used with write_vectored (#19868)
Divy Srivastava
2023-07-07
perf(ext/node): native vectored write for server streams (#19752)
Divy Srivastava
2023-07-05
perf(ext/node): optimize net streams (#19678)
Divy Srivastava
2023-07-02
refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)
Bartek Iwańczuk
2023-06-27
fix: lint on main branch (#19622)
Bartek Iwańczuk
[next]