summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-01Bump CI to v0.3.1 (denoland/deno_std#220)Ryan Dahl
2019-02-26Change `import { x } from "deno"` to `const { x } = Deno` (denoland/deno_std#...Bert Belder
2019-02-24Fix import in http_bench.ts (denoland/deno_std#217)Ryan Dahl
2019-02-23Clean up the test failure output (denoland/deno_std#209)Andy Hayden
2019-02-23Add runIfMain method (denoland/deno_std#215)Bartek Iwańczuk
2019-02-23Fixed non-standard prefix on importing (denoland/deno_std#216)EnokMan
2019-02-19Revert "Redesign of http server module (denoland/deno_std#188)"Ryan Dahl
2019-02-19Bump CI to v0.3 (denoland/deno_std#204)Dmitry Sharshakov
2019-02-18Reenable cat.ts test (denoland/deno_std#197)Bartek Iwańczuk
2019-02-18fix: url match logic of http server (denoland/deno_std#199)Yusuke Sakurai
2019-02-15Add fs.walk (denoland/deno_std#192)Andy Hayden
2019-02-15feat: Add pretty assert (denoland/deno_std#187)bokuweb
2019-02-15Redesign of http server module (denoland/deno_std#188)Yusuke Sakurai
2019-02-12Pretty print exceptions (denoland/deno_std#190)Ryan Dahl
2019-02-12Style guide has moved. (denoland/deno_std#191)Ryan Dahl
2019-02-12Add benching (denoland/deno_std#185)chiefbiiko
2019-02-10Add colors to log module (denoland/deno_std#175)Dmitry Sharshakov
2019-02-10feat: multipart, etc.. (denoland/deno_std#180)Yusuke Sakurai
2019-02-10 refactor: make acceptWebSocket independent from ServerRequest (denoland/deno...Yusuke Sakurai
2019-02-09support NO_COLOR in colors module (denoland/deno_std#182)Bartek Iwańczuk
2019-02-09Bump CI to v0.2.11 (denoland/deno_std#183)Ryan Dahl
2019-02-08Clean up tests (denoland/deno_std#176)Dmitry Sharshakov
2019-02-07Add missiong copyright headers (denoland/deno_std#177)Dmitry Sharshakov
2019-02-03Bump deno to v0.2.10sh7dm
2019-02-02Rename http/http.ts to http/server.ts (denoland/deno_std#170)Ryan Dahl
2019-02-02Move WebSocket op codes to enum (denoland/deno_std#171)Dmitry Sharshakov
2019-02-02Update log docs (denoland/deno_std#168)Bartek Iwańczuk
2019-02-01Add reusable prettier wrapper CLI (denoland/deno_std#165)Yoshiya Hinosawa
2019-01-30Bump deno to v0.2.9 (denoland/deno_std#167)Ryan Dahl
2019-01-29runTests added to docs (denoland/deno_std#164)Rob Muhlestein
2019-01-28Add API design guidelines (denoland/deno_std#119)Bert Belder
2019-01-28fix: skip formatting of deleted files (denoland/deno_std#161)Yoshiya Hinosawa
2019-01-27log: add tests (denoland/deno_std#136)James Garbutt
2019-01-26Port prettier (denoland/deno_std#156)Yoshiya Hinosawa
2019-01-26add charset & trim_trailing_whitespace (denoland/deno_std#158)Max Graey
2019-01-26Make .editorconfig root (denoland/deno_std#157)Dmitry Sharshakov
2019-01-26testing: add fail() (denoland/deno_std#123)James Garbutt
2019-01-24testing: Don't automatically run on import (denoland/deno_std#129)Ryan Dahl
2019-01-24Clean up path module (denoland/deno_std#149)Max Graey
2019-01-24Disable cat.ts test because it's broken on Windows.Ryan Dahl
2019-01-24formatRyan Dahl
2019-01-24Style guide: metaprogramming, private filenamesRyan Dahl
2019-01-24Improve & refactor SHA-1 inside ws package (denoland/deno_std#137)Max Graey
2019-01-23Use sh installer instead of python one (denoland/deno_std#148)Mark Tiedemann
2019-01-22Add assert.throwsAsync()Kitson Kelly
2019-01-22Make testing more matainableKitson Kelly
2019-01-21fix possible range issues for copyBytes in io/util (denoland/deno_std#146)Max Graey
2019-01-21fix format (denoland/deno_std#140)木杉
2019-01-21Refactorings & improvments for ws module (denoland/deno_std#141)Max Graey
2019-01-19Bump deno version to v0.2.8 (denoland/deno_std#138)木杉