summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-24Format (denoland/deno_std#42)Ryan Dahl
2018-12-23Add CORS option to file_server (denoland/deno_std#45)Kevin (Kun) "Kassimo" Qian
2018-12-23Make compatible with latest deno (denoland/deno_std#41)Ryan Dahl
2018-12-21Remove default export from flags module (denoland/deno_std#38)Bartek Iwańczuk
2018-12-21Add Azure Pipelines CI (Linux and Mac only)Ryan Dahl
2018-12-20Update registry URLs for flags (denoland/deno_std#36)Bartek Iwańczuk
2018-12-19Add examples/ directory (denoland/deno_std#28)Ryan Dahl
2018-12-19Add colors example (denoland/deno_std#31)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-19Fix prettier version (denoland/deno_std#27)Ryan Dahl
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-18http: Request body & Streaming (denoland/deno_std#23)Kevin (Kun) "Kassimo" Qian
2018-12-18Remove MakefileRyan Dahl
2018-12-18Add format script.Ryan Dahl
2018-12-18Rename project to deno_stdRyan Dahl
2018-12-17Implement append() to join 2 Uint8Array (denoland/deno_std#25)Kevin (Kun) "Kassimo" Qian
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-14ci: update deno version to v0.2.3zhmushan
2018-12-12Fix file server crash (denoland/deno_std#20)Bartek Iwańczuk
2018-12-12Fix travis badgeRyan Dahl
2018-12-12File server logging (denoland/deno_std#17)Bartek Iwańczuk
2018-12-11Serve directory for file server & Fix bufio flush bug (denoland/deno_std#15)Kevin (Kun) "Kassimo" Qian
2018-12-11Add file server to READMERyan Dahl
2018-12-09 supply the directory to serve as CLI argument (denoland/deno_std#13)木杉
2018-12-09Update travis to use v0.2.2 explicitlyRyan Dahl
2018-12-09Simple file server (denoland/deno_std#11)Bartek Iwańczuk
2018-12-09set content-length for bodyless responseBartek Iwańczuk
2018-12-06Relative import for http_bench.tsRyan Dahl
2018-12-06Add http_bench.tsRyan Dahl
2018-12-06FormatRyan Dahl
2018-12-06Unblock server on multiple HTTP requests (denoland/deno_std#3)Kevin (Kun) "Kassimo" Qian
2018-12-06Use Utf8 instead of ASCII in TextDecoderRyan Dahl
2018-12-04fix statusCodezhmushan
2018-11-30Update usage (denoland/deno_std#2)hashrock
2018-11-12Use Uint8Array instead of ArrayBufferViewRyan Dahl
2018-11-09Basic http demo working.Ryan Dahl
2018-11-09First pass at BufWriterRyan Dahl
2018-11-08wipRyan Dahl
2018-11-08Use async iterators for http server.Ryan Dahl
2018-11-08Add tests for TextProtoReader.readMIMEHeader()Ryan Dahl
2018-11-08First pass at TextProtoReader.Ryan Dahl
2018-11-08Simplify travis.Ryan Dahl
2018-11-08Add BufReader.peek()Ryan Dahl
2018-11-08Add test bufioReadLineRyan Dahl
2018-11-07Use https instead of http.Ryan Dahl
2018-11-07Add BufReader.readSlice()Ryan Dahl