summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2023-06-06feat(ext/node): Very basic node:http2 support (#19344)Matt Mastracci
2023-06-06fix(ext/console): fix inspecting large ArrayBuffers (#19373)ud2
2023-06-06refactor(core): ensureFastOps is an op-generating proxy (#19377)Matt Mastracci
2023-06-06chore: upgrade to Rust 1.70.0 (#19345)David Sherret
2023-06-05chore: update deno_lint to 0.46.0 (#19372)Kenta Moriuchi
2023-06-05fix(ext/crypto): fix JWK import of Ed25519 (#19279)Levente Kurusa
2023-06-05feat(node_compat): Add a close method to the FileHandle class. (#19357)nasa
2023-06-05feat: add more options to Deno.inspect (#19337)Leo Kettmeir
2023-06-05perf: optimize RegExp usage in JS (#19364)Bartek Iwańczuk
2023-06-04fix(ext/web): Copy EventTarget list before dispatch (#19360)Koen
2023-06-03perf(ext/http): Migrate op_http_get_request_method_and_url to v8::Array (#19355)Kamil Ogórek
2023-06-02perf(ext/http): Migrate op_http_get_request_headers to v8::Array (#19354)Kamil Ogórek
2023-06-02fix(kv) run sqlite transactions via spawn_blocking (#19350)Igor Zinkovsky
2023-06-02perf(ext/http): Use flat list of headers for multiple set/get methods (#19336)Kamil Ogórek
2023-06-02fix(node): map stdio [0, 1, 2] to "inherit" (#19352)Marvin Hagemeister
2023-06-02feat(node_compat): Added base implementation of FileHandle (#19294)nasa
2023-06-02fix(node): don't close stdio streams (#19256)Bartek Iwańczuk
2023-06-01chore(ext/http): add env var to disable writev syscall (#19338)Bartek Iwańczuk
2023-06-01chore(node_compat): add deno task for setting up and running tests (#19293)Hirotaka Tagawa / wafuwafu13
2023-05-31refactor(ext/http): Expose internal serveHttpOnListener API for HTTP2 (#19331)Matt Mastracci
2023-05-31chore(ext/node): Implement stubs for Http2Session (#19329)Matt Mastracci
2023-05-31refactor: further work on node http client (#19327)Leo Kettmeir
2023-05-31fix(node): add missing process.reallyExit method (#19326)Marvin Hagemeister
2023-05-30perf(ext/http): Add a sync phase to http serving (#19321)Matt Mastracci
2023-05-29chore: forward v1.34.1 to main (#19312)Bartek Iwańczuk
2023-05-30pin enum-as-inner dependency (#19311)Bartek Iwańczuk
2023-05-29fix: use proper ALPN protocols if HTTP client is HTTP/1.1 only (#19303)Bartek Iwańczuk
2023-05-29fix(node): http.IncomingMessageForClient.complete (#19302)Bartek Iwańczuk
2023-05-28refactor(core): remove ext: modules from the module map (#19040)Nayeem Rahman
2023-05-28fix(ext/http): fix a possible memleak in Brotli (#19250)Levente Kurusa
2023-05-27refactor(node/http): don't use readablestream for writing to request (#19282)Leo Kettmeir
2023-05-26refactor(node): use internal io and fs APIs (#19267)Bartek Iwańczuk
2023-05-26fix(node): make 'v8.setFlagsFromString' a noop (#19271)Bartek Iwańczuk
2023-05-26fix(napi): clear currently registering module slot (#19249)Bartek Iwańczuk
2023-05-26chore(node_compat): fix broken link and typo (#19265)Hirotaka Tagawa / wafuwafu13
2023-05-241.34.0 (#19246)denobot
2023-05-24fix(ext/node): ClientRequest.setTimeout(0) should remove listeners (#19240)Levente Kurusa
2023-05-24feat(ext/fs): add isBlockDevice, isCharDevice, isFifo, isSocket to FileInfo (...Hirotaka Tagawa / wafuwafu13
2023-05-24feat(ext/http): Brotli Compression (#19216)Levente Kurusa
2023-05-24fix(node): fire 'unhandledrejection' event when using node: or npm: imports (...Bartek Iwańczuk
2023-05-23fix(ext/node): add basic node:worker_threads support (#19192)Yoshiya Hinosawa
2023-05-23fix(node): duplicate node_module suffixes (#19222)Marvin Hagemeister
2023-05-23refactor: further work on node http client (#19211)Leo Kettmeir
2023-05-22fix(node): make sure "setImmediate" is not clamped to 4ms (#19213)Bartek Iwańczuk
2023-05-22fix(ext/web): improve timers resolution for 0ms timeouts (#19212)Bartek Iwańczuk