aboutsummaryrefslogtreecommitdiffstats
path: root/src/cow_ws.erl
AgeCommit message (Expand)Author
2019-10-05Allow disabling the UTF-8 Websocket text frames validationLoïc Hoguin
2018-11-13Support uncompressed Websocket frames when deflate is enabledLoïc Hoguin
2018-11-12Add deflate options for Websocket compressionLoïc Hoguin
2018-08-06Fix typespecs causing Dialyzer errors in user projectsLoïc Hoguin
2018-08-03Refactor some code to fix a Dialyzer warningLoïc Hoguin
2018-06-04Update copyrightsLoïc Hoguin
2017-10-31Fix Websocket compression for OTP 20.1.3+Loïc Hoguin
2017-02-16Update a comment about zlib deflate optionLoïc Hoguin
2016-10-03Add owner option to set owner of Websocket compression contextsLoïc Hoguin
2016-06-08Fix #39: Prefer crypto:strong_rand_bytes/1Leo Liu
2015-08-26Merge branch 'master' of https://github.com/robashton/cowlibLoïc Hoguin
2015-08-26Fix a Dialyzer warning in cow_wsLoïc Hoguin
2015-04-09WS accepts iodata, so byte_size won't work unless we flattenRob Ashton
2015-03-12Add missing client functionality to Websocket codeLoïc Hoguin
2015-03-06Rewrite UTF-8 validation codeLoïc Hoguin
2015-03-04Add permessage-deflate extension support to WebsocketLoïc Hoguin
2015-02-16Add cow_qs for Websocket protocol parsing/buildingLoïc Hoguin