summaryrefslogtreecommitdiff
path: root/ext/websocket
AgeCommit message (Expand)Author
2024-01-16chore: bump rustls-tokio-stream and rustls (#21955)Matt Mastracci
2024-01-13chore: forward v1.39.4 release commit to main (#21933)denobot
2024-01-12chore: forward v1.39.3 to main (#21915)Bartek Iwańczuk
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-09chore: upgrade deno_core to 0.244.0 (#21859)Bartek Iwańczuk
2024-01-09fix(ext/websocket): pass on uncaught errors in idleTimeout (#21846)Divy Srivastava
2024-01-04chore: forward v1.39.2 release commit to main (#21793)Bartek Iwańczuk
2024-01-04fix: strict type check for cross realms (#21669)Kenta Moriuchi
2024-01-02fix(ext/http): use arraybuffer binaryType for server websocket (#21741)Divy Srivastava
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-27refactor: simplify hyper, http, h2 deps (#21715)Bartek Iwańczuk
2023-12-27refactor: finish test_util server cleanup, simplify dependencies (#21714)Bartek Iwańczuk
2023-12-26refactor: fastwebsockets renames (#21707)Bartek Iwańczuk
2023-12-26refactor: change cli/ to use hyper 1.1 (#21705)Bartek Iwańczuk
2023-12-26refactor: migrate ext/websocket to hyper 1.1 (#21699)Bartek Iwańczuk
2023-12-24chore: ensure that each op provided to ensureFastOps is only used once (#21689)Matt Mastracci
2023-12-21chore: forward v1.39.1 commit to main (#21667) (#21671)Bartek Iwańczuk
2023-12-131.39.0 (#21560)denobot
2023-12-13fix(websockets): server socket field initialization (#21433)Divy Srivastava
2023-12-11fix(ext/websocket): don't panic on bad resource id (#21431)Divy Srivastava
2023-12-07refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)Bartek Iwańczuk
2023-12-06chore: forward v1.38.5 release commit to main (#21472)Bartek Iwańczuk
2023-11-30chore: forward v1.38.4 release commit to main (#21400)Bartek Iwańczuk
2023-11-28chore: add retries to autobahn (#21365)Matt Mastracci
2023-11-24chore: forward v1.38.3 release commit to main (#21320)denobot
2023-11-19fix(ext,runtime): add missing custom inspections (#21219)Kenta Moriuchi
2023-11-17chore: forward v1.38.2 release commit to main (#21236)denobot
2023-11-10chore: forward v1.38.1 release commit to main (#21144)denobot
2023-11-021.38.0 (#21051)denobot
2023-11-01feat(ext/websocket): websockets over http2 (#21040)Matt Mastracci
2023-10-31feat(ext/websocket): use rustls-tokio-stream instead of tokio-rustls (#20518)Matt Mastracci
2023-10-30feat(ext/websocket): split websocket read/write halves (#20579)Matt Mastracci
2023-10-25chore: update deno_core and port all remaining ops to `op2` (#20954)Bartek Iwańczuk
2023-10-13chore: forward v1.37.2 release commit to main (#20897)denobot
2023-10-11feat(WebSocketStream): rename connection to opened (#20878)Leo Kettmeir
2023-10-10fix(ext/web): writability of `ReadableStream.from` (#20836)Luca Casonato
2023-10-04refactor: rewrite websocket to use op2 macro (#20140)Divy Srivastava
2023-09-27chore: forward v1.37.1 release commit to main (#20706)denobot
2023-09-191.37.0 (#20574)denobot
2023-09-13chore: bump deno_core and cargo update (#20480)Matt Mastracci
2023-09-07feat: support import attributes (#20342)David Sherret
2023-09-04Revert "refactor: rewrite ops that use 'deferred' to use 'op2(async(lazy))' (...Bartek Iwańczuk
2023-09-02refactor: rewrite ops that use 'deferred' to use 'op2(async(lazy))' (#20303)Bartek Iwańczuk
2023-09-01chore: forward v1.36.4 to main (#20352)Bartek Iwańczuk
2023-08-26chore: update to Rust 1.72 (#20258)林炳权
2023-08-24chore: forward v1.36.3 release commit to main (#20270)denobot
2023-08-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-08-20perf(ext/event): always set timeStamp to 0 (#20191)Bartek Iwańczuk
2023-08-10chore: forward v1.36.1 to main (#20119)Divy Srivastava
2023-08-10chore: upgrade fastwebsockets to 0.4.4 (#19089)Divy Srivastava