summaryrefslogtreecommitdiff
path: root/std/http/file_server_test.ts
AgeCommit message (Expand)Author
2020-06-03fix(std/http/file_server): args handling only if invoked directly (#5989)matheus
2020-05-21fix(std/http): file_server's target directory (#5695)moyinzi
2020-05-14Fix flakiness in std file_server tests (#5306)Bert Belder
2020-05-11BREAKING: There is no public Rust API for the CLI (#5226)Ryan Dahl
2020-05-04stabilize Deno.cwd and require --allow-read (#5068)Ryan Dahl
2020-04-30Unstable methods should not appear in runtime or d.ts (#4957)Luca Casonato
2020-04-28BREAKING: Remove Deno.EOF, use null instead (#4953)Nayeem Rahman
2020-04-28BREAKING: Use LLVM target triple for Deno.build (#4948)Ryan Dahl
2020-04-28BREAKING: remove overload of Deno.test() (#4951)Bartek Iwańczuk
2020-04-10BREAKING: Make fetch API more web compatible (#4687)Ryan Dahl
2020-04-03Remove /std/media_types (#4594)Ryan Dahl
2020-04-01fix(file_server): use media_types for Content-Type header (#4555)Khải
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-24Revert "avoid using same port number for test (#4147)"Bartek Iwańczuk
2020-03-21BREAKING CHANGE Rename Deno.run's args to cmd (#4444)Akshat Agarwal
2020-03-21avoid using same port number for test (#4147)Yusuke Sakurai
2020-03-18feat: Deno.test() sanitizes ops and resources (#4399)Bartek Iwańczuk
2020-02-27reduce unnecessary output on tests (#4148)Yusuke Sakurai
2020-02-26refactor(std/http): move io functions to http/io.ts (#4126)Yusuke Sakurai
2020-02-19Enable TS strict mode by default (#3899)Maximilien Mellen
2020-02-11fix(file_server): don't crash on "%" pathname (#3953)木杉
2020-02-11refactor: rewrite tests in std/ to use Deno.test (#3930)Bartek Iwańczuk
2020-02-08remove non-null assertion operator from std (part2) (#3927)Yusuke Sakurai
2020-02-07remove non-null assertion operator from std (part1) (#3900)Yusuke Sakurai
2020-01-27dx: descriptive permission errors (#3808)Bartek Iwańczuk
2020-01-15Revert "feat(flags): script arguments come after '--'" (#3681)Ry Dahl
2020-01-08feat(flags): script arguments come after '--' (#3621)Ry Dahl
2020-01-02Happy new year! (#3578)Ry Dahl
2019-12-14Support utf8 in file_server (#3495)木杉
2019-12-14feat(file_server): add help & switch to flags (#3489)木杉
2019-12-12fix: file_server swallowing permission errors (#3467)木杉
2019-12-10fix: decoding uri in file_server (#3187)AleksandrukTad
2019-12-02better html for file_server (#3423)木杉
2019-11-04Remove tsconfig files - they are not part of build process (#3262)Ry Dahl
2019-10-19Re-enable some tests (#3154)Nick Stott
2019-10-09Run deno_std tests in github actionsRyan Dahl
2019-10-09Move everything into std subdirRyan Dahl