summaryrefslogtreecommitdiff
path: root/ws/mod.ts
AgeCommit message (Expand)Author
2019-09-04ws: use crypto getRandomValues (denoland/deno_std#584)Nimalan
2019-09-03Avoid prototype builtin `hasOwnProperty` (denoland/deno_std#577)迷渡
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-30ws: Add sec-websocket-version to handshake header (denoland/deno_std#468)hashrock
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-14ws: make acceptable() more robust (denoland/deno_std#404)Ryan Dahl
2019-05-14feat: ws client (denoland/deno_std#394)Yusuke Sakurai
2019-03-12fix: eslint errors (denoland/deno_std#265)Yoshiya Hinosawa
2019-03-07Use Deno global var instead of built-in "deno" module (denoland/deno_std#247)Yoshiya Hinosawa
2019-03-04Refactor WebSockets (denoland/deno_std#173)Dmitry Sharshakov
2019-02-26Change `import { x } from "deno"` to `const { x } = Deno` (denoland/deno_std#...Bert Belder
2019-02-10 refactor: make acceptWebSocket independent from ServerRequest (denoland/deno...Yusuke Sakurai
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-01-24formatRyan Dahl
2019-01-21Refactorings & improvments for ws module (denoland/deno_std#141)Max Graey
2019-01-12Reorgnanize repos, examples and tests (denoland/deno_std#105)Andy Hayden