summaryrefslogtreecommitdiff
path: root/test_util/src
AgeCommit message (Expand)Author
2021-11-14chore(tests): fix typo in pty.rs (#12757)Ikko Ashimine
2021-11-09fix(fetch): set content-length for empty POST/PUT (#12703)Luca Casonato
2021-11-09feat(cli): support React 17 JSX transforms (#12631)Kitson Kelly
2021-10-25fix(tls): Make TLS clients support HTTP/2 (#12530)Andreu Botella
2021-09-30feat(tls): custom in memory CA certificates (#12219)Luca Casonato
2021-09-20chore(tests): windows pty tests (#12091)David Sherret
2021-09-09fix: permission prompt stuffing (#11931)Ryan Dahl
2021-09-08feat(cli): Support Basic authentication in DENO_AUTH_TOKENS (#11910)BasiqueEvangelist
2021-08-25feat(fetch): mTLS client certificates for fetch() (#11721)Sean Michael Wykes
2021-08-17chore(tests): delete the temporary deno dir when dropping the test lsp client...David Sherret
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-08-09feat: support client certificates for connectTls (#11598)Ryan Dahl
2021-08-06feat(repl): add --eval flag for evaluating code when the repl starts (#11590)David Sherret
2021-07-03feat: enable WebAssembly.instantiateStreaming and wasm async compilation (#11...Andreu Botella
2021-06-17chore: upgrade Rust to 1.53.0 (#11021)Yusuke Tanaka
2021-06-10chore: Fix broken test on Windows (#10900)David Sherret
2021-06-08chore(tests): Friendlier message when running the tests and forgetting to run...David Sherret
2021-05-21chore(lsp): provide test for lsp deadlock issue (#10679)Kitson Kelly
2021-05-18refactor: share test harness for lsp between bench and integration (#10659)Kitson Kelly
2021-05-13fix(cli): ignore x-typescript-types header when media type is not js/jsx (#10...Yoshiya Hinosawa
2021-05-09chore(test): remove unused function (#10537)Ben Noordhuis
2021-04-26Remove denort optimization (#10350)Ryan Dahl
2021-04-09feat(lsp): add registry import auto-complete (#9934)Kitson Kelly
2021-03-26remove macro_use (#9884)Ryan Dahl
2021-03-25upgrade: Rust 1.51.0 (#9895)Yusuke Tanaka
2021-02-24test: Fix --reload in integration_tests (#9345)Yosi Pramajaya
2021-02-21fix(op_crates/websocket): default to close code 1005 (#9339)DjDeveloper
2021-02-16feat(cli): support auth tokens for accessing private modules (#9508)Kitson Kelly
2021-02-02chore: remove std directory (#9361)Casper Beyer
2021-02-01refactor: Reorganise integration tests (#9282)Bartek Iwańczuk
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-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-10upgrade: tokio 0.1 in test_util crate (#8885)Yosi Pramajaya
2021-01-08feat: denort binary (#9041)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-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-05feat: Implement WebSocket API (#7051)crowlKats
2020-09-04fix: Handle bad redirects more gracefully (#7342)Ryan Dahl