summaryrefslogtreecommitdiff
path: root/io/bufio.ts
AgeCommit message (Expand)Author
2019-07-07Upgrade to v0.11.0 (update Reader interface) (denoland/deno_std#527)Yoshiya Hinosawa
2019-06-18lint: add max line length rules (denoland/deno_std#507)Axetroy
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-14feat: ws client (denoland/deno_std#394)Yusuke Sakurai
2019-03-07Use Deno global var instead of built-in "deno" module (denoland/deno_std#247)Yoshiya Hinosawa
2019-03-06Testing refactor (denoland/deno_std#240)Vincent LE GOFF
2019-03-04Add eslint for linting (denoland/deno_std#235)Kitson Kelly
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