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
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