summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-08http: add return types (denoland/deno_std#250)Eugen Cazacu
2019-03-08refactor: use execPath where appropriate (denoland/deno_std#255)Yoshiya Hinosawa
2019-03-08testing/asserts: Add unimplemented and unreachable (denoland/deno_std#248)Ryan Dahl
2019-03-08Use fs.walk rather than git ls-files (denoland/deno_std#241)Andy Hayden
2019-03-07Use Deno global var instead of built-in "deno" module (denoland/deno_std#247)Yoshiya Hinosawa
2019-03-07Add assertNotEquals, assertArrayContains (denoland/deno_std#246)Vincent LE GOFF
2019-03-07Bump CI to v0.3.2 (denoland/deno_std#245)Yoshiya Hinosawa
2019-03-06Rename assertEq to assertEquals (denoland/deno_std#242)Ryan Dahl
2019-03-06Testing refactor (denoland/deno_std#240)Vincent LE GOFF
2019-03-06Replace deno.land/x/ with deno.land/std/ (denoland/deno_std#239)Andy Hayden
2019-03-05Update mime-db to 1.38.0 (denoland/deno_std#238)Evan Hahn
2019-03-05Refactor asserts in testing (denoland/deno_std#227)Vincent LE GOFF
2019-03-04Use pretty assertEqual in testing (denoland/deno_std#234)Vincent LE GOFF
2019-03-04Add eslint for linting (denoland/deno_std#235)Kitson Kelly
2019-03-04Refactor WebSockets (denoland/deno_std#173)Dmitry Sharshakov
2019-03-04feat: parallel testing (denoland/deno_std#224)chiefbiiko
2019-03-04Refactoring + Enhance UTs + Enhance doc (denoland/deno_std#230)Vincent LE GOFF
2019-03-04Fixing default parameters of runBenchmarks (denoland/deno_std#229)Vincent LE GOFF
2019-03-03Re-enabling colors after color testing (denoland/deno_std#226)Vincent LE GOFF
2019-03-02fixing readme link + version (denoland/deno_std#225)Vincent LE GOFF
2019-03-02fs.walk performance improvement (denoland/deno_std#221)Vincent LE GOFF
2019-03-02Testing add ansi color support from color module (denoland/deno_std#223)Vincent LE GOFF
2019-03-02Glob integration for the FS walker (denoland/deno_std#219)Vincent LE GOFF
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