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
/
http_next.rs
Age
Commit message (
Expand
)
Author
2023-08-03
refactor: rewrite http_next ops to use op2 macro (#19934)
Bartek Iwańczuk
2023-07-31
feat(ext/http): Upgrade to hyper1.0-rc4 (#19987)
Matt Mastracci
2023-07-25
fix(ext/http): Quietly ignore invalid status codes (#19936)
Matt Mastracci
2023-07-20
refactor(ext/http): Use const thread-local initializer for slightly better pe...
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-26
chore: fix typos (#19572)
Martin Fischer
2023-06-24
refactor(ops): Adding op2 macro and implementing in a couple of places (#19534)
Matt Mastracci
2023-06-13
chore(ext/http): fix github lint issue (#19479)
Matt Mastracci
2023-06-12
perf(ext/http): from_maybe_shared_unchecked for header values (#19478)
Matt Mastracci
2023-06-08
perf: use sendto syscalls (#19414)
Bartek Iwańczuk
2023-06-06
perf(http): avoid flattening http headers (#19384)
Marvin Hagemeister
2023-06-03
perf(ext/http): Migrate op_http_get_request_method_and_url to v8::Array (#19355)
Kamil Ogórek
2023-06-02
perf(ext/http): Migrate op_http_get_request_headers to v8::Array (#19354)
Kamil Ogórek
2023-06-02
perf(ext/http): Use flat list of headers for multiple set/get methods (#19336)
Kamil Ogórek
2023-06-01
chore(ext/http): add env var to disable writev syscall (#19338)
Bartek Iwańczuk
2023-05-30
perf(ext/http): Add a sync phase to http serving (#19321)
Matt Mastracci
2023-05-24
feat(ext/http): Brotli Compression (#19216)
Levente Kurusa
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-15
refactor(ext/http): generic abstract listeners (#19132)
Luca Casonato
2023-05-14
refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...
Matt Mastracci
2023-05-10
refactor(core): http_next generic over request extractor (#19071)
Matt Mastracci
2023-05-10
feat(ext/http): Automatic compression for Deno.serve (#19031)
Matt Mastracci
2023-05-08
refactor: prefix ops w/ crate they are defined in (#19044)
Luca Casonato
2023-05-08
fix(ext/http): Ensure Deno.serve works across --watch restarts (#18998)
Matt Mastracci
2023-04-27
fix(ext/http): internal upgradeHttpRaw works with "Deno.serve()" API (#18859)
Matt Mastracci
2023-04-26
perf(ext/http): use smi for slab IDs (#18848)
Divy Srivastava
2023-04-24
feat(ext/http): h2c for http/2 (#18817)
Matt Mastracci
2023-04-23
fix(ext/http): ensure that multiple upgrades and multiple simultaneous reques...
Matt Mastracci
2023-04-22
feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 (#18619)
Matt Mastracci