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
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
2013-02-14
Properly pass the handler's state to websocket_terminate/3 on close
Loïc Hoguin
2013-02-13
Make cowboy_websocket.erl compile with +native
Adam Cammack
2013-02-09
Do not reset the connection timeout timer on send
Loïc Hoguin
2013-01-29
Fix {cowboy_req, resp_sent} potentially leaking in loop handlers
Loïc Hoguin
2013-01-17
Add cowboy_websocket:close_code/0
Loïc Hoguin
2013-01-14
Improve websocket close handling
Loïc Hoguin
2013-01-13
Websocket text frames are now checked for UTF-8 correctness
Loïc Hoguin
2013-01-12
Unmask websocket frames on the fly and optimize the code
Loïc Hoguin
2013-01-12
All frames sent from client to server MUST be masked
Loïc Hoguin
2013-01-10
Remove support for Websocket hixie76 draft
Loïc Hoguin
2013-01-05
Remove cowboy_req:transport/1
Loïc Hoguin
2013-01-03
Add middleware support
Loïc Hoguin
2012-12-22
Cancel timer only on websocket_data receives or sends
Jeremy Ong
2012-12-13
Make the arguments to error_logger more consistent
Andrew Thompson
2012-12-08
Add {close, StatusCode, Payload} and fix {close, Payload}
Loïc Hoguin
2012-12-07
Merge branch 'websocket_terminate_not_called' of git://github.com/dergraf/cowboy
Loïc Hoguin
2012-12-06
call websocket_terminate in case of a handshake error
Andre Graf
[next]