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
Age
Commit message (
Expand
)
Author
2024-11-19
feat(ext/node): perf_hooks.monitorEventLoopDelay() (#26905)
Divy Srivastava
2024-11-18
feat(ext/fetch): Make fetch client parameters configurable (#26909)
Yusuke Tanaka
2024-11-18
feat(ext/http): Make http server parameters configurable (#26785)
Yusuke Tanaka
2024-11-19
fix(node/crypto): support promisify on generateKeyPair (#26913)
Marvin Hagemeister
2024-11-18
feat(runtime): remove public OTEL trace API (#26854)
Luca Casonato
2024-11-17
chore: Make ext/net/tcp.rs public (#26891)
Benjamin Swerdlow
2024-11-17
fix(ext/webgpu): Create GPUQuerySet converter before usage (#26883)
reczkok
2024-11-16
fix(ext/node): New async setInterval function to improve the nodejs compatibi...
/usr/bin/cat
2024-11-16
fix(ext/cache): gracefully error when cache creation failed (#26895)
Bartek Iwańczuk
2024-11-15
refactor: use boxed_error in some places (#26887)
David Sherret
2024-11-15
feat(fetch): accept async iterables for body (#26882)
Luca Casonato
2024-11-15
feat(ext/fetch): allow embedders to use `hickory_dns_resolver` instead of def...
Sahand Akbarzadeh
2024-11-14
refactor(resolver): move more resolution code into deno_resolver (#26873)
David Sherret
2024-11-14
fix: otel resiliency (#26857)
snek
2024-11-13
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....
David Sherret
2024-11-13
fix(ext/node): zlib.crc32() (#26856)
Divy Srivastava
2024-11-13
fix(ext/node): use ERR_NOT_IMPLEMENTED for notImplemented (#26853)
Divy Srivastava
2024-11-13
feat: OpenTelemetry Tracing API and Exporting (#26710)
snek
2024-11-13
feat(ext/fs): add ctime to Deno.stats and use it in node compat layer (#24801)
Łukasz Czerniawski
2024-11-13
fix(ext/node): process.getBuiltinModule (#26833)
Divy Srivastava
2024-11-12
chore: make fields public on `PermissionDeniedError` and `deno_kv::KvConfig`...
Richard Carson
2024-11-12
fix(ext/websocket): initialize `error` attribute of WebSocket ErrorEvent (#26...
Divy Srivastava
2024-11-12
fix(ext/node): add autoSelectFamily option to net.createConnection (#26661)
Yoshiya Hinosawa
2024-11-12
fix(ext/http): prefer brotli for `accept-encoding: gzip, deflate, br, zstd` (...
Satya Rohith
2024-11-10
chore: forward v2.0.6 release commit to main (#26804)
denobot
2024-11-08
fix: performance.timeOrigin (#26787)
snek
2024-11-08
feat(ext/http): abort event when request is cancelled (#26781)
Divy Srivastava
2024-11-08
fix(ext/cache): don't panic when creating cache (#26780)
Divy Srivastava
2024-11-07
feat(ext/http): abort signal when request is cancelled (#26761)
Divy Srivastava
2024-11-06
refactor: use concrete error type for remaining ops (#26746)
Leo Kettmeir
2024-11-06
refactor(ext/net): Use hickory dns instead of unmaintained trust-dns (#26741)
Kaveh
2024-11-06
fix(node:zlib): gzip & gzipSync should accept ArrayBuffer (#26762)
Satya Rohith
2024-11-06
fix(ext/node): better inspector support (#26471)
snek
2024-11-06
chore: forward v2.0.5 release commit to main (#26755)
denobot
2024-11-04
fix(ext/node): add `findSourceMap` to the default export of `node:module` (#2...
Nathan Whitaker
2024-11-04
refactor(runtime/permissions): use concrete error types (#26464)
Leo Kettmeir
2024-11-04
chore: update dlint to v0.68.0 for internal (#26711)
Kenta Moriuchi
2024-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-11-01
chore: upgrade to rust 1.82 and LLVM 19 (#26615)
Divy Srivastava
2024-10-31
fix(node): Implement `os.userInfo` properly, add missing `toPrimitive` (#24702)
Nathan Whitaker
2024-10-31
fix(ext/node): resolve exports even if parent module filename isn't present (...
Nathan Whitaker
2024-10-31
fix(ext/node): convert errors from `fs.readFile/fs.readFileSync` to node form...
Nathan Whitaker
2024-10-31
fix: clamp smi in fast calls by default (#26506)
Divy Srivastava
2024-10-30
fix: remove permission check in op_require_node_module_paths (#26645)
David Sherret
2024-10-30
fix(ext/node): return `this` from `http.Server.ref/unref()` (#26647)
Nathan Whitaker
2024-10-30
chore: forward v2.0.4 release commit to main (#26636)
denobot
2024-10-29
Revert "fix(ext/node): fix dns.lookup result ordering (#26264)" (#26621)
Yoshiya Hinosawa
2024-10-29
fix(ext/napi): export dynamic symbols list for {Free,Open}BSD (#26605)
Volker Schlecht
2024-10-29
fix(ext/node): compatibility with {Free,Open}BSD (#26604)
Volker Schlecht
2024-10-29
Revert "fix(ext/node): use primordials in `ext/node/polyfills/https.ts` (#263...
Bartek Iwańczuk
[next]