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
2020-01-06
Use active,N
Loïc Hoguin
2019-12-31
No longer use erlang:get_stacktrace/0
Loïc Hoguin
2019-10-10
Add shutdown_reason Websocket command
Loïc Hoguin
2019-10-05
Add Websocket option validate_utf8
Loïc Hoguin
2019-10-05
Don't discard data following a Websocket upgrade request
Loïc Hoguin
2019-10-02
Ensure we can read the request body from any process
Loïc Hoguin
2019-04-03
Bind erlang:get_stacktrace prior to making other calls
Steve Strong
2018-11-16
Add the set_options Websocket command
Loïc Hoguin
2018-11-13
Add the {deflate, boolean()} Websocket command
Loïc Hoguin
2018-11-12
Add deflate options for Websocket compression
Loïc Hoguin
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
[next]