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
/
00_serve.js
Age
Commit message (
Expand
)
Author
2023-06-14
fix(ext/http): Include hostname in onListen argument (#19497)
Jhan S. Álvarez
2023-06-13
fix(ext/http): replace await Deno.serve with await Deno.serve().finished (#19...
Matt Mastracci
2023-06-10
perf(serve): hoist promise error callback (#19456)
Marvin Hagemeister
2023-06-09
perf: optimize ByteString checks, hoist server rid getter (#19452)
Bartek Iwańczuk
2023-06-09
perf(serve): hoist repeated condition (#19449)
Marvin Hagemeister
2023-06-06
perf(http): avoid flattening http headers (#19384)
Marvin Hagemeister
2023-06-06
feat(ext/node): Very basic node:http2 support (#19344)
Matt Mastracci
2023-06-06
refactor(core): ensureFastOps is an op-generating proxy (#19377)
Matt Mastracci
2023-06-05
chore: update deno_lint to 0.46.0 (#19372)
Kenta Moriuchi
2023-06-02
perf(ext/http): Use flat list of headers for multiple set/get methods (#19336)
Kamil Ogórek
2023-05-31
refactor(ext/http): Expose internal serveHttpOnListener API for HTTP2 (#19331)
Matt Mastracci
2023-05-30
perf(ext/http): Add a sync phase to http serving (#19321)
Matt Mastracci
2023-05-19
feat(ext/http): ref/unref for server (#19197)
Matt Mastracci
2023-05-18
feat(ext/http): Add support for trailers w/internal API (HTTP/2 only) (#19182)
Matt Mastracci
2023-05-19
BREAKING(unstable): change return type of Deno.serve() API (#19189)
Bartek Iwańczuk
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-08
refactor: prefix ops w/ crate they are defined in (#19044)
Luca Casonato
2023-05-01
refactor: migrate async ops to generated wrappers (#18937)
Bartek Iwańczuk
2023-05-01
fix(core): Use primordials for methods (#18839)
Kenta Moriuchi
2023-04-30
perf(core): async op pseudo-codegen and performance work (#18887)
Matt Mastracci
2023-04-27
fix(ext/http): internal upgradeHttpRaw works with "Deno.serve()" API (#18859)
Matt Mastracci
2023-04-26
perf(ext/http): optimize away code based on callback length (#18849)
Divy Srivastava
2023-04-26
perf(ext/http): optimize for zero or one-packet response streams (#18834)
Matt Mastracci
2023-04-26
BREAKING(unstable): remove "Deno.serve(handler, options)" overload (#18759)
Bartek Iwańczuk
2023-04-26
perf(ext/http): avoid spread arg deopt in op_http_wait (#18850)
Divy Srivastava
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