aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_http_websocket.erl
AgeCommit message (Expand)Author
2011-10-06Merge branch 'hybi-framing-fix' of https://github.com/smarkets/cowboyLoïc Hoguin
2011-10-06Fix hixi76_location/5 when transport is tcp and port is 443Loïc Hoguin
2011-10-05Parse 'Connection' headers as a list of tokensLoïc Hoguin
2011-10-03Fix byte-by-byte Websocket handlingHunter Morris
2011-10-01Get rid of a binary construct in cowboy_http_websocketLoïc Hoguin
2011-09-26Fix handshake for when querystring is neededOri Bar
2011-09-22Add a test for websocket hibernate + timeout and fix this use caseLoïc Hoguin
2011-09-15Allow websocket handlers to hibernate from the websocket_init/3 functionLoïc Hoguin
2011-08-23Add WebSocket drafts 7, 8, 9 and 10 implementationLoïc Hoguin
2011-08-10Give the ListenerPid to the protocol on startupLoïc Hoguin
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