summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2023-06-26fix(ext/node): remove path.toFileUrl (#19536)Ryan Clements
2023-06-25Reland "refactor(core): cleanup feature flags for js source inclusion" (#19519)Nayeem Rahman
2023-06-24fix(ext/node): support brotli APIs (#19223)Divy Srivastava
2023-06-24refactor(ops): Adding op2 macro and implementing in a couple of places (#19534)Matt Mastracci
2023-06-24chore(ext/web): align with whatwg/dom typo fix (#19584)Martin Fischer
2023-06-23fix(serde_v8): Do not coerce values in serde_v8 (#19569)Divy Srivastava
2023-06-23fix(ext/fs): fix boolean checks in JS parser (#19586)Luca Bruno
2023-06-22refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566)Bartek Iwańczuk
2023-06-22refactor(npm): remove needless resolve_nv_ref_from_pkg_req_ref on NpmResolver...David Sherret
2023-06-19fix(deno/ext): Fix WebCrypto API's deriveKey (#19545)Santhanam
2023-06-17chore(kv) fix and re-enable queue test (#19529)Igor Zinkovsky
2023-06-16fix(ext/node): remove fromFileUrl from "node:path" (#19504)Ryan Clements
2023-06-16chore: forward v1.34.3 release commit to main (#19526)denobot
2023-06-15refactor(ext/fetch): const for max header cache size (#19496)markthree
2023-06-15fix(node): Worker constructor doesn't check type: module of package.json (#19...Vedant Pandey
2023-06-15refactor(ext/fetch): simplify fetch ops (#19494)Bartek Iwańczuk
2023-06-14chore(ext/node): bring back changes to ClientRequest.onSocket (#19509)Leo Kettmeir
2023-06-14perf(web): optimize timer resolution (#19493)Bartek Iwańczuk
2023-06-14perf: don't run microtask checkpoint if macrotask callback did no work (#19492)Bartek Iwańczuk
2023-06-14fix(ext/http): Include hostname in onListen argument (#19497)Jhan S. Álvarez
2023-06-13feat(kv) queue implementation (#19459)Igor Zinkovsky
2023-06-13Revert "refactor(core): cleanup feature flags for js source inclusion… (#19...Bartek Iwańczuk
2023-06-13fix(node/buffer): make slice be the same as subarray (#19481)Leo Kettmeir
2023-06-13perf(http): cache verified headers (#19465)Bartek Iwańczuk
2023-06-13fix(ext/http): replace await Deno.serve with await Deno.serve().finished (#19...Matt Mastracci
2023-06-13fix(ext/websockets): ensure we fully send frames before close (#19484)Matt Mastracci
2023-06-13refactor(core): cleanup feature flags for js source inclusion (#19463)Nayeem Rahman
2023-06-13fix(ext/node): handle 'upgrade' responses (#19412)Bartek Iwańczuk
2023-06-13feat(node): HTTPS server (#19362)Leo Kettmeir
2023-06-13chore(ext/http): fix github lint issue (#19479)Matt Mastracci
2023-06-12perf(ext/http): from_maybe_shared_unchecked for header values (#19478)Matt Mastracci
2023-06-12feat: Adaptations to support OpenBSD port (#19153)VlkrS
2023-06-10perf(serve): hoist promise error callback (#19456)Marvin Hagemeister
2023-06-09perf: optimize ByteString checks, hoist server rid getter (#19452)Bartek Iwańczuk
2023-06-09perf(serve): hoist repeated condition (#19449)Marvin Hagemeister
2023-06-09chore: forward v1.34.2 release commit to main (#19434)denobot
2023-06-08chore(ext/node): revert changes to ClientRequest.onSocket (#19426)Bartek Iwańczuk
2023-06-08fix(ext/websocket): Close socket on bad string data (#19424)Matt Mastracci
2023-06-08perf(ext/websocket): Reduce GC pressure & monomorpize op_ws_next_event (#19405)Matt Mastracci
2023-06-08chore: Ensure we only end up with the clang version we want & upgrade libffi ...Matt Mastracci
2023-06-08feat(node_compat): Add a write method to the FileHandle class (#19385)nasa
2023-06-08feat(node_compat): Add a read method to the FileHandle class (#19359)nasa
2023-06-08perf: use sendto syscalls (#19414)Bartek Iwańczuk
2023-06-07fix(napi): don't panic if symbol can't be found (#19397)Bartek Iwańczuk
2023-06-07refactor(core): use JoinSet instead of FuturesUnordered (#19378)Bartek Iwańczuk
2023-06-07chore: downgrade to Rust 1.69 (#19407)David Sherret
2023-06-07perf(ext/websocket): monomorphize code (#19394)Bartek Iwańczuk
2023-06-06perf(http): avoid flattening http headers (#19384)Marvin Hagemeister
2023-06-06fix(node/http): use fake socket and proper url handling (#19340)Leo Kettmeir
2023-06-06perf(ext/websocket): Make send sync for non-stream websockets (#19376)Matt Mastracci