index
:
cowlib.git
1.0.x
faster-http2
master
qpack
struct-hd-15
Support library for manipulating Web protocols.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cow_ws.erl
Age
Commit message (
Expand
)
Author
2019-10-05
Allow disabling the UTF-8 Websocket text frames validation
Loïc Hoguin
2018-11-13
Support uncompressed Websocket frames when deflate is enabled
Loïc Hoguin
2018-11-12
Add deflate options for Websocket compression
Loïc Hoguin
2018-08-06
Fix typespecs causing Dialyzer errors in user projects
Loïc Hoguin
2018-08-03
Refactor some code to fix a Dialyzer warning
Loïc Hoguin
2018-06-04
Update copyrights
Loïc Hoguin
2017-10-31
Fix Websocket compression for OTP 20.1.3+
Loïc Hoguin
2017-02-16
Update a comment about zlib deflate option
Loïc Hoguin
2016-10-03
Add owner option to set owner of Websocket compression contexts
Loïc Hoguin
2016-06-08
Fix #39: Prefer crypto:strong_rand_bytes/1
Leo Liu
2015-08-26
Merge branch 'master' of https://github.com/robashton/cowlib
Loïc Hoguin
2015-08-26
Fix a Dialyzer warning in cow_ws
Loïc Hoguin
2015-04-09
WS accepts iodata, so byte_size won't work unless we flatten
Rob Ashton
2015-03-12
Add missing client functionality to Websocket code
Loïc Hoguin
2015-03-06
Rewrite UTF-8 validation code
Loïc Hoguin
2015-03-04
Add permessage-deflate extension support to Websocket
Loïc Hoguin
2015-02-16
Add cow_qs for Websocket protocol parsing/building
Loïc Hoguin