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 (
Collapse
)
Author
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
//std/installer couldn't be removed due to bug, but it's now deprecated.
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
and update to prettier 1.19 Also, update `assert()` and remove not null assertions where possibly in `cli`. Closes #3273
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