Age | Commit message (Expand) | Author |
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-19 | Add a max_line_length to the HTTP protocol | Loïc Hoguin |
2011-10-17 | Rewrite the token list parsing into separate, modulable functions | Loïc Hoguin |
2011-10-13 | Add shortcuts to reply functions | Loïc Hoguin |
2011-10-13 | Rename a variable from Code to Status | Loïc Hoguin |
2011-10-11 | Fix a misnamed variable for {loop, ...} returns in init/3 | Loïc Hoguin |
2011-10-11 | Fix specs after erlang:hibernate/3 calls were added | Loïc Hoguin |
2011-10-10 | Add support for loops in standard HTTP handlers | Loïc Hoguin |
2011-10-10 | Add {shutdown, Req} to websocket_init/3 to fail a websocket upgrade | Loïc Hoguin |
2011-10-10 | Add cowboy:child_spec/6 | Jesper Louis Andersen |
2011-10-07 | Fix a crash in response_connection when Name is an atom =/= 'Connection' | Loïc Hoguin |
2011-10-06 | Allow HTTP handlers to skip the handle/2 step in init/3 | Loïc Hoguin |
2011-10-06 | Merge branch 'hybi-framing-fix' of https://github.com/smarkets/cowboy | Loïc Hoguin |
2011-10-06 | Close the connection when the application sends Connection: close | Loïc Hoguin |
2011-10-06 | Fix hixi76_location/5 when transport is tcp and port is 443 | Loïc Hoguin |
2011-10-06 | Fix a crash in websocket_handshake when cowboy_http_req:compact/1 is used | Loïc Hoguin |
2011-10-05 | Remove the 'HEAD' chunked_reply/3 clause | Loïc Hoguin |
2011-10-05 | Parse 'Connection' headers as a list of tokens | Loïc Hoguin |
2011-10-04 | Move a few binary string handling functions to cowboy_bstr | Loïc Hoguin |
2011-10-04 | Remove the connection information from the HTTP protocol state | Loïc Hoguin |
2011-10-04 | Close connection on all errors | Loïc Hoguin |
2011-10-04 | Small doc clarification | Loïc Hoguin |
2011-10-04 | Do not send a 408 response if the Request-Line wasn't fully received | 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-10-01 | Get rid of a binary construct in cowboy_http_req | Loïc Hoguin |
2011-10-01 | Rename the type cowboy_dispatcher:path_tokens/0 to :tokens/0 | Loïc Hoguin |
2011-10-01 | Merge branch 'path-split-doc' of https://github.com/klaar/cowboy | Loïc Hoguin |
2011-10-01 | Merge branch 'master' of https://github.com/hakvroot/cowboy | Loïc Hoguin |
2011-09-30 | Add cowboy_protocol behaviour | Michiel Hakvoort |
2011-09-29 | add note to split_path/1 and path/1 on escaped / | Magnus Klaar |
2011-09-28 | Improve the error message for HTTP handlers | Loïc Hoguin |
2011-09-28 | Merge remote-tracking branch 'smarkets/cacertfile' | Loïc Hoguin |
2011-09-28 | add cacertfile configuration | Steven Gravell |
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-09-14 | 'Host' header is optional in HTTP/1.0 | Loïc Hoguin |
2011-09-13 | Reset the max number of empty lines between keepalive requests | Loïc Hoguin |
2011-09-06 | Fix the handling of the HEAD requests | Ali Sabil |
2011-09-05 | Update version to 0.3.0 to continue with development | Loïc Hoguin |
2011-09-05 | Update version to 0.2.00.2.0 | Loïc Hoguin |
2011-08-23 | Add WebSocket drafts 7, 8, 9 and 10 implementation | Loïc Hoguin |
2011-08-23 | Ensure header names are handled in a case insensitive manner | Loïc Hoguin |