summaryrefslogtreecommitdiff
path: root/test.ts
AgeCommit message (Expand)Author
2019-02-01Add reusable prettier wrapper CLI (denoland/deno_std#165)Yoshiya Hinosawa
2019-01-27log: add tests (denoland/deno_std#136)James Garbutt
2019-01-24testing: Don't automatically run on import (denoland/deno_std#129)Ryan Dahl
2019-01-21fix possible range issues for copyBytes in io/util (denoland/deno_std#146)Max Graey
2019-01-17Remove mkdirp - deno.mkdir is already recursive (denoland/deno_std#118)Ryan Dahl
2019-01-17Remove race-condition in file_server tests (denoland/deno_std#125)Andy Hayden
2019-01-12Reorgnanize repos, examples and tests (denoland/deno_std#105)Andy Hayden
2019-01-12refactor(mkdirp): reorg (denoland/deno_std#103)木杉
2019-01-11Add media_types collection (denoland/deno_std#97)Kitson Kelly
2019-01-10Reorg colors (denoland/deno_std#96)Kitson Kelly
2019-01-10refactor(path): reorg (denoland/deno_std#101)木杉
2019-01-03Add datetime utils (denoland/deno_std#72)Dmitry Sharshakov aka. sh7dm
2019-01-02Add testing moduleRyan Dahl
2019-01-01Add mkdirp (denoland/deno_std#59)chiefbiiko
2018-12-23Add CORS option to file_server (denoland/deno_std#45)Kevin (Kun) "Kassimo" Qian
2018-12-19Add examples/ directory (denoland/deno_std#28)Ryan Dahl
2018-12-19Add logging module (denoland/deno_std#33)Bartek Iwańczuk
2018-12-19Add flags module (denoland/deno_std#32)Bartek Iwańczuk
2018-12-18Add colors module (denoland/deno_std#30)Kitson Kelly
2018-12-18migrate deno_path to deno_std (denoland/deno_std#26)木杉
2018-12-18Rename project to deno_stdRyan Dahl
2018-12-17Add BufReader.readFull (denoland/deno_std#24)Kevin (Kun) "Kassimo" Qian
2018-12-17Remove buffer.ts and use the one built in to deno.Ryan Dahl
2018-12-17First pass at streaming http response (denoland/deno_std#16)Bartek Iwańczuk
2018-12-11Serve directory for file server & Fix bufio flush bug (denoland/deno_std#15)Kevin (Kun) "Kassimo" Qian
2018-11-08First pass at TextProtoReader.Ryan Dahl
2018-11-07Add travis scriptRyan Dahl