Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-24 | refactor(test_util): replace "warp" with "hyper" (#8846) | Yosi Pramajaya | |
This commit rewrites "test_server" to use "hyper" instead of "warp" in an effort to reduce number of dependencies. | |||
2020-12-09 | fix(op_crates/fetch): support non-ascii response headers value (#8600) | Jae-Heon Ji | |
2020-11-28 | chore: clippy future cleanups (#8514) | Kitson Kelly | |
2020-11-16 | fix(cli): local sources are not cached in memory (#8328) | Kitson Kelly | |
Fixes #4743 Closes #5253 Fixes #5631 Fixes #6116 Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> Co-authored-by: Luca Casonato <lucacasonato@yahoo.com> | |||
2020-11-13 | refactor(cli+core): various cleanups in Rust (#8336) | KNnut | |
2020-11-05 | build: rewrite tools/ scripts to deno (#8247) | Bartek Iwańczuk | |
This commit rewrites scripts in "tools/" directory to use Deno instead of Python. In return it allows to remove huge number of Python packages in "third_party/". | |||
2020-10-26 | chore: add bundle_no_check benchmark (#8130) | Luca Casonato | |
2020-10-26 | fix(cli): properly handle roots with extensions that don't match media type ↵ | Kitson Kelly | |
(#8114) | |||
2020-09-05 | feat: Implement WebSocket API (#7051) | crowlKats | |
2020-09-04 | fix: Handle bad redirects more gracefully (#7342) | Ryan Dahl | |
2020-08-28 | Move benchmarks to Rust (#7134) | Valentin Anger | |
All benchmarks are done in Rust and can be invoked with `cargo bench`. Currently this has it's own "harness" that behaves like `./tools/benchmark.py` did. Because of this tests inside `cli/bench` are currently not run. This should be switched to the language provided harness once the `#[bench]` attribute has been stabilized. | |||
2020-08-18 | refactor: permissions (#7074) | Nayeem Rahman | |
2020-08-10 | Remove unnecessary drop calls (#7007) | Ryan Dahl | |
2020-08-03 | fix(cli): add support for non-UTF8 source files (#6789) | Maayan Hanin | |
Fixes: #5542 | |||
2020-08-03 | feat: hash file names in gen cache (#6911) | Luca Casonato | |
2020-07-24 | fix: deno-types directive should have higher precedence than ↵ | Bartek Iwańczuk | |
X-TypeScript-Types header (#6761) | |||
2020-07-13 | fix(cli/fetch): fix relative redirect (#6715) | Marcos Casagrande | |
2020-07-09 | fix(cli): panic when stdio is null on windows (#6528) | Maayan Hanin | |
Fixes: #6409 | |||
2020-07-06 | share HTTP server between threads (attempt 2) (#6652) | Ryan Dahl | |
2020-07-06 | Remove tools/hyper_hello (#6651) | Ryan Dahl | |
2020-07-04 | chore: port http_server.py to rust (#6364) | Ryan Dahl | |
2020-06-29 | ignore PoisonError in test_server (#6567) | Ryan Dahl | |
2020-06-26 | Create new DENO_DIR for each test (#6506) | Ryan Dahl | |
2020-06-25 | Revert "chore: share HTTP server between tests (#6362)" (#6475) | Bartek Iwańczuk | |
This reverts commit 70147ee56418c3d67a29070c01746a44d353e855. | |||
2020-06-18 | chore: share HTTP server between tests (#6362) | Bartek Iwańczuk | |
2020-06-18 | chore(test): move testing utilities to test_util crate (#6360) | Bartek Iwańczuk | |