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
2012-01-06
Fix handler crashes handling
Loïc Hoguin
2011-12-22
Add 'Upgrade' header parsing
Loïc Hoguin
2011-12-22
Websocket control frames payload length must be lower than 126 bytes
Loïc Hoguin
2011-12-19
Add meta/2 and meta/3 to cowboy_http_req to save useful protocol information
Loïc Hoguin
2011-12-10
update /bits in binary expressions to /binary
Magnus Klaar
2011-12-08
Allow HTTP protocol upgrades to use keepalive
Loïc Hoguin
2011-12-06
Fix a crash in websocket_handshake/3 with hixie-76
Loïc Hoguin
2011-11-01
Merge branch 'chrome-15' of https://github.com/puzza007/cowboy
Loïc Hoguin
2011-10-30
update record spec for version 13
Paul Oliver
2011-10-26
Add 'Accept' header parsing
Loïc Hoguin
2011-10-24
Make sure the correct callback name is displayed in websocket errors
Loïc Hoguin
2011-10-24
Accept Sec-WebSocket-Version: 13 header on Chrome 15 through 17
Paul Oliver
2011-10-24
We don't need to retrieve the Origin header for hybi-7+ websocket drafts
Loïc Hoguin
2011-10-20
Parse Connection header tokens in a case-insensitive manner
Loïc Hoguin
2011-10-20
Add a cowboy_http_req:upgrade_reply/3 function and use it for websockets
Loïc Hoguin
2011-10-20
"websocket" must be treated in a case insensitive manner for upgrades
Loïc Hoguin
2011-10-20
Make sure the hixie-76 websocket code works properly with proxies
Loïc Hoguin
2011-10-11
Fix specs after erlang:hibernate/3 calls were added
Loïc Hoguin
2011-10-10
Add {shutdown, Req} to websocket_init/3 to fail a websocket upgrade
Loïc Hoguin
2011-10-06
Merge branch 'hybi-framing-fix' of https://github.com/smarkets/cowboy
Loïc Hoguin
2011-10-06
Fix hixi76_location/5 when transport is tcp and port is 443
Loïc Hoguin
2011-10-05
Parse 'Connection' headers as a list of tokens
Loïc Hoguin
2011-10-03
Fix byte-by-byte Websocket handling
Hunter Morris
2011-10-01
Get rid of a binary construct in cowboy_http_websocket
Loïc Hoguin
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