summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-03-23feat: Support Unix Domain Sockets (#4176)João Souto
2020-03-20Remove DENO_BUILD_MODE and DENO_BUILD_PATH (#4431)Ryan Dahl
2020-03-20Add require-await lint rule (#4401)Samrith Shankar
2020-03-19perf: Optimize TextEncoder and TextDecoder (#4430)Bartek Iwańczuk
2020-03-15feat: Deno.core.{encode,decode}; standalone UTF-8 encoding/decoding (#4349)Bartek Iwańczuk
2020-03-13refactor: unit test runner communicates using TCP socket (#4336)Bartek Iwańczuk
2020-03-07upgrade rust dependencies (#4270)Ryan Dahl
2020-03-06Rename readDir -> readdir (#4225)dubiousjim
2020-03-02fix tools/docs.py (#4210)Ryan Dahl
2020-02-28fetch_cached_remote_source support redirect URL without base (#4099)Kevin (Kun) "Kassimo" Qian
2020-02-27Add clippy to /tools/lint.py (#4132)João Souto
2020-02-26Fix flaky tests (#4134)Ryan Dahl
2020-02-25upgrade: TypeScript 3.8 (#4100)Kitson Kelly
2020-02-24port tools/repl_test.py to Rust (#4096)João Souto
2020-02-21feat: support UDP sockets (#3946)hazæ41
2020-02-17feat: add --cert flag for http client (#3972)geoFlux
2020-02-07Refactor deno_core_http_bench and make it single-threaded (#3903)Bert Belder
2020-02-04refactor: port fetch test to rust (#3887)Luka Hartwig
2020-02-03refactor: Use Tokio's single-threaded runtime (#3844)Ryan Dahl
2020-02-02Remove //tests symlink (#3849)Luka Hartwig
2020-01-31upgrade: Rust 1.41.0 (#3838)Ryan Dahl
2020-01-30Remove --current-thread flag (#3830)Ryan Dahl
2020-01-29feat: dprint formatter (#3820)Bartek Iwańczuk
2020-01-26Improve support of type definitions (#3755)Kitson Kelly
2020-01-24fix cargo-publish-on-tag (#3781)Ryan Dahl
2020-01-21change copyrights from 2019 to 2020 (#3733)Takashi Idobe
2020-01-20Fix bug in strace parser (#3720)Ry Dahl
2020-01-18rename dial to connect and dialTLS to connectTLS (#3710)Bartek Iwańczuk
2020-01-18Debug strace issue (#3706)Ry Dahl
2020-01-17Auto cargo-publish on tags (#3704)Ry Dahl
2020-01-16add "deno fetch" benchmarks (#3688)Bartek Iwańczuk
2020-01-15Revert "feat(flags): script arguments come after '--'" (#3681)Ry Dahl
2020-01-13extend bencharks to 20sBartek Iwańczuk
2020-01-11Add gzip, brotli and ETag support for file fetcher (#3597)EnokMan
2020-01-09feat: Deno.args now does not include script (#3628)Ry Dahl
2020-01-08feat(flags): script arguments come after '--' (#3621)Ry Dahl
2020-01-08update pylintrc (#3618)Ry Dahl
2020-01-05Upgrade rust crates and modernize hyper_hello (#3606)Bert Belder
2020-01-05Replace libdeno with rusty_v8 (#3556)Ry Dahl
2020-01-04Added textencoder benchmark (#3589)Luca Casonato
2020-01-02Add missing year ranges to copyright notices (#3582)Waldir Pimenta
2020-01-02Happy new year! (#3578)Ry Dahl
2019-12-12benchmark: align deno_http and node_http response (#3484)Kevin (Kun) "Kassimo" Qian
2019-12-04fix depot_tools on macOS Catalina by upgrading it to 23247b9 (#3441)Christian Moritz
2019-11-19fix: use AF_INET6 in ./tools/http_server.py (#3374)Bartek Iwańczuk
2019-11-19feat(std/node) add CommonJS require (#3380)Kevin (Kun) "Kassimo" Qian
2019-11-14Loader: support .wasm imports (#3328)Kevin (Kun) "Kassimo" Qian
2019-11-13Update to TypeScript 3.7 (#3275)Kitson Kelly
2019-11-13Make bundles fully standalone (#3325)Kitson Kelly
2019-11-07Upgrade rust crates (#3292)Bert Belder