Age | Commit message (Expand) | Author |
2011-12-08 | Allow HTTP protocol upgrades to use keepalive | Loïc Hoguin |
2011-12-07 | Add cowboy_http_req:set_resp_cookie/4 | Loïc Hoguin |
2011-12-06 | cowboy_http_protocol shouldn't crash if the client sends HTTP responses | Loïc Hoguin |
2011-12-05 | Add experimental Webmachine based REST protocol support | Loïc Hoguin |
2011-11-28 | Fix a websocket test handler that was throwing an unwanted error | Loïc Hoguin |
2011-11-28 | Add set_resp_header/3 and set_resp_body/2 to cowboy_http_req | Loïc Hoguin |
2011-10-24 | Accept Sec-WebSocket-Version: 13 header on Chrome 15 through 17 | Paul Oliver |
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-19 | Fix the init_shutdown test | Loïc Hoguin |
2011-10-13 | Add shortcuts to reply functions | 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-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 a crash in websocket_handshake when cowboy_http_req:compact/1 is used | 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-09-22 | Add a test for websocket hibernate + timeout and fix this use case | 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-08-23 | Add WebSocket drafts 7, 8, 9 and 10 implementation | Loïc Hoguin |
2011-07-26 | Add a PropEr test for cowboy_dispatcher:split_host/1 | Loïc Hoguin |
2011-07-19 | Separate message and packet handling for websockets | Loïc Hoguin |
2011-06-27 | do not send ports 80 and 443 - browsers get mad | Steven Gravell |
2011-05-08 | Add chunked reply support. | Loïc Hoguin |
2011-05-05 | Add headers_huge test, demonstrating issue #3 is fixed. | 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-17 | ct: Throw garbage at the server then check if it's still up. | Loïc Hoguin |
2011-04-14 | Initial draft-hixie-thewebsocketprotocol-76 support. | Loïc Hoguin |
2011-04-14 | Fix a bug where dupe headers were sent in cowboy_http_req:reply/4. | Loïc Hoguin |
2011-04-10 | ct: Add a test for requests pipelining. | Loïc Hoguin |
2011-04-09 | ct: Add a test for \n which throws an error 400. | Loïc Hoguin |
2011-04-09 | Limit the number of empty lines to allow before the request-line. | Loïc Hoguin |
2011-04-09 | ct: Add tests for incomplete requests leading to a timeout. | Loïc Hoguin |
2011-04-09 | ct: Add raw tests to check that errors are properly handled. | Loïc Hoguin |
2011-04-08 | Initial work on a ct test suite for the HTTP protocol. | Loïc Hoguin |