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.ts
Age
Commit message (
Expand
)
Author
2021-02-02
chore: remove std directory (#9361)
Casper Beyer
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-19
docs(std): add missing jsdoc comments to exported functions (#8442)
William Perron
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-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-27
fix(std/http): Catch errors on file_server response.send (#6285)
Jim van der Voort
2020-06-12
refactor: Don't destructure the Deno namespace (#6268)
Nayeem Rahman
2020-06-12
make std deno-lint clean (#6240)
Ryan Dahl
2020-06-07
refactor(std): remove testing dependencies from non-test code (#5838)
Chris Knight
2020-06-03
fix(std/http/file_server): args handling only if invoked directly (#5989)
matheus
2020-06-01
fix(std/http): file server not closing files (#5952)
simwipado
2020-05-27
Fix shebangs (#5898)
Stephan Seidt
2020-05-27
Add wasm to media types (#5896)
Stephan Seidt
2020-05-21
fix(std/http): file_server's target directory (#5695)
moyinzi
2020-05-14
Add .css to the MEDIA_TYPES. (#5367)
Mike Nikles
2020-05-11
BREAKING: There is no public Rust API for the CLI (#5226)
Ryan Dahl
2020-05-01
BREAKING: feat(cli/installer): Support guessing the executable name (#5036)
Nayeem Rahman
2020-05-01
fix(std/http): avoid directly modifying the headers object (#5024)
木杉
2020-04-29
make camel case readDir, readLink, realPath (#4995)
Ryan Dahl
2020-04-29
BREAKING: Include limited metadata in 'DirEntry' objects (#4941)
Bert Belder
2020-04-16
refactor(cli/js/ops/fs): Improve readdir() and FileInfo interfaces (#4763)
Nayeem Rahman
2020-04-07
file_server: use text/typescript instead of application/typescript (#4620)
木杉
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-20
Add require-await lint rule (#4401)
Samrith Shankar
2020-03-16
refactor: add no-return-await lint rule (#4384)
Bartek Iwańczuk
2020-03-14
BREAKING CHANGE FileInfo.len renamed to FileName.size (#4338)
dubiousjim
2020-03-06
Rename readDir -> readdir (#4225)
dubiousjim
2020-02-26
refactor(std/http): move io functions to http/io.ts (#4126)
Yusuke Sakurai
2020-02-24
rename Deno.Err -> Deno.errors (#4093)
Bartek Iwańczuk
2020-02-21
refactor: remove unneeded ErrorKinds (#3936)
Bartek Iwańczuk
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-07
remove non-null assertion operator from std (part1) (#3900)
Yusuke Sakurai
2020-01-30
feat: deno install in Rust (#3806)
Bartek Iwańczuk
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
file_server: get file and fileInfo concurrently (#3486)
Weijia Wang
2019-12-12
fix: file_server swallowing permission errors (#3467)
木杉
2019-12-10
fix: decoding uri in file_server (#3187)
AleksandrukTad
2019-12-02
better html for file_server (#3423)
木杉
2019-11-13
Update to TypeScript 3.7 (#3275)
Kitson Kelly
[next]