index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
http
/
lib.rs
Age
Commit message (
Expand
)
Author
2023-09-14
refactor: rewrite more ops to op2 macro (#20478)
Bartek Iwańczuk
2023-09-12
fix(ext/http): create a graceful shutdown API (#20387)
Matt Mastracci
2023-08-23
fix(ext/web): add stream tests to detect v8slice split bug (#20253)
Matt Mastracci
2023-08-17
feat(ext/web): resourceForReadableStream (#20180)
Matt Mastracci
2023-08-04
fix(ext/http): serveHttp brotli compression level should be fastest (#20058)
Matt Mastracci
2023-08-04
fix(ext/http): unify default gzip compression level (#20050)
Luca Bruno
2023-07-31
feat(ext/http): Upgrade to hyper1.0-rc4 (#19987)
Matt Mastracci
2023-07-18
fix(ext/node): check if resource can be used with write_vectored (#19868)
Divy Srivastava
2023-07-07
perf(ext/node): native vectored write for server streams (#19752)
Divy Srivastava
2023-06-22
refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566)
Bartek Iwańczuk
2023-05-30
perf(ext/http): Add a sync phase to http serving (#19321)
Matt Mastracci
2023-05-18
feat(ext/http): Add support for trailers w/internal API (HTTP/2 only) (#19182)
Matt Mastracci
2023-05-16
fix(ext/http): Ensure cancelled requests don't crash Deno.serve (#19154)
Matt Mastracci
2023-05-16
refactor(ext/http): simpler ws server in http_next (#19133)
Luca Casonato
2023-05-14
refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...
Matt Mastracci
2023-05-10
refactor(ext/http): HTTP trait structs need to be public (#19075)
Matt Mastracci
2023-05-10
refactor(core): http_next generic over request extractor (#19071)
Matt Mastracci
2023-05-08
refactor: prefix ops w/ crate they are defined in (#19044)
Luca Casonato
2023-04-27
fix(ext/http): internal upgradeHttpRaw works with "Deno.serve()" API (#18859)
Matt Mastracci
2023-04-24
feat(ext/http): h2c for http/2 (#18817)
Matt Mastracci
2023-04-22
feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 (#18619)
Matt Mastracci
2023-04-20
refactor(ext/websocket): use fastwebsockets client (#18725)
Divy Srivastava
2023-04-02
feat(ext/http): add an op to perform raw HTTP upgrade (#18511)
Matt Mastracci
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
2023-03-15
refactor: remove usages of `map_or` / `map_or_else` (#18212)
David Sherret
2023-03-10
refactor: use `pin!` macro from std (#18110)
Yusuke Tanaka
2023-03-09
refactor: Split extension registration for runtime and snapshotting (#18095)
Bartek Iwańczuk
2023-03-09
refactor(core): Extension::builder_with_deps (#18093)
Bartek Iwańczuk
2023-02-07
refactor: remove prefix from include_js_files & use extension name (#17683)
Leo Kettmeir
2023-02-07
refactor: Use ES modules for internal runtime code (#17648)
Leo Kettmeir
2023-02-05
refactor: rename `deno` specifiers to `internal` (#17655)
Leo Kettmeir
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-08
feat(core): allow specifying name and dependencies of an Extension (#17301)
Leo Kettmeir
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-20
fix(ext/http): close stream on resp body error (#17126)
Luca Casonato
2022-11-04
fix(ext/http): flush chunk when streaming resource (#16536)
Luca Casonato
2022-10-09
feat(core): improve resource read & write traits (#16115)
Luca Casonato
2022-10-04
perf(ext/fetch): consume body using ops (#16038)
Marcos Casagrande
2022-09-30
refactor(ext/http): remove op_http_read (#16096)
Luca Casonato
2022-08-18
feat(ext/flash): An optimized http/1.1 server (#15405)
Divy Srivastava
2022-07-12
fix(ext/http): reading headers with ongoing body reader (#15161)
Divy Srivastava
2022-07-04
perf(ext/http): remove accept_encoding interior mutability (#15070)
Divy Srivastava
2022-07-04
perf(ext/http): simplify op_http_accept (#15067)
Divy Srivastava
2022-07-04
perf(ext/http): lazy load headers (#15055)
Divy Srivastava
2022-05-18
perf(ext/http): faster accept-encoding parsing (#14654)
Aaron O'Mullan
2022-05-17
fix(ext/http): error on invalid headers (#14642)
Aaron O'Mullan
2022-05-17
fix(ext/http): skip auto-compression if content-encoding present (#14641)
Aaron O'Mullan
2022-05-13
fix(ext/http): make serveHttp compress for Accept-Encoding: deflate, gzip (#1...
Andy Kurnia
2022-05-13
feat(serde_v8): bytes::Bytes support (#14412)
Aaron O'Mullan
2022-05-10
cleanup(ext/http): simpler http write ops (#14552)
Aaron O'Mullan
[next]