index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
std
/
http
/
file_server_test.ts
Age
Commit message (
Expand
)
Author
2021-02-02
chore: remove std directory (#9361)
Casper Beyer
2021-01-25
Revert "tests: enable wpt for url (#9046)" (#9264)
Luca Casonato
2021-01-24
tests: enable wpt for url (#9046)
Luca Casonato
2021-01-17
chore: Enforce ban-untagged-todo lint rule (#9135)
Bartek Iwańczuk
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2020-11-26
fix(std/http): prevent path traversal (#8474)
sarahdenofiletrav
2020-11-20
test(std): make test output less noisy (#8445)
Bartek Iwańczuk
2020-10-27
fix: path traversal in std/http/file_server.ts (#8134)
Luca Casonato
2020-10-26
fix(std/http/file_server): File server should ignore query params (#8116)
uki00a
2020-09-27
feat(fmt): Sort named import and export specifiers (#7711)
David Sherret
2020-09-19
chore: reenable disabled test in std/ (#7578)
Bartek Iwańczuk
2020-09-18
refactor: deno_fetch op crate (#7524)
Bartek Iwańczuk
2020-09-17
refactor: make fetch use op_fetch_read instead of op_read (#7529)
Ryan Dahl
2020-09-14
test(std/http): make tests runnable from any directory (#7441)
Casper Beyer
2020-08-12
feat(std/http): add --no-dir-listing flag to file_server (#6808)
木杉
2020-08-12
feat(std): added TLS serve abilities to file_server (#6962)
Alberto Ricart
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-06-12
refactor: Don't destructure the Deno namespace (#6268)
Nayeem Rahman
2020-06-09
fix(cli/js/process): Strengthen socket types based on pipes (#4836)
Nayeem Rahman
2020-06-03
fix(std/http/file_server): args handling only if invoked directly (#5989)
matheus
2020-05-21
fix(std/http): file_server's target directory (#5695)
moyinzi
2020-05-14
Fix flakiness in std file_server tests (#5306)
Bert Belder
2020-05-11
BREAKING: There is no public Rust API for the CLI (#5226)
Ryan Dahl
2020-05-04
stabilize Deno.cwd and require --allow-read (#5068)
Ryan Dahl
2020-04-30
Unstable methods should not appear in runtime or d.ts (#4957)
Luca Casonato
2020-04-28
BREAKING: Remove Deno.EOF, use null instead (#4953)
Nayeem Rahman
2020-04-28
BREAKING: Use LLVM target triple for Deno.build (#4948)
Ryan Dahl
2020-04-28
BREAKING: remove overload of Deno.test() (#4951)
Bartek Iwańczuk
2020-04-10
BREAKING: Make fetch API more web compatible (#4687)
Ryan Dahl
2020-04-03
Remove /std/media_types (#4594)
Ryan Dahl
2020-04-01
fix(file_server): use media_types for Content-Type header (#4555)
Khải
2020-03-28
Update to Prettier 2 and use ES Private Fields (#4498)
Kitson Kelly
2020-03-24
Revert "avoid using same port number for test (#4147)"
Bartek Iwańczuk
2020-03-21
BREAKING CHANGE Rename Deno.run's args to cmd (#4444)
Akshat Agarwal
2020-03-21
avoid using same port number for test (#4147)
Yusuke Sakurai
2020-03-18
feat: Deno.test() sanitizes ops and resources (#4399)
Bartek Iwańczuk
2020-02-27
reduce unnecessary output on tests (#4148)
Yusuke Sakurai
2020-02-26
refactor(std/http): move io functions to http/io.ts (#4126)
Yusuke Sakurai
2020-02-19
Enable TS strict mode by default (#3899)
Maximilien Mellen
2020-02-11
fix(file_server): don't crash on "%" pathname (#3953)
木杉
2020-02-11
refactor: rewrite tests in std/ to use Deno.test (#3930)
Bartek Iwańczuk
2020-02-08
remove non-null assertion operator from std (part2) (#3927)
Yusuke Sakurai
2020-02-07
remove non-null assertion operator from std (part1) (#3900)
Yusuke Sakurai
2020-01-27
dx: descriptive permission errors (#3808)
Bartek Iwańczuk
2020-01-15
Revert "feat(flags): script arguments come after '--'" (#3681)
Ry Dahl
2020-01-08
feat(flags): script arguments come after '--' (#3621)
Ry Dahl
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-12-14
Support utf8 in file_server (#3495)
木杉
2019-12-14
feat(file_server): add help & switch to flags (#3489)
木杉
2019-12-12
fix: file_server swallowing permission errors (#3467)
木杉
[next]