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-10-15
refactor(ext/io): use concrete error types (#26187)
Leo Kettmeir
2024-10-15
fix(ext/console): apply coloring for console.table (#26280)
Leo Kettmeir
2024-10-15
fix(ext/node): use primordials in `ext/node/polyfills/internal/buffer.mjs` (#...
Kenta Moriuchi
2024-10-15
fix(ext/node): handle http2 server ending stream (#26235)
Toby Ealden
2024-10-15
fix(ext/node): implement TCP.setNoDelay (#26263)
Divy Srivastava
2024-10-14
perf(http): avoid clone getting request method and url (#26250)
David Sherret
2024-10-14
perf(http): cache webidl.converters lookups in ext/fetch/23_response.js (#26256)
David Sherret
2024-10-14
refactor(ext/ffi): use concrete error types (#26170)
Leo Kettmeir
2024-10-14
fix(console/ext/repl): support using parseFloat() (#25900)
Mohammad Sulaiman
2024-10-14
refactor(ext/url): use concrete error types (#26172)
Leo Kettmeir
2024-10-14
refactor(ext/webstorage): use concrete error types (#26173)
Leo Kettmeir
2024-10-14
perf: use fast calls for microtask ops (#26236)
Divy Srivastava
2024-10-14
fix(ext/node): compute pem length (upper bound) for key exports (#26231)
Divy Srivastava
2024-10-14
fix(ext/node): allow writing to tty columns (#26201)
Divy Srivastava
2024-10-14
fix(ext/webgpu): allow GL backend on Windows (#26206)
Divy Srivastava
2024-10-12
refactor(ext/tls): use concrete error types (#26174)
Leo Kettmeir
2024-10-12
refactor(ext/cron): use concrete error type (#26135)
Leo Kettmeir
2024-10-12
fix(node/util): export `styleText` from `node:util` (#26194)
Nathan Whitaker
2024-10-12
refactor(ext/canvas): use concrete error type (#26111)
Leo Kettmeir
2024-10-12
refactor(ext/cache): use concrete error type (#26109)
Leo Kettmeir
2024-10-12
refactor(ext/broadcastchannel): use concrete error type (#26105)
Leo Kettmeir
2024-10-11
fix(node): make `process.stdout.isTTY` writable (#26130)
Marvin Hagemeister
2024-10-08
2.0.0 (#26063)
denobot
2024-10-08
fix(ext/node): internal buffer length in readSync (#26064)
Satya Rohith
2024-10-08
fix(console): missing cause property on non-error objects (#26061)
Marvin Hagemeister
2024-10-07
fix(ext/webstorage): make `getOwnPropertyDescriptor` with symbol return `unde...
Leo Kettmeir
2024-10-07
feat(ext/crypto): X448 support (#26043)
Divy Srivastava
2024-10-04
refactor: improve node permission checks (#26028)
David Sherret
2024-10-04
fix(node): fix worker_threads issues blocking Angular support (#26024)
Nathan Whitaker
2024-10-03
fix(ext/crypto): fix identity test for x25519 derive bits (#26011)
Divy Srivastava
2024-10-02
Revert "fix(urlpattern): fallback to empty string for undefined group values"...
Leo Kettmeir
2024-10-02
chore: release deno_* crates (#25987)
denobot
2024-10-02
chore: release deno_* crates (#25976)
denobot
2024-10-02
feat(ext/node): buffer.transcode() (#25972)
Satya Rohith
2024-10-02
fix(ext/node): remove unimplemented promiseHook stubs (#25979)
Divy Srivastava
2024-10-01
refactor(ext): align error messages (#25914)
Ian Bull
2024-09-28
refactor: extract out sloppy imports resolution from CLI crate (#25920)
David Sherret
2024-09-28
refactor: move NpmCacheDir to deno_cache_dir (#25916)
David Sherret
2024-09-28
refactor: use deno_path_util (#25918)
David Sherret
2024-09-27
fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...
Nathan Whitaker
2024-09-27
BREAKING(ext/net): improved error code accuracy (#25383)
Luca Casonato
2024-09-27
chore: update `simd-json` (#25897)
Asher Gomez
2024-09-26
fix(ext/node): fix process.stdin.pause() (#25864)
Divy Srivastava
2024-09-24
fix(ext/node): Fix vm sandbox object panic (#24985)
Divy Srivastava
2024-09-23
chore: add code generation for @types/deno (#25545)
David Sherret
2024-09-23
feat(ext/crypto): import and export p521 keys (#25789)
Divy Srivastava
2024-09-23
fix(ext/web): don't ignore capture in EventTarget.removeEventListener (#25788)
carles escrig royo
2024-09-23
fix(ext/node): stub cpu_info() for OpenBSD (#25807)
Volker Schlecht
2024-09-22
BREAKING(webgpu/unstable): move `width` and `height` options to `UnsafeWindow...
Divy Srivastava
2024-09-21
fix(node): Include "node" condition during CJS re-export analysis (#25785)
Nathan Whitaker
[next]