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
/
cli
/
tests
/
unit
/
serve_test.ts
Age
Commit message (
Expand
)
Author
2023-12-02
chore: update std to 0.208.0 (#21318)
Asher Gomez
2023-11-22
refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...
Asher Gomez
2023-11-22
Revert "chore: update to `std@0.207.0` (#21284)" (#21295)
Bartek Iwańczuk
2023-11-22
chore: update to `std@0.207.0` (#21284)
Asher Gomez
2023-11-18
fix(ext/http): fix crash in dropped Deno.serve requests (#21252)
Matt Mastracci
2023-11-18
chore: disable curl --http2 tests (#21247)
Matt Mastracci
2023-11-17
test(cli): http test reliability fixes (#21246)
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-28
Revert "chore: update deno_std submodule (#20994)" (#21001)
Bartek Iwańczuk
2023-10-27
chore: update deno_std submodule (#20994)
Bartek Iwańczuk
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-26
fix(cli/test): clear connection pool after tests (#20680)
Luca Casonato
2023-09-26
test: unflake serve_test/httpServerTcpCancellation (#20672)
Luca Casonato
2023-09-25
fix(ext/http): ensure that resources are closed when request is cancelled (#2...
Matt Mastracci
2023-09-16
perf: improve async op santizer speed and accuracy (#20501)
Luca Casonato
2023-09-15
chore(ext/http): fix a rejection test (#20514)
Matt Mastracci
2023-09-15
fix(ext/http): ensure aborted bodies throw (#20503)
Matt Mastracci
2023-09-12
fix(ext/http): create a graceful shutdown API (#20387)
Matt Mastracci
2023-08-28
fix(ext/http): don't panic on stream responses in cancelled requests (#20316)
Matt Mastracci
2023-08-23
fix(ext/web): add stream tests to detect v8slice split bug (#20253)
Matt Mastracci
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-01
fix(test): request cloning should throw if body stream is locked (#19990)
Felipe Baltor
2023-07-30
fix(Deno.serve): accessing .url on cloned request throws (#19869)
Felipe Baltor
2023-07-04
feat: Stabilize Deno.serve() API (#19141)
Bartek Iwańczuk
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-06-24
fix(cli): Don't use hardcoded port 4501 in serve test (#19599)
Matt Mastracci
2023-06-13
fix(ext/http): replace await Deno.serve with await Deno.serve().finished (#19...
Matt Mastracci
2023-06-08
chore: Use relative paths for assert imports to avoid test flakes (#19427)
Matt Mastracci
2023-05-31
refactor(ext/http): Expose internal serveHttpOnListener API for HTTP2 (#19331)
Matt Mastracci
2023-05-24
chore(core): Ensure that net test ports aren't used elsewhere (#19243)
Matt Mastracci
2023-05-24
feat(ext/http): Brotli Compression (#19216)
Levente Kurusa
2023-05-22
chore(cli): One Rust test per JS and Node unit test file (#19199)
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-18
chore: lint server_test.ts (#19175)
Bartek Iwańczuk
2023-05-16
fix(ext/http): Ensure cancelled requests don't crash Deno.serve (#19154)
Matt Mastracci
2023-05-10
feat(ext/http): Automatic compression for Deno.serve (#19031)
Matt Mastracci
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): 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-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
2023-04-04
refactor(ext/http): bring back 'reusePort' option for 'Deno.serve()' (#18590)
Bartek Iwańczuk
2023-04-03
refactor: "Deno.serve()" API uses "Deno.serveHttp()" internally (#18568)
Bartek Iwańczuk