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
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
2012-12-05
Make a few more missing headers lowercase
Loïc Hoguin
2012-12-02
Add more frame types available in websocket replies
Loïc Hoguin
2012-11-28
Clarify error reports indicating they come from Cowboy
Loïc Hoguin
2012-11-27
Check for errors when calling Transport:send in the websocket protocol
Ali Sabil
2012-10-11
Allow websocket handlers to reply more than one frame
Loïc Hoguin
2012-10-11
Add crypto into the required applications
Loïc Hoguin
2012-09-21
Don't use decode_packet/3 for parsing the headers
Loïc Hoguin
2012-09-17
Improve consistency of return types for cowboy_req API
Loïc Hoguin
2012-09-15
Introduce cowboy_req:set_meta/3 to set request metadata
Loïc Hoguin
2012-09-15
Remove duplicate code for ensure_response
Loïc Hoguin
2012-09-15
Add cowboy_req:url/1 to return the full request URL
Loïc Hoguin
2012-09-15
Avoid a duplicate HTTP reply in cowboy_websocket:upgrade_error/1
Loïc Hoguin
2012-09-15
Put socket and transport into cowboy_websocket's #state{}
Loïc Hoguin
2012-09-15
Add a cowboy_req:to_list/1 function
Loïc Hoguin
2012-09-15
Remove two unneeded Req modifications
Loïc Hoguin
2012-09-15
Change type #http_req{} to cowboy_req:req()
Loïc Hoguin
2012-09-10
Replace cowboy_req:path/1 with cowboy_req:raw_path/1
Loïc Hoguin
2012-09-10
Replace cowboy_req:host/1 with cowboy_req:raw_host/1
Loïc Hoguin
2012-08-27
Rename cowboy_http_websocket to cowboy_websocket
Loïc Hoguin