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
/
ext
/
websocket
/
lib.rs
Age
Commit message (
Expand
)
Author
2022-08-18
feat(ext/flash): An optimized http/1.1 server (#15405)
Divy Srivastava
2022-08-04
fix: increase websocket message size (#15406)
Leo Kettmeir
2022-05-23
fix(ext/websocket): WebSocket dispatch single close event (#13443)
Leo Kettmeir
2022-04-04
chore(ext/websocket): custom arity (#14202)
Divy Srivastava
2022-03-17
fix: cargo publish fails without absolute paths (#13993)
Ryan Dahl
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-03-14
chore: improve build times for `ext/` changes (#13927)
Divy Srivastava
2022-01-15
chore: upgrade to rust 1.58 (#13377)
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2022-01-06
feat(ext/websocket): server automatically handle ping/pong for incoming WebSo...
Leo Kettmeir
2022-01-05
feat(ext/websocket): add header support to WebSocketStream (#11887)
Leo Kettmeir
2021-12-16
feat: support abort reasons in Deno APIs and `WebSocketStream` (#13066)
Andreu Botella
2021-12-07
chore: upgrade to rustls 0.20 (#12488)
Ryan Dahl
2021-12-01
refactor: cli doesn't need to depend on deno_tls (#12952)
Ryan Dahl
2021-11-28
fix(websocket): bad rid on WebSocketStream abort(#12913)
Andreu Botella
2021-11-10
refactor(ext/http): rewrite hyper integration and fix bug (#12732)
Bert Belder
2021-11-09
Revert "refactor(ext/http): rewrite hyper integration and fix bug (#12332)" (...
Luca Casonato
2021-11-08
refactor(ext/http): rewrite hyper integration and fix bug (#12332)
Bert Belder
2021-10-19
fix(ext/websocket): prevent 'closed normally' panic (#12437)
Leo K
2021-10-05
chore: various op cleanup (#12329)
Leo K
2021-10-04
chore: remove No*Permissions structs (#12316)
Luca Casonato
2021-09-30
feat(tls): custom in memory CA certificates (#12219)
Luca Casonato
2021-09-22
chore(ext/net): improve embedder friendliness (#12178)
Ben Noordhuis
2021-08-15
refactor(ops): return BadResource errors in ResourceTable calls (#11710)
Aaron O'Mullan
2021-08-11
Rename extensions/ directory to ext/ (#11643)
Ryan Dahl