COMMITS
/ ext/node/ops/stream_wrap.rs May 17, 2026
May 13, 2026
B
fix(ext/node): close named-pipe handles after child_process.spawn on Windows (#33941)
Bartek Iwańczuk committed
May 1, 2026
N
perf(ext/node): true writev on tcp sockets for node:http (#33659)
Nathan Whitaker committed
April 24, 2026
N
perf(ext/node): pool 64KB read buffers to reduce allocation pressure (#33395)
Nathan Whitaker committed
April 22, 2026
N
fix(ext/node): enable HTTP parser consume fast path (#33354)
Nathan Whitaker committed
N
fix(ext/node): free uv_write and uv_shutdown requests in every exit path (#33350)
Nathan Whitaker committed
N
perf(ext/node): reduce writev op allocations and write copies (#33352)
Nathan Whitaker committed
April 16, 2026
B
feat(ext/node): rewrite node:http with llhttp and native TCPWrap (#33208)
Bartek Iwańczuk committed
April 8, 2026
B
refactor(ext/node): wire up native TLSWrap from JS (#33184)
Bartek Iwańczuk committed
April 1, 2026
B
refactor(ext/node): rework stream wrap infrastructure for reentrant safety (#33100)
Bartek Iwańczuk committed
March 30, 2026
L
chore: Use *mut _ and *const _ for type inference (#33053)
Luca Barbato committed
March 17, 2026
N
fix(ext/node): rewrite node:tty on top of uv compat (#32777)
Nathan Whitaker committed