summaryrefslogtreecommitdiff
path: root/test_util
AgeCommit message (Expand)Author
2021-02-09chore: update dependencies (#9455)Luca Casonato
2021-02-04refactor: rewrite File implementation (#9334)Luca Casonato
2021-02-02chore: remove std directory (#9361)Casper Beyer
2021-02-01refactor: Reorganise integration tests (#9282)Bartek Iwańczuk
2021-01-30refactor: rewrite Blob implementation (#9309)Luca Casonato
2021-01-29chore: upgrade tokio to 1.1.1 (#9327)Yusuke Tanaka
2021-01-28chore: add jsdoc to 26_fetch.js and enable some fetch tests (#9305)Luca Casonato
2021-01-27tests: new typescript WPT runner (#9269)Luca Casonato
2021-01-24feat(op_crates/web): adding gb18030 and GBK encodings (#9242)ali ahmed
2021-01-19feat(unstable): add Deno.resolveDns API (#8790)Yusuke Tanaka
2021-01-17benchmark: cleanup serde_json values being passed around (#9115)William Perron
2021-01-13build: disable cafile_* tests and use slow runners (#9089)Luca Casonato
2021-01-11upgrade: tokio 1.0 (#8779)Bartek Iwańczuk
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-10upgrade: tokio 0.1 in test_util crate (#8885)Yosi Pramajaya
2021-01-09tests: enable WPT for timers (#9047)Casper Beyer
2021-01-08feat: denort binary (#9041)Luca Casonato
2021-01-06fix: align performance API to spec using WPT (#9012)Luca Casonato
2021-01-05fix: align encoding APIs to spec using WPT (#9004)Luca Casonato
2021-01-05tests: add web platform test runner (#8990)Luca Casonato
2021-01-02fix(test_util): make hyper server single-threaded (#8951)Ben Noordhuis
2020-12-30fix(op_crates/fetch): correct regexp for fetch header (#8927)Rich Trott
2020-12-24refactor(test_util): replace "warp" with "hyper" (#8846)Yosi Pramajaya
2020-12-09fix(op_crates/fetch): support non-ascii response headers value (#8600)Jae-Heon Ji
2020-11-28chore: clippy future cleanups (#8514)Kitson Kelly
2020-11-25core: implement 'AsyncRefCell' and 'ResourceTable2' (#8273)Bert Belder
2020-11-16fix(cli): local sources are not cached in memory (#8328)Kitson Kelly
2020-11-13refactor(cli+core): various cleanups in Rust (#8336)KNnut
2020-11-05build: rewrite tools/ scripts to deno (#8247)Bartek Iwańczuk
2020-10-26chore: add bundle_no_check benchmark (#8130)Luca Casonato
2020-10-26fix(cli): properly handle roots with extensions that don't match media type (...Kitson Kelly
2020-09-21chore: add copyright (#7593)tokiedokie
2020-09-14Upgrade Rust crates, pin 'webpki-roots' to version 0.19.0 (#7454)Bert Belder
2020-09-05feat: Implement WebSocket API (#7051)crowlKats
2020-09-04fix: Handle bad redirects more gracefully (#7342)Ryan Dahl
2020-08-28Move benchmarks to Rust (#7134)Valentin Anger
2020-08-18refactor: permissions (#7074)Nayeem Rahman
2020-08-12upgrade: Rust cratesBert Belder
2020-08-10Remove unnecessary drop calls (#7007)Ryan Dahl
2020-08-03fix(cli): add support for non-UTF8 source files (#6789)Maayan Hanin
2020-08-03feat: hash file names in gen cache (#6911)Luca Casonato
2020-07-24fix: deno-types directive should have higher precedence than X-TypeScript-Typ...Bartek Iwańczuk
2020-07-23Align cargo dependency features (#6860)Ryan Dahl
2020-07-23upgrade: tokio 0.2.22 (#6838)Bartek Iwańczuk
2020-07-13fix(cli/fetch): fix relative redirect (#6715)Marcos Casagrande
2020-07-09fix(cli): panic when stdio is null on windows (#6528)Maayan Hanin
2020-07-06share HTTP server between threads (attempt 2) (#6652)Ryan Dahl
2020-07-06Remove tools/hyper_hello (#6651)Ryan Dahl
2020-07-06chore: Only use one set of tokio features (#6655)Ryan Dahl
2020-07-04chore: port http_server.py to rust (#6364)Ryan Dahl