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
/
cli
/
tests
/
unit
/
websocket_test.ts
Age
Commit message (
Expand
)
Author
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci
2024-02-08
chore: Promote some integration tests to js_unit_tests (#22355)
Matt Mastracci
2024-01-09
fix(ext/websocket): pass on uncaught errors in idleTimeout (#21846)
Divy Srivastava
2024-01-02
fix(ext/http): use arraybuffer binaryType for server websocket (#21741)
Divy Srivastava
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-13
fix(websockets): server socket field initialization (#21433)
Divy Srivastava
2023-11-22
refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...
Asher Gomez
2023-11-08
chore: refactor test_server and move to rustls-tokio-stream (#21117)
Matt Mastracci
2023-11-01
feat(ext/websocket): websockets over http2 (#21040)
Matt Mastracci
2023-10-31
feat(ext/websocket): use rustls-tokio-stream instead of tokio-rustls (#20518)
Matt Mastracci
2023-10-30
feat(ext/websocket): split websocket read/write halves (#20579)
Matt Mastracci
2023-09-15
feat(ext/node): http2.connect() API (#19671)
Bartek Iwańczuk
2023-06-13
fix(ext/websockets): ensure we fully send frames before close (#19484)
Matt Mastracci
2023-06-08
perf(ext/websocket): Reduce GC pressure & monomorpize op_ws_next_event (#19405)
Matt Mastracci
2023-04-26
fix(core): Wrap safe collections' argument of primordials (#18750)
Kenta Moriuchi
2023-04-22
feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 (#18619)
Matt Mastracci
2023-04-21
fix(ext/websocket): upgrade fastwebsockets to 0.2.4 (#18791)
Divy Srivastava
2023-04-14
fix(ext/websocket): Avoid write deadlock that requires read_frame to complete...
Divy Srivastava
2023-03-15
chore: add test for ws ping/pong (#18204)
Divy Srivastava
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-07-20
chore: align some Web API type definitions to lib.dom.d.ts (#15219)
ayame113
2022-01-20
chore: update copyright year (#13434)
Yoshiya Hinosawa
2021-11-23
refactor: remove "unitTest" wrapper from cli/tests/unit (#12750)
Bartek Iwańczuk
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-11-25
fix(websocket): Fix PermissionDenied error being caught in constructor (#8402)
crowlKats