summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2024-11-14refactor(resolver): move more resolution code into deno_resolver (#26873)David Sherret
2024-11-14fix: otel resiliency (#26857)snek
2024-11-13feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....David Sherret
2024-11-13fix(ext/node): zlib.crc32() (#26856)Divy Srivastava
2024-11-13fix(ext/node): use ERR_NOT_IMPLEMENTED for notImplemented (#26853)Divy Srivastava
2024-11-13feat: OpenTelemetry Tracing API and Exporting (#26710)snek
2024-11-13feat(ext/fs): add ctime to Deno.stats and use it in node compat layer (#24801)Łukasz Czerniawski
2024-11-13fix(ext/node): process.getBuiltinModule (#26833)Divy Srivastava
2024-11-12chore: make fields public on `PermissionDeniedError` and `deno_kv::KvConfig`...Richard Carson
2024-11-12fix(ext/websocket): initialize `error` attribute of WebSocket ErrorEvent (#26...Divy Srivastava
2024-11-12fix(ext/node): add autoSelectFamily option to net.createConnection (#26661)Yoshiya Hinosawa
2024-11-12fix(ext/http): prefer brotli for `accept-encoding: gzip, deflate, br, zstd` (...Satya Rohith
2024-11-10chore: forward v2.0.6 release commit to main (#26804)denobot
2024-11-08fix: performance.timeOrigin (#26787)snek
2024-11-08feat(ext/http): abort event when request is cancelled (#26781)Divy Srivastava
2024-11-08fix(ext/cache): don't panic when creating cache (#26780)Divy Srivastava
2024-11-07feat(ext/http): abort signal when request is cancelled (#26761)Divy Srivastava
2024-11-06refactor: use concrete error type for remaining ops (#26746)Leo Kettmeir
2024-11-06refactor(ext/net): Use hickory dns instead of unmaintained trust-dns (#26741)Kaveh
2024-11-06fix(node:zlib): gzip & gzipSync should accept ArrayBuffer (#26762)Satya Rohith
2024-11-06fix(ext/node): better inspector support (#26471)snek
2024-11-06chore: forward v2.0.5 release commit to main (#26755)denobot
2024-11-04fix(ext/node): add `findSourceMap` to the default export of `node:module` (#2...Nathan Whitaker
2024-11-04refactor(runtime/permissions): use concrete error types (#26464)Leo Kettmeir
2024-11-04chore: update dlint to v0.68.0 for internal (#26711)Kenta Moriuchi
2024-11-01fix: improved support for cjs and cts modules (#26558)David Sherret
2024-11-01chore: upgrade to rust 1.82 and LLVM 19 (#26615)Divy Srivastava
2024-10-31fix(node): Implement `os.userInfo` properly, add missing `toPrimitive` (#24702)Nathan Whitaker
2024-10-31fix(ext/node): resolve exports even if parent module filename isn't present (...Nathan Whitaker
2024-10-31fix(ext/node): convert errors from `fs.readFile/fs.readFileSync` to node form...Nathan Whitaker
2024-10-31fix: clamp smi in fast calls by default (#26506)Divy Srivastava
2024-10-30fix: remove permission check in op_require_node_module_paths (#26645)David Sherret
2024-10-30fix(ext/node): return `this` from `http.Server.ref/unref()` (#26647)Nathan Whitaker
2024-10-30chore: forward v2.0.4 release commit to main (#26636)denobot
2024-10-29Revert "fix(ext/node): fix dns.lookup result ordering (#26264)" (#26621)Yoshiya Hinosawa
2024-10-29fix(ext/napi): export dynamic symbols list for {Free,Open}BSD (#26605)Volker Schlecht
2024-10-29fix(ext/node): compatibility with {Free,Open}BSD (#26604)Volker Schlecht
2024-10-29Revert "fix(ext/node): use primordials in `ext/node/polyfills/https.ts` (#263...Bartek Iwańczuk
2024-10-28fix: report exceptions from nextTick (#26579)snek
2024-10-27fix(ext/node): add path to `fs.stat` and `fs.statSync` error (#26037)familyboat
2024-10-26fix(ext/node): use primordials in ext\node\polyfills\internal\crypto\_randomI...Mayank Kumar
2024-10-25chore: forward v2.0.3 commit to main (#26535)Bartek Iwańczuk
2024-10-25build: use 'fs' feature of 'nix' crate in ext/fs (#26533)Bartek Iwańczuk
2024-10-25fix(ext/node): refactor http.ServerResponse into function class (#26210)Nicola Bovolato
2024-10-24refactor(ext/node): use concrete error types (#26419)Leo Kettmeir
2024-10-24fix(node/util): support array formats in `styleText` (#26507)Marvin Hagemeister
2024-10-24feat: support node-api in denort (#26389)snek
2024-10-24fix(ext/node): cancel pending ipc writes on channel close (#26504)Nathan Whitaker
2024-10-23fix(ext/node): only set our end of child process pipe to nonblocking mode (#2...Nathan Whitaker
2024-10-24fix(ext/ffi): return u64/i64 as bigints from nonblocking ffi calls (#26486)Divy Srivastava