summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2023-05-22fix(node): add http.Server.unref() (#19201)Bartek Iwańczuk
2023-05-21feat(unstable): add more options to Deno.createHttpClient (#17385)Leo Kettmeir
2023-05-19feat(ext/http): ref/unref for server (#19197)Matt Mastracci
2023-05-18feat(ext/http): Add support for trailers w/internal API (HTTP/2 only) (#19182)Matt Mastracci
2023-05-19BREAKING(unstable): change return type of Deno.serve() API (#19189)Bartek Iwańczuk
2023-05-18fix(npm): `process` not defined in readline (#19184)Marvin Hagemeister
2023-05-18chore: forward v1.33.4 release commit to main (#19181)denobot
2023-05-18fix(ext/websocket): order of ws writes (#19131)Divy Srivastava
2023-05-18refactor(napi): simplify types (#19179)Bartek Iwańczuk
2023-05-18fix(ext/webidl): change createPromiseConverter (#16367)Marcos Casagrande
2023-05-18fix(cli/napi): handle finalizers (#19168)Divy Srivastava
2023-05-18fix(node): support passing parent stdio streams (#19171)Marvin Hagemeister
2023-05-17feat(ext/web): Request higher-resolution timer on Windows if user requests se...Matt Mastracci
2023-05-17fix(node): export diagnostics_channel module (#19167)Bartek Iwańczuk
2023-05-17fix(ext/node): make nodeGlobalThis configurable (#19163)Luca Casonato
2023-05-17fix(ext/node): fix whatwg url formatting (#19146)Yoshiya Hinosawa
2023-05-17fix(node): export punycode module (#19151)Bartek Iwańczuk
2023-05-17fix: support "fetch" over HTTPS for IP addresses (#18499)Bartek Iwańczuk
2023-05-17refactor(node): reimplement http client (#19122)Leo Kettmeir
2023-05-16fix(ext/http): Ensure cancelled requests don't crash Deno.serve (#19154)Matt Mastracci
2023-05-16fix(fetch): Correctly decode `multipart/form-data` names and filenames (#19145)Andreu Botella
2023-05-16fix(npm): add performance.markResourceTiming sham (#19123)Bartek Iwańczuk
2023-05-16refactor(ext/http): simpler ws server in http_next (#19133)Luca Casonato
2023-05-16feat(node/crypto): Builtin Diffie-Hellman Groups (#19137)Levente Kurusa
2023-05-15feat(node/crypto): Diffie Hellman Support (#18943)Levente Kurusa
2023-05-15refactor(ext/http): generic abstract listeners (#19132)Luca Casonato
2023-05-14refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...Matt Mastracci
2023-05-12chore: forward v1.33.3 release commit to main (#19111)denobot
2023-05-11fix(ext/fs): add more context_path (#19101)David Sherret
2023-05-11fix(npm): make http2 module available, make 'nodeGlobalThisName' writable (#1...Bartek Iwańczuk
2023-05-11fix(console): handle error when inspecting promise-like (#19083)Nayeem Rahman
2023-05-11fix(node): expose channels in worker_threads (#19086)Marvin Hagemeister
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret