index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ws
/
mod.ts
Age
Commit message (
Expand
)
Author
2019-09-04
ws: use crypto getRandomValues (denoland/deno_std#584)
Nimalan
2019-09-03
Avoid prototype builtin `hasOwnProperty` (denoland/deno_std#577)
迷渡
2019-07-07
Upgrade to v0.11.0 (update Reader interface) (denoland/deno_std#527)
Yoshiya Hinosawa
2019-06-18
lint: add max line length rules (denoland/deno_std#507)
Axetroy
2019-05-30
io: make port BufReader.readByte() return `number | EOF`
Bert Belder
2019-05-30
ws: Add sec-websocket-version to handshake header (denoland/deno_std#468)
hashrock
2019-05-30
chore: Implement strict mode (denoland/deno_std#453)
Bartek Iwańczuk
2019-05-29
io: refactor BufReader/Writer interfaces to be more idiomatic (denoland/deno_...
Bert Belder
2019-05-27
rename strings/strings.ts to strings/mod.ts (denoland/deno_std#449)
Axetroy
2019-05-14
ws: make acceptable() more robust (denoland/deno_std#404)
Ryan Dahl
2019-05-14
feat: ws client (denoland/deno_std#394)
Yusuke Sakurai
2019-03-12
fix: eslint errors (denoland/deno_std#265)
Yoshiya Hinosawa
2019-03-07
Use Deno global var instead of built-in "deno" module (denoland/deno_std#247)
Yoshiya Hinosawa
2019-03-04
Refactor WebSockets (denoland/deno_std#173)
Dmitry Sharshakov
2019-02-26
Change `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-02
Rename http/http.ts to http/server.ts (denoland/deno_std#170)
Ryan Dahl
2019-02-02
Move WebSocket op codes to enum (denoland/deno_std#171)
Dmitry Sharshakov
2019-01-24
format
Ryan Dahl
2019-01-21
Refactorings & improvments for ws module (denoland/deno_std#141)
Max Graey
2019-01-12
Reorgnanize repos, examples and tests (denoland/deno_std#105)
Andy Hayden