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
2023-07-10
fix(node/http): server use FakeSocket and add end method (#19660)
Leo Kettmeir
2023-07-09
chore: upgrade deno_core and rusty_v8 (#19773)
Bartek Iwańczuk
2023-07-08
chore: upgrade to dprint 0.39 (#19768)
David Sherret
2023-07-07
perf(ext/node): native vectored write for server streams (#19752)
Divy Srivastava
2023-07-07
fix(ext/http): Use brotli compression params (#19758)
Matt Mastracci
2023-07-07
perf(ext/websocket): optimize server websocket js (#19719)
Divy Srivastava
2023-07-06
fix: remove unstable check for Deno.listenTls#alpnProtocols (#19732)
Bartek Iwańczuk
2023-07-06
perf(node/async_hooks): optimize AsyncLocalStorage (#19729)
Bartek Iwańczuk
2023-07-05
perf(ext/node): optimize net streams (#19678)
Divy Srivastava
2023-07-05
1.35.0 (#19717)
denobot
2023-07-04
fix(ext/node): Define performance.timeOrigin as getter property (#19714)
await-ovo
2023-07-04
feat: stabilize 'alpnProtocols' setting (#19704)
Bartek Iwańczuk
2023-07-04
feat: Stabilize Deno.serve() API (#19141)
Bartek Iwańczuk
2023-07-03
fix(npm): escape export identifier in double quoted string (#19694)
await-ovo
2023-07-03
fix(dts): make globals available on globalThis (#19438)
ud2
2023-07-03
fix(ext/http): Catch errors in eager stream timeout to avoid uncaught promise...
Matt Mastracci
2023-07-02
fix(ext/node): ignore cancelled timer when node timer refresh (#19637)
await-ovo
2023-07-02
refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)
Bartek Iwańczuk
2023-07-02
feat: ReadableStream.from (#19446)
Leo Kettmeir
2023-07-02
feat(ext/url): URLSearchParams two-argument delete() and has() (#19654)
Lino Le Van
2023-07-02
feat(ext/fetch): add Headers#getSetCookie (#13542)
Luca Casonato
2023-07-01
fix(npm): handle more reserved words as cjs exports (#19672)
David Sherret
2023-07-02
Reland "fix(cli): don't store blob and data urls in the module cache" (#18581)
Nayeem Rahman
2023-07-01
fix(ext/kv): expose Deno.AtomicOperation (#19674)
Luca Casonato
2023-06-30
fix(node/http): add setKeepAlive to FakeSocket (#19659)
Leo Kettmeir
2023-06-29
chore: upgrade Rust to 1.70 and libffi-sys to 2.3.0 (#19639)
Matt Mastracci
2023-06-29
refactor(ops): op2 support for generics (#19636)
Matt Mastracci
2023-06-29
fix(ext/websocket): Ensure that errors are available after async response ret...
Matt Mastracci
2023-06-28
fix(console): correct the parseCssColor algorithm (#19645)
Nicholas Berlette
2023-06-28
fix(console): add assert function (#19635)
Leo Kettmeir
2023-06-27
fix: lint on main branch (#19622)
Bartek Iwańczuk
2023-06-27
chore(ext/node): disable prefer-primordials on a per-file basis (#19553)
Kenta Moriuchi
2023-06-27
test(ext/node): port crypto_test.ts from deno_std (#19561)
Felipe Baltor
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-06-26
Revert "Reland "refactor(core): cleanup feature flags for js source i… (#19...
Bartek Iwańczuk
2023-06-26
fix(ext/node): remove path.toFileUrl (#19536)
Ryan Clements
2023-06-25
Reland "refactor(core): cleanup feature flags for js source inclusion" (#19519)
Nayeem Rahman
2023-06-24
fix(ext/node): support brotli APIs (#19223)
Divy Srivastava
2023-06-24
refactor(ops): Adding op2 macro and implementing in a couple of places (#19534)
Matt Mastracci
2023-06-24
chore(ext/web): align with whatwg/dom typo fix (#19584)
Martin Fischer
2023-06-23
fix(serde_v8): Do not coerce values in serde_v8 (#19569)
Divy Srivastava
2023-06-23
fix(ext/fs): fix boolean checks in JS parser (#19586)
Luca Bruno
2023-06-22
refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566)
Bartek Iwańczuk
2023-06-22
refactor(npm): remove needless resolve_nv_ref_from_pkg_req_ref on NpmResolver...
David Sherret
2023-06-19
fix(deno/ext): Fix WebCrypto API's deriveKey (#19545)
Santhanam
2023-06-17
chore(kv) fix and re-enable queue test (#19529)
Igor Zinkovsky
2023-06-16
fix(ext/node): remove fromFileUrl from "node:path" (#19504)
Ryan Clements
2023-06-16
chore: forward v1.34.3 release commit to main (#19526)
denobot
2023-06-15
refactor(ext/fetch): const for max header cache size (#19496)
markthree
2023-06-15
fix(node): Worker constructor doesn't check type: module of package.json (#19...
Vedant Pandey
[next]