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
2024-04-24
feat(ext/http): Implement request.signal for Deno.serve (#23425)
Matt Mastracci
2024-04-19
feat(ext/http): Add `addr` to HttpServer (#23442)
Matt Mastracci
2024-04-08
refactor(ext/tls): use cppgc to deduplicate the tls key loading code (#23289)
Matt Mastracci
2024-01-26
refactor: migrate extensions to virtual ops module (#22135)
Bartek Iwańczuk
2024-01-26
chore: upgrade deno_core (#22124)
Bartek Iwańczuk
2024-01-25
fix: don't use public rid accessors in internal APIs (#22091)
Bartek Iwańczuk
2024-01-22
feat(unstable): remove Deno.upgradeHttp API (#21856)
Bartek Iwańczuk
2024-01-10
refactor: use `core.ensureFastOps()` (#21888)
Kenta Moriuchi
2024-01-04
fix: strict type check for cross realms (#21669)
Kenta Moriuchi
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-07
refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)
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-11-09
perf: remove knowledge of promise IDs from deno (#21132)
Matt Mastracci
2023-11-07
fix(ext/http): Throwing Error if the return value of Deno.serve handler is no...
Aravind
2023-11-01
feat: disposable Deno resources (#20845)
Luca Casonato
2023-10-27
fix(ext/http): patch regression in variadic args to serve handler (#20796)
Jared Flatow
2023-10-09
fix(ext/http): Deno.Server should not be thenable (#20723)
Luca Casonato
2023-10-04
feat(unstable): add unix domain socket support to Deno.serve (#20759)
Yoshiya Hinosawa
2023-09-12
fix(ext/http): create a graceful shutdown API (#20387)
Matt Mastracci
2023-09-07
feat: support import attributes (#20342)
David Sherret
2023-08-21
fix(ext/http): ensure request body resource lives as long as response is aliv...
Matt Mastracci
2023-08-17
feat(ext/web): resourceForReadableStream (#20180)
Matt Mastracci
2023-08-10
perf(ext/http): use ServeHandlerInfo class instead of object literal (#20122)
Marcos Casagrande
2023-08-03
refactor: rewrite http_next ops to use op2 macro (#19934)
Bartek Iwańczuk
2023-07-30
fix(Deno.serve): accessing .url on cloned request throws (#19869)
Felipe Baltor
2023-07-19
fix(ext/http): Error on deprecated/unavailable features (#19880)
Matt Mastracci
2023-07-04
feat: Stabilize Deno.serve() API (#19141)
Bartek Iwańczuk
2023-07-03
fix(ext/http): Catch errors in eager stream timeout to avoid uncaught promise...
Matt Mastracci
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
[next]