summaryrefslogtreecommitdiff
path: root/ext/http
AgeCommit message (Expand)Author
2024-05-011.43.0 (#23629)denobot
2024-04-25perf(ext/http): recover memory for serve and optimize AbortController (#23559)Matt Mastracci
2024-04-251.43.0 (#23549)denobot
2024-04-25perf(ext/http): cache abort signal error (#23548)Divy Srivastava
2024-04-24feat: Add `deno serve` subcommand (#23511)Matt Mastracci
2024-04-24feat(ext/http): Implement request.signal for Deno.serve (#23425)Matt Mastracci
2024-04-19refactor(ext/http): extract 02_websocket.ts from 01_http.js (#23460)Matt Mastracci
2024-04-19feat(ext/http): Add `addr` to HttpServer (#23442)Matt Mastracci
2024-04-18chore: remove unused, unstable 'http' namespace (#23436)Matt Mastracci
2024-04-16chore: forward v1.42.4 commit to `main` (#23394)Bartek Iwańczuk
2024-04-12chore: forward v1.42.3 release commit to main (#23335)denobot
2024-04-11chore: forward v1.42.2 release commit to main (#23315)denobot
2024-04-10chore: update to Rust 1.77.2 (#23262)林炳权
2024-04-08feat(ext/net): Refactor TCP socket listeners for future clustering mode (#23037)Matt Mastracci
2024-04-08fix(ext/http): Make `Deno.serveHttp()` work when proxying (#23269)Bartek Iwańczuk
2024-04-08refactor(ext/tls): use cppgc to deduplicate the tls key loading code (#23289)Matt Mastracci
2024-04-01chore: forward v1.42.1 release commit to main (#23162)denobot
2024-03-281.42.0 (#23105)denobot
2024-03-14chore: Forward 1.41.3 release commit (#22930)Nathan Whitaker
2024-03-08chore: forward v1.41.2 release commit to main (#22793)denobot
2024-03-04chore: fix typos (#22677)cui fliter
2024-02-29chore: forward v1.41.1 release commit to main (#22643)denobot
2024-02-221.41.0 (#22524)denobot
2024-02-15chore: forward v1.40.5 release commit to main (#22424)denobot
2024-02-08chore: forward v1.40.4 release commit to main (#22345)denobot
2024-02-05refactor(cli): Move op descriptions into Rust and prepare for op import (#22271)Matt Mastracci
2024-02-01chore: forward v1.40.3 release commit to main (#22220)Divy Srivastava
2024-01-26refactor: migrate extensions to virtual ops module (#22135)Bartek Iwańczuk
2024-01-26chore: upgrade deno_core (#22124)Bartek Iwańczuk
2024-01-26chore: forward v1.40.2 commit to main (#22133)Bartek Iwańczuk
2024-01-26fix(ext/http): smarter handling of Accept-Encoding (#22130)Matt Mastracci
2024-01-25chore: forward v1.40.1 commit to main (#22107)Bartek Iwańczuk
2024-01-251.40.0 (#22096)denobot
2024-01-25fix: don't use public rid accessors in internal APIs (#22091)Bartek Iwańczuk
2024-01-22feat(unstable): remove Deno.upgradeHttp API (#21856)Bartek Iwańczuk
2024-01-13chore: forward v1.39.4 release commit to main (#21933)denobot
2024-01-12chore: forward v1.39.3 to main (#21915)Bartek Iwańczuk
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-09chore: upgrade deno_core to 0.244.0 (#21859)Bartek Iwańczuk
2024-01-04chore: forward v1.39.2 release commit to main (#21793)Bartek Iwańczuk
2024-01-04fix: strict type check for cross realms (#21669)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-27refactor: simplify hyper, http, h2 deps (#21715)Bartek Iwańczuk
2023-12-27refactor: finish test_util server cleanup, simplify dependencies (#21714)Bartek Iwańczuk
2023-12-27perf: remove opAsync (#21690)Matt Mastracci
2023-12-24refactor: use hyper 1.0 in grpc test server (#21584)Bartek Iwańczuk
2023-12-23chore(ext/node): use BufView natively in http2 (#21688)Matt Mastracci
2023-12-22chore: update ext/http to hyper 1.0.1 and http 1.0 (#21588)Bartek Iwańczuk
2023-12-21chore: forward v1.39.1 commit to main (#21667) (#21671)Bartek Iwańczuk
2023-12-14refactor(ext/http): fork fly_accept_encodings crate (#21586)Bartek Iwańczuk