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
/
bench
/
http
Age
Commit message (
Expand
)
Author
2024-10-24
bench: remove http benchmarks (#26484)
Bartek Iwańczuk
2024-08-20
chore: enable no-console dlint rule (#25113)
David Sherret
2024-08-12
chore: update the copyright of c, mjs, and jsx (#25005)
Kenta Moriuchi
2024-01-23
refactor: set removal version for `Deno.RequestEvent`, `Deno.HttpConn` and `D...
Asher Gomez
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-27
perf: remove opAsync (#21690)
Matt Mastracci
2023-08-19
chore: remove third_party submodule (#20201)
Divy Srivastava
2023-06-24
bench: fix benchmarks (#19600)
Bartek Iwańczuk
2023-05-26
chore: remove useless benchmark (#19272)
Bartek Iwańczuk
2023-04-26
bench: fix more benchmarks (#18864)
Bartek Iwańczuk
2023-04-26
BREAKING(unstable): remove "Deno.serve(handler, options)" overload (#18759)
Bartek Iwańczuk
2023-04-22
feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 (#18619)
Matt Mastracci
2023-04-03
refactor: remove "ext/flash" (#18578)
Bartek Iwańczuk
2023-02-22
fix(lint): revert no-deprecated-api for Deno.run (#17880)
David Sherret
2023-02-09
refactor: deno_graph 0.43 upgrade (#17692)
David Sherret
2023-01-24
refactor: remove Deno.core (#16881)
Bartek Iwańczuk
2023-01-14
refactor(bench/http): Use optional chaining instead of `||` fallthrough (#17317)
Max Coplan
2023-01-13
chore: add `copyright_checker` tool and add the missing copyright (#17285)
Yiyu Lin
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-10-04
perf(ext/fetch): consume body using ops (#16038)
Marcos Casagrande
2022-09-28
feat(ext/flash): add `reuseport` option on Linux (#16022)
Divy Srivastava
2022-09-04
fix(bench): make sure bytes/response is equal (#15763)
Divy Srivastava
2022-08-24
feat: update `Deno.serve` function signature (#15563)
Luca Casonato
2022-08-19
feat(unstable): change Deno.serve() API (#15498)
Bartek Iwańczuk
2022-08-19
chore(bench): add flash router benchmarks (#15495)
Divy Srivastava
2022-08-19
perf(runtime): optimize Deno.file open & stream (#15496)
Divy Srivastava
2022-08-19
fix(ext/flash): concurrent response streams (#15493)
Divy Srivastava
2022-08-18
feat(ext/flash): An optimized http/1.1 server (#15405)
Divy Srivastava
2022-08-11
perf(ops): Monomorphic sync op calls (#15337)
Aapo Alasuutari
2022-07-02
chore(cli/bench): benchmark for raw HTTP ops (#15043)
Divy Srivastava
2022-07-01
chore(cli/bench): Add more HTTP benchmarks (#14995)
Divy Srivastava
2022-06-29
chore(cli/bench): Add bun HTTP server (#15004)
Divy Srivastava
2022-06-08
chore(bench): generalized HTTP benchmarks framework (#14815)
Divy Srivastava