summaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)Author
2019-05-30io: make port BufReader.readByte() return `number | EOF`Bert Belder
2019-05-30chore: Implement strict mode (denoland/deno_std#453)Bartek IwaƄczuk
2019-05-29io: refactor BufReader/Writer interfaces to be more idiomatic (denoland/deno_...Bert Belder
2019-05-27rename strings/strings.ts to strings/mod.ts (denoland/deno_std#449)Axetroy
2019-05-14feat: ws client (denoland/deno_std#394)Yusuke Sakurai
2019-04-24Eslint fixes (denoland/deno_std#356)Vincent LE GOFF
2019-03-18Test reorganization (denoland/deno_std#290)Vincent LE GOFF
2019-03-07Use Deno global var instead of built-in "deno" module (denoland/deno_std#247)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-04Add eslint for linting (denoland/deno_std#235)Kitson Kelly
2019-02-26Change `import { x } from "deno"` to `const { x } = Deno` (denoland/deno_std#...Bert Belder
2019-02-19Revert "Redesign of http server module (denoland/deno_std#188)"Ryan Dahl
2019-02-15Redesign of http server module (denoland/deno_std#188)Yusuke Sakurai
2019-02-10feat: multipart, etc.. (denoland/deno_std#180)Yusuke Sakurai
2019-02-08Clean up tests (denoland/deno_std#176)Dmitry Sharshakov
2019-02-07Add missiong copyright headers (denoland/deno_std#177)Dmitry Sharshakov
2019-01-21fix possible range issues for copyBytes in io/util (denoland/deno_std#146)Max Graey
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