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
2024-11-18
feat(ext/http): Make http server parameters configurable (#26785)
Yusuke Tanaka
2024-11-08
feat(ext/http): abort event when request is cancelled (#26781)
Divy Srivastava
2024-11-07
feat(ext/http): abort signal when request is cancelled (#26761)
Divy Srivastava
2024-10-18
refactor(ext/http): use concrete error types (#26377)
Leo Kettmeir
2024-10-18
refactor(ext/websocket): use concrete error type (#26226)
Leo Kettmeir
2024-04-24
feat(ext/http): Implement request.signal for Deno.serve (#23425)
Matt Mastracci
2024-04-19
refactor(ext/http): extract 02_websocket.ts from 01_http.js (#23460)
Matt Mastracci
2024-04-08
fix(ext/http): Make `Deno.serveHttp()` work when proxying (#23269)
Bartek Iwańczuk
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-27
refactor: simplify hyper, http, h2 deps (#21715)
Bartek Iwańczuk
2023-12-23
chore(ext/node): use BufView natively in http2 (#21688)
Matt Mastracci
2023-12-22
chore: update ext/http to hyper 1.0.1 and http 1.0 (#21588)
Bartek Iwańczuk
2023-12-14
refactor(ext/http): fork fly_accept_encodings crate (#21586)
Bartek Iwańczuk
2023-11-13
refactor(ext/http): Use HttpRecord as response body to track until body compl...
Laurence Rowe
2023-11-13
refactor(ext/http): refer to HttpRecord directly using v8::External (#20770)
Laurence Rowe
2023-10-26
chore: update base64 crate (#20877)
Luca Casonato
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
[next]