aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_http_websocket.erl
AgeCommit message (Expand)Author
2011-07-19Separate message and packet handling for websocketsLoïc Hoguin
2011-07-07Call websocket_close/4 *after* throwing the errorLoïc Hoguin
2011-07-06Add documentation for the public interface.Loïc Hoguin
2011-06-27do not send ports 80 and 443 - browsers get madSteven Gravell
2011-06-06Add hibernate support for websockets.Loïc Hoguin
2011-06-06Compile the binary match pattern for websockets only once.Loïc Hoguin
2011-05-31Remove a binary warning from websocket_data by removing a byte_size call.Loïc Hoguin
2011-05-27Send a meaningful error to error_logger on websocket handler crashes.Loïc Hoguin
2011-05-25Refresh the type specifications.Loïc Hoguin
2011-05-05Switch the HTTP protocol to use binary packets instead of lists.Loïc Hoguin
2011-05-04Add cowboy_http_req:port/1.Loïc Hoguin
2011-04-18Remove the include/types.hrl file.Loïc Hoguin
2011-04-14Initial draft-hixie-thewebsocketprotocol-76 support.Loïc Hoguin