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
/
tests
/
unit
/
serve_test.ts
Age
Commit message (
Expand
)
Author
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-09-18
refactor(ext): align error messages (#25496)
Ian Bull
2024-09-18
fix(ext/http): gracefully handle Response.error responses (#25712)
Luca Casonato
2024-09-14
feat: print `Listening on` messages on stderr instead of stdout (#25491)
Marvin Hagemeister
2024-09-12
test: remove `DENO_FUTURE` (#25587)
Asher Gomez
2024-09-10
BREAKING(io): remove `Deno.{Reader,Writer}[Sync]` and `Deno.Closer` (#25524)
Asher Gomez
2024-09-06
fix: invalid ipv6 hostname on `deno serve` (#25482)
Marvin Hagemeister
2024-09-05
fix(ext/http): do not set localhost to hostname unnecessarily (#24777)
Yoshiya Hinosawa
2024-08-26
Reland "test: run unit tests with DENO_FUTURE=1" (#25212)
Bartek Iwańczuk
2024-08-20
fix(ext/net): validate port in Deno.{connect,serve,listen} (#24399)
seb
2024-08-20
chore: enable no-console dlint rule (#25113)
David Sherret
2024-08-01
fix(ext/http): correctly consume response body in `Deno.serve` (#24811)
Luca Casonato
2024-07-28
fix(http): Adjust hostname display for Windows when using 0.0.0.0 (#24698)
Yazan AbdAl-Rahman
2024-07-25
chore: update to `std@2024.07.19` (#24715)
Asher Gomez
2024-07-18
Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...
Bartek Iwańczuk
2024-07-13
Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...
Ryan Dahl
2024-07-13
refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)
Sean McArthur
2024-07-09
fix(net): handle panic on Windows for Unix socket usage in Deno.serve() (#24...
Yazan AbdAl-Rahman
2024-07-02
chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388)
Bartek Iwańczuk
2024-06-19
Revert "chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)" (#24262)
Bartek Iwańczuk
2024-06-13
chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)
Bartek Iwańczuk
2024-05-28
fix(ext/http): flush gzip streaming response (#23991)
Bartek Iwańczuk
2024-05-23
feat(ext/fetch): `Request.bytes()` and `Response.bytes()` (#23823)
Asher Gomez
2024-04-29
fix(ext/http): ensure signal is created iff requested (#23601)
Matt Mastracci
2024-04-24
fix(ext/net): check for TLS using undefined rather than using ReflectHas (#23...
Matt Mastracci
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-03-07
fix(ext/node): http2.createServer (#22708)
Satya Rohith
2024-02-13
chore: use `@std` import instead of `@test_util/std` (#22398)
Asher Gomez
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci