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
2018-10-31
Always dialyze tests and fix some cowboy_req specs
Loïc Hoguin
2018-09-21
Add the {active, boolean()} Websocket command
Loïc Hoguin
2018-09-11
Add a commands-based interface to Websocket handlers
Loïc Hoguin
2018-06-27
Disable warnings for erlang:get_stacktrace/0 in OTP-21+
Loïc Hoguin
2018-06-26
Add missing frame types to websocket_handle specs/docs
Loïc Hoguin
2018-04-04
Fix Dialyzer warnings
Loïc Hoguin
2018-04-04
Add initial implementation of Websocket over HTTP/2
Loïc Hoguin
2018-03-28
Add max_frame_size option for websocket handlers
Kirill Kinduk
2018-03-23
Merge the two separate receive loops in cowboy_websocket
Loïc Hoguin
2018-03-14
Fix a Dialyzer warning
Loïc Hoguin
2018-03-13
Handle system messages in cowboy_websocket
Loïc Hoguin
2018-03-13
Handle supervisor calls properly everywhere
Loïc Hoguin
2017-12-13
Fix Dialyzer warnings
Loïc Hoguin
2017-12-06
Send a 426 when Websocket is required and client didn't upgrade
Loïc Hoguin
2017-11-01
Update Cowlib to 2.0.1 and fix OTP 20.1+ Websocket compression
Loïc Hoguin
2017-10-31
Add some todos
Loïc Hoguin
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
[next]