index
:
cowboy.git
1.0.x
1.1.x
active_n
http3
master
Small, fast, modern HTTP server for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cowboy_websocket.erl
Age
Commit message (
Expand
)
Author
2017-05-28
Introduce the req_filter Websocket option
Loïc Hoguin
2017-02-18
Ensure Websocket errors result in a crash log
Loïc Hoguin
2017-02-18
Allow passing options to sub protocols
Loïc Hoguin
2017-01-02
Welcome to 2017
Loïc Hoguin
2017-01-02
Numerous Dialyzer fixes
Loïc Hoguin
2016-08-15
Send many frames in one TCP send
Loïc Hoguin
2016-08-15
Allow websocket_init/1 to reply/close/hibernate
Loïc Hoguin
2016-08-15
Modernize the Websocket test suite
Loïc Hoguin
2016-08-12
Remove Req from the Websocket interface
Loïc Hoguin
2016-08-12
Merge branch 'master' of https://github.com/camshaft/cowboy
Loïc Hoguin
2016-08-12
Fix Websocket compression
Loïc Hoguin
2016-08-11
Fix timer-sent events in the websocket example
Loïc Hoguin
2016-08-10
Use binary_to_integer instead of to list and back
Loïc Hoguin
2016-08-10
Let the stream handler take care of crash handling and logging
Loïc Hoguin
2016-08-10
Make reply functions return Req
Loïc Hoguin
2016-08-10
Add a lot of todos
Loïc Hoguin
2016-06-27
send resp_headers with websocket responses
Cameron Bytheway
2016-03-06
Fix warnings
Loïc Hoguin
2016-03-05
Initial commit with connection/streams
Loïc Hoguin
2015-07-27
Add optional callbacks
Loïc Hoguin
2015-05-07
Exit with exit/1 on handler exception and include class in reason
James Fish
2015-03-06
Update Cowlib to 1.2.0; adds Websocket permessage-deflate
Loïc Hoguin
2015-02-16
Use cow_ws for the Websocket parsing code
Loïc Hoguin
2014-11-07
Rename 'shutdown' close reason and tuples to 'stop'
Loïc Hoguin
2014-10-03
Replace some /binary to /bits in binary pattern matching
Loïc Hoguin
2014-09-30
Improve handler interface and documentation
Loïc Hoguin
2014-09-26
Unify the init and terminate callbacks
Loïc Hoguin
2014-09-23
Breaking update of the cowboy_req interface
Loïc Hoguin
2014-07-12
Drop R15 support
Loïc Hoguin
2014-07-12
Reply with 400 on header parsing crash
Loïc Hoguin
2014-06-30
Update specs that were too wide
Loïc Hoguin
2014-03-26
Remove outdated comments, all edoc, plus a few minor tweaks
Loïc Hoguin
2014-03-08
Fix typespecs of cowboy_websocket:handler_terminate
Loïc Hoguin
2014-02-06
Update copyright years
Loïc Hoguin
2013-08-27
Merge branch 'fix-ws-atom-responses' of git://github.com/seriyps/cowboy
Loïc Hoguin
2013-08-27
Merge branch 'websocket-compressed-metadata' of git://github.com/irccloud/cowboy
Loïc Hoguin
2013-08-24
Crash on failure, don't report errors
Loïc Hoguin
2013-08-15
add websocket_compress metadata
RJ
2013-08-13
Allow atom responses in websocket handlers #563
Sergey Prokhorov
2013-07-08
Use the proper typespec for the websocket_deflate_frame rsv bits
Ali Sabil
2013-07-02
Fix handling of websocket fragmented deflated frames
Ali Sabil
2013-07-02
Fix websocket unmasking when compression is enabled
Ali Sabil
2013-07-02
Fix coding style in websocket_deflate_frame/3
Ali Sabil
2013-07-02
Remove usage of the inflate buffer
Ali Sabil
2013-06-20
Fix compilation < R16B01
0.8.6
Loïc Hoguin
2013-06-20
Ignore deprecation warning for crypto:sha/1 for now
Loïc Hoguin
2013-06-20
Add support for the webkit deflate frame extension
Ali Sabil
2013-05-15
Fix the cowboy_websocket:frame/0 type
Loïc Hoguin
2013-04-03
Update Ranch to 0.8.0
Loïc Hoguin
2013-02-16
Add sub protocol behaviour
James Fish
[next]