summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2024-10-22fix(ext/console): ignore casing for named colors in css parsing (#26466)Leo Kettmeir
2024-10-21fix(ext/node): use primordials in `ext/node/polyfills/https.ts` (#26323)jiang1997
2024-10-19chore: update nix crate (#26422)Leo Kettmeir
2024-10-19perf: avoid multiple calls to runMicrotask (#26378)Divy Srivastava
2024-10-18refactor(ext/webgpu): use concrete error type (#26198)Leo Kettmeir
2024-10-19refactor(ext/fetch): use concrete error types (#26220)Leo Kettmeir
2024-10-18refactor(ext/http): use concrete error types (#26377)Leo Kettmeir
2024-10-18refactor(ext/crypto): use concrete error types (#26167)Leo Kettmeir
2024-10-18fix(ext/node): stub HTTPParser internal binding (#26401)Nathan Whitaker
2024-10-18refactor(ext/websocket): use concrete error type (#26226)Leo Kettmeir
2024-10-18fix(ext/node): properly map reparse point error in readlink (#26375)Nathan Whitaker
2024-10-18refactor(ext/fs): use concrete error types (#26317)Leo Kettmeir
2024-10-18chore: forward v2.0.2 release commit to main (#26376)denobot
2024-10-17fix(ext/node): add null check for kStreamBaseField (#26368)Bartek IwaƄczuk
2024-10-17refactor(ext/napi): use concrete error types (#26186)Leo Kettmeir
2024-10-17fix(node/fs): copyFile with `COPYFILE_EXCL` should not throw if the destinati...Nathan Whitaker
2024-10-17refactor(ext/web): use concrete error types (#26185)Leo Kettmeir
2024-10-17refactor(ext/kv): use concrete error type (#26239)Leo Kettmeir
2024-10-17refactor(ext/net): use concrete error type (#26227)Leo Kettmeir
2024-10-17fix(net): don't try to set nodelay on upgrade streams (#26342)Nathan Whitaker
2024-10-16fix: don't warn on ignored signals on windows (#26332)Nathan Whitaker
2024-10-17fix(node/http): normalize header names in `ServerResponse` (#26339)Nathan Whitaker
2024-10-16chore: forward v2.0.1 release commit to main (#26338)denobot
2024-10-16fix(child_process): map node `--no-warnings` flag to `--quiet` (#26288)Nathan Whitaker
2024-10-16fix(ext/node): fix dns.lookup result ordering (#26264)Yoshiya Hinosawa
2024-10-16fix(ext/node): timingSafeEqual account for AB byteOffset (#26292)Divy Srivastava
2024-10-16perf(http): make heap allocation for path conditional (#26289)David Sherret
2024-10-15refactor(ext/io): use concrete error types (#26187)Leo Kettmeir
2024-10-15fix(ext/console): apply coloring for console.table (#26280)Leo Kettmeir
2024-10-15fix(ext/node): use primordials in `ext/node/polyfills/internal/buffer.mjs` (#...Kenta Moriuchi
2024-10-15fix(ext/node): handle http2 server ending stream (#26235)Toby Ealden
2024-10-15fix(ext/node): implement TCP.setNoDelay (#26263)Divy Srivastava
2024-10-14perf(http): avoid clone getting request method and url (#26250)David Sherret
2024-10-14perf(http): cache webidl.converters lookups in ext/fetch/23_response.js (#26256)David Sherret
2024-10-14refactor(ext/ffi): use concrete error types (#26170)Leo Kettmeir
2024-10-14fix(console/ext/repl): support using parseFloat() (#25900)Mohammad Sulaiman
2024-10-14refactor(ext/url): use concrete error types (#26172)Leo Kettmeir
2024-10-14refactor(ext/webstorage): use concrete error types (#26173)Leo Kettmeir
2024-10-14perf: use fast calls for microtask ops (#26236)Divy Srivastava
2024-10-14fix(ext/node): compute pem length (upper bound) for key exports (#26231)Divy Srivastava
2024-10-14fix(ext/node): allow writing to tty columns (#26201)Divy Srivastava
2024-10-14fix(ext/webgpu): allow GL backend on Windows (#26206)Divy Srivastava
2024-10-12refactor(ext/tls): use concrete error types (#26174)Leo Kettmeir
2024-10-12refactor(ext/cron): use concrete error type (#26135)Leo Kettmeir
2024-10-12fix(node/util): export `styleText` from `node:util` (#26194)Nathan Whitaker
2024-10-12refactor(ext/canvas): use concrete error type (#26111)Leo Kettmeir
2024-10-12refactor(ext/cache): use concrete error type (#26109)Leo Kettmeir
2024-10-12refactor(ext/broadcastchannel): use concrete error type (#26105)Leo Kettmeir
2024-10-11fix(node): make `process.stdout.isTTY` writable (#26130)Marvin Hagemeister
2024-10-082.0.0 (#26063)denobot