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-09-26
refactor: rewrite ext/node/crypto to op2 macro (#20675)
Bartek Iwańczuk
2023-09-26
refactor(ext/http): use scopeguard defer to handle async drop (#20652)
Laurence Rowe
2023-09-25
fix(ext/http): ensure that resources are closed when request is cancelled (#2...
Matt Mastracci
2023-09-24
refactor: rewrite more ops to op2 (#20666)
Bartek Iwańczuk
2023-09-24
fix(ext/node): Fix invalid length variable reference in blitBuffer (#20648)
Aapo Alasuutari
2023-09-24
fix(ext/node): simplified array.from + map (#20653)
Mikhail
2023-09-23
refactor: rewrite ops to op2 macro (#20628)
Bartek Iwańczuk
2023-09-23
refactor: rewrite ext/node/http2 to op2 macro (#20629)
Bartek Iwańczuk
2023-09-23
feat(ext/web): use readableStreamDefaultReaderRead in resourceForReadableStre...
Matt Mastracci
2023-09-23
refactor: rewrite ops using i64/usize to op2 (#20647)
Bartek Iwańczuk
2023-09-23
fix(node): supported arguments to `randomFillSync` (#20637)
Divy Srivastava
2023-09-22
feat(kv_queues): increase max queue delay to 30 days (#20626)
Igor Zinkovsky
2023-09-22
fix(node/package_json): Avoid panic when "exports" field is null (#20588)
Alessandro Scandone
2023-09-21
perf(ext/fetch): use new instead of createBranded (#20624)
Marcos Casagrande
2023-09-21
refactor: rewrite some ops to op2 macro (#20603)
Bartek Iwańczuk
2023-09-21
fix(node): point process.version to Node 18.18.0 LTS (#20597)
Divy Srivastava
2023-09-20
fix(ext/web): Aggregate small packets for Resource implementation of Readable...
Matt Mastracci
2023-09-19
refactor: rewrite BC, cache exts to op2 (#20486)
Bartek Iwańczuk
2023-09-19
1.37.0 (#20574)
denobot
2023-09-19
fix(cli): ensure that an exception in getOwnPropertyDescriptor('constructor')...
Matt Mastracci
2023-09-17
perf(ext/streams): optimize async iterator (#20541)
Marcos Casagrande
2023-09-16
perf(ext/http): optimize `set_response` for small responses (#20527)
Marcos Casagrande
2023-09-16
perf: improve async op santizer speed and accuracy (#20501)
Luca Casonato
2023-09-16
feat: Add "deno jupyter" subcommand (#20337)
Bartek Iwańczuk
2023-09-15
feat(ext/node): http2.connect() API (#19671)
Bartek Iwańczuk
2023-09-15
fix(ext/http): ensure aborted bodies throw (#20503)
Matt Mastracci
2023-09-14
refactor: rewrite more ops to op2 macro (#20478)
Bartek Iwańczuk
2023-09-14
refactor: rewrite ext/node to op2 (#20489)
Bartek Iwańczuk
2023-09-14
feat(ext/web): Add name to Deno.customInspect of File objects (#20415)
lionel-rowe
2023-09-13
refactor: use TaskQueue from deno_unsync (#20485)
David Sherret
2023-09-13
chore: bump deno_core and cargo update (#20480)
Matt Mastracci
2023-09-13
refactor: rewrite ext/crypto to op2 (#20477)
Bartek Iwańczuk
2023-09-12
refactor: rewrite ext/net/ ops to op2 (#20471)
Bartek Iwańczuk
2023-09-12
refactor: rewrite ext/io, ext/webstorage ops to op2 (#20461)
Bartek Iwańczuk
2023-09-12
fix(ext/http): create a graceful shutdown API (#20387)
Matt Mastracci
2023-09-11
chore: update inner #\![allow] to #[allow] (#20463)
Matt Mastracci
2023-09-11
perf(node/net): optimize socket reads for 'npm:ws' package (#20449)
Bartek Iwańczuk
2023-09-08
fix(ext/kv): same `expireIn` should generate same `expireAt` (#20396)
Heyang Zhou
2023-09-08
fix(ext/node/ops/zlib/brotli): Allow decompressing more than 4096 bytes (#20301)
Curran McConnell
2023-09-07
perf(ext/node): Optimise Buffer string operations (#20158)
Aapo Alasuutari
2023-09-07
chore(ext/fs): port some ops to op2 (#20402)
Matt Mastracci
2023-09-07
chore(ext/node): port some ops to op2 (#20400)
Matt Mastracci
2023-09-07
feat: support import attributes (#20342)
David Sherret
2023-09-07
chore(ext/kv): limit total key size in an atomic op to 80 KiB (#20395)
Heyang Zhou
2023-09-06
fix(ext/node): implement AES GCM cipher (#20368)
Divy Srivastava
2023-09-05
fix(node/child_process): don't crash on undefined/null value of an env var (#...
zuisong
2023-09-04
Revert "refactor: rewrite ops that use 'deferred' to use 'op2(async(lazy))' (...
Bartek Iwańczuk
2023-09-04
fix(node): Bump hardcoded version to latest (#20366)
Fabian
2023-09-03
fix(ext/kv): add a warning for listenQueue if used with remote KV (#20341)
Igor Zinkovsky
2023-09-02
refactor: rewrite ops that use 'deferred' to use 'op2(async(lazy))' (#20303)
Bartek Iwańczuk
[prev]
[next]