summaryrefslogtreecommitdiff
path: root/op_crates/websocket/lib.rs
AgeCommit message (Expand)Author
2021-04-30Rename crate_ops to extensions (#10431)Andy Hayden
2021-04-30refactor(websocket): use ZeroCopyBuf to return binary data (#10446)crowlKats
2021-04-28refactor(extensions): reintroduce builder (#10412)Aaron O'Mullan
2021-04-28core: introduce extensions (#9800)Aaron O'Mullan
2021-04-26fix(tls): throw meaningful error when hostname is invalid (#10387)Bert Belder
2021-04-23fix: parse websocket messages correctly (#10318)Luca Casonato
2021-04-19refactor(op_crates/websocket): use Serialize for return values (#10220)crowlKats
2021-04-12feat(runtime/permissions): prompt fallback (#9376)crowlKats
2021-04-08chore: update deps (#10058)Luca Casonato
2021-04-05refactor: convert ops to use serde_v8 (#10009)Aaron O'Mullan
2021-04-02refactor(ops): remove variadic buffers (#9944)Aaron O'Mullan
2021-03-19chores: enforce type ResourceId across codebase (#9837)Divy Srivastava
2021-03-17refactor: use serde ops more (#9817)crowlKats
2021-02-21fix(op_crates/websocket): default to close code 1005 (#9339)DjDeveloper
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-10refactor(op_crates/websocket): refactor event loop (#9079)crowlKats
2021-01-06refactor: move WebSocket API to an op_crate (#9026)Luca Casonato