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