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
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
2019-10-16
std: Move fs/path to the top-level (#3100)
Nayeem Rahman
2019-10-09
Run deno_std tests in github actions
Ryan Dahl
2019-10-09
Move everything into std subdir
Ryan Dahl