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_http_websocket.erl
Age
Commit message (
Expand
)
Author
2011-09-26
Fix handshake for when querystring is needed
Ori Bar
2011-09-22
Add a test for websocket hibernate + timeout and fix this use case
Loïc Hoguin
2011-09-15
Allow websocket handlers to hibernate from the websocket_init/3 function
Loïc Hoguin
2011-08-23
Add WebSocket drafts 7, 8, 9 and 10 implementation
Loïc Hoguin
2011-08-10
Give the ListenerPid to the protocol on startup
Loïc Hoguin
2011-07-19
Separate message and packet handling for websockets
Loïc Hoguin
2011-07-07
Call websocket_close/4 *after* throwing the error
Loïc Hoguin
2011-07-06
Add documentation for the public interface.
Loïc Hoguin
2011-06-27
do not send ports 80 and 443 - browsers get mad
Steven Gravell
2011-06-06
Add hibernate support for websockets.
Loïc Hoguin
2011-06-06
Compile the binary match pattern for websockets only once.
Loïc Hoguin
2011-05-31
Remove a binary warning from websocket_data by removing a byte_size call.
Loïc Hoguin
2011-05-27
Send a meaningful error to error_logger on websocket handler crashes.
Loïc Hoguin
2011-05-25
Refresh the type specifications.
Loïc Hoguin
2011-05-05
Switch the HTTP protocol to use binary packets instead of lists.
Loïc Hoguin
2011-05-04
Add cowboy_http_req:port/1.
Loïc Hoguin
2011-04-18
Remove the include/types.hrl file.
Loïc Hoguin
2011-04-14
Initial draft-hixie-thewebsocketprotocol-76 support.
Loïc Hoguin