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