summaryrefslogtreecommitdiff
path: root/ext/http
AgeCommit message (Expand)Author
2023-10-27fix(ext/http): patch regression in variadic args to serve handler (#20796)Jared Flatow
2023-10-26chore: update base64 crate (#20877)Luca Casonato
2023-10-25chore: update deno_core and port all remaining ops to `op2` (#20954)Bartek Iwańczuk
2023-10-13chore: forward v1.37.2 release commit to main (#20897)denobot
2023-10-12refactor: FeatureChecker integration in ext/ crates (#20797)Bartek Iwańczuk
2023-10-09fix(ext/http): Deno.Server should not be thenable (#20723)Luca Casonato
2023-10-04refactor: use deno_core::FeatureChecker for unstable checks (#20765)Bartek Iwańczuk
2023-10-04feat(unstable): add unix domain socket support to Deno.serve (#20759)Yoshiya Hinosawa
2023-09-27chore: forward v1.37.1 release commit to main (#20706)denobot
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-23refactor: rewrite ops to op2 macro (#20628)Bartek Iwańczuk
2023-09-191.37.0 (#20574)denobot
2023-09-16perf(ext/http): optimize `set_response` for small responses (#20527)Marcos Casagrande
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-13chore: bump deno_core and cargo update (#20480)Matt Mastracci
2023-09-12fix(ext/http): create a graceful shutdown API (#20387)Matt Mastracci
2023-09-07feat: support import attributes (#20342)David Sherret
2023-09-01chore: forward v1.36.4 to main (#20352)Bartek Iwańczuk
2023-08-28fix(ext/http): don't panic on stream responses in cancelled requests (#20316)Matt Mastracci
2023-08-26chore: update to Rust 1.72 (#20258)林炳权
2023-08-24chore: forward v1.36.3 release commit to main (#20270)denobot
2023-08-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-08-21fix(ext/http): ensure request body resource lives as long as response is aliv...Matt Mastracci
2023-08-17feat(ext/web): resourceForReadableStream (#20180)Matt Mastracci
2023-08-10perf(http): use Cow<[u8]> for setting header (#20112)Bartek Iwańczuk
2023-08-10perf(ext/http): use ServeHandlerInfo class instead of object literal (#20122)Marcos Casagrande
2023-08-10chore: forward v1.36.1 to main (#20119)Divy Srivastava
2023-08-04fix(ext/http): serveHttp brotli compression level should be fastest (#20058)Matt Mastracci
2023-08-04chore(cargo): update async-compression/flate2/miniz to latest (#20049)Luca Bruno
2023-08-04fix(ext/http): unify default gzip compression level (#20050)Luca Bruno
2023-08-03refactor: rewrite http_next ops to use op2 macro (#19934)Bartek Iwańczuk
2023-08-031.36.0 (#20036)denobot
2023-07-31feat(ext/http): Upgrade to hyper1.0-rc4 (#19987)Matt Mastracci
2023-07-30fix(Deno.serve): accessing .url on cloned request throws (#19869)Felipe Baltor
2023-07-261.35.3 (#19947)denobot
2023-07-25fix(ext/http): Quietly ignore invalid status codes (#19936)Matt Mastracci
2023-07-20refactor(ext/http): Use const thread-local initializer for slightly better pe...Matt Mastracci
2023-07-20chore: forward v1.35.2 release commit to main (#19887)denobot
2023-07-19fix(ext/http): Error on deprecated/unavailable features (#19880)Matt Mastracci
2023-07-18fix(ext/node): check if resource can be used with write_vectored (#19868)Divy Srivastava
2023-07-13chore: update to Rust 1.71 (#19822)Matt Mastracci
2023-07-12chore: forward 1.35.1 back to main (#19814)David Sherret
2023-07-07perf(ext/node): native vectored write for server streams (#19752)Divy Srivastava
2023-07-07fix(ext/http): Use brotli compression params (#19758)Matt Mastracci
2023-07-051.35.0 (#19717)denobot
2023-07-04feat: Stabilize Deno.serve() API (#19141)Bartek Iwańczuk
2023-07-03fix(ext/http): Catch errors in eager stream timeout to avoid uncaught promise...Matt Mastracci