Age | Commit message (Expand) | Author |
2013-04-12 | Ensure we can fetch the body in the info/3 function of loop handlers | Loïc Hoguin |
2013-04-12 | rest: reject incorrect content-type header | Vladimir Dronnikov |
2013-04-11 | Remove process_post, post_is_create, create_path, created_path callbacks | Loïc Hoguin |
2013-03-06 | Check the length before reading the body in body/1 and body_qs/1 | rambocoder |
2013-03-03 | Add '*' matcher for parameters | Slava Yurin |
2013-03-02 | Run tests in parallel | Loïc Hoguin |
2013-03-02 | Use random ports for tests | Loïc Hoguin |
2013-02-20 | Add cowboy:set_env/3 | Loïc Hoguin |
2013-02-11 | Better handle socket closing with loop handlers | Loïc Hoguin |
2013-01-29 | Merge branch 'patch-1' of https://github.com/CamShaft/cowboy | Loïc Hoguin |
2013-01-29 | allow POST rest handling to specify path after accepting content | Tom Burdick |
2013-01-29 | Merge branch 'rest_patch' of https://github.com/treetopllc/cowboy | Loïc Hoguin |
2013-01-29 | Fix chunked streaming of request body and improve speed | Loïc Hoguin |
2013-01-29 | add patch support to cowboy_rest | Tom Burdick |
2013-01-28 | New routing | Loïc Hoguin |
2013-01-22 | Do not require inets for running tests anymore | Loïc Hoguin |
2013-01-22 | Replace terminate/2 with terminate/3, adding a Reason | Loïc Hoguin |
2013-01-21 | Improve keepalive tests | Loïc Hoguin |
2013-01-20 | Fix an issue for replies in onresponse mishandling headers | Loïc Hoguin |
2013-01-19 | Make cowboy_req:has_body/1 return boolean() | Loïc Hoguin |
2013-01-14 | Improve websocket close handling | Loïc Hoguin |
2013-01-13 | Websocket text frames are now checked for UTF-8 correctness | Loïc Hoguin |
2013-01-12 | All frames sent from client to server MUST be masked | Loïc Hoguin |
2013-01-10 | Remove support for Websocket hixie76 draft | Loïc Hoguin |
2013-01-10 | Update autobahntestsuite to 0.5.2 | Loïc Hoguin |
2013-01-07 | Add optional automatic response body compression | Loïc Hoguin |
2013-01-06 | Add protection against slowloris vulnerability | Loïc Hoguin |
2013-01-05 | Add cowboy_req:set_resp_body_fun/2 | Loïc Hoguin |
2013-01-05 | Fix a small warning in eunit_SUITE | Loïc Hoguin |
2013-01-05 | Change the response body streaming fun interface | Loïc Hoguin |
2013-01-05 | Stop using rebar in the Makefile | Loïc Hoguin |
2013-01-04 | Use ct_run instead of rebar ct for running ct tests | Loïc Hoguin |
2013-01-04 | Hello 2013 | Loïc Hoguin |
2013-01-03 | Add middleware support | Loïc Hoguin |
2012-12-22 | Merge branch 'fix-websocket-timeout' of git://github.com/jeremyong/cowboy | Loïc Hoguin |
2012-12-22 | Cancel timer only on websocket_data receives or sends | Jeremy Ong |
2012-12-22 | Make sure an incorrect port returns a 400 error | Loïc Hoguin |
2012-12-08 | Add {close, StatusCode, Payload} and fix {close, Payload} | Loïc Hoguin |
2012-12-03 | Remove the dependency on httpd_util | Loïc Hoguin |
2012-12-03 | Allow passing the Req and an updated Opts when upgrading protocols | Loïc Hoguin |
2012-12-02 | Add more frame types available in websocket replies | Loïc Hoguin |
2012-11-30 | Return a 400 error if the Accept header was incorrect | Loïc Hoguin |
2012-11-29 | Add a better error message when user callbacks are not exported | Loïc Hoguin |
2012-11-27 | Fix a test that worked intermittently | Loïc Hoguin |
2012-10-11 | Allow websocket handlers to reply more than one frame | Loïc Hoguin |
2012-10-11 | Fix the autobahn test suite | Loïc Hoguin |
2012-10-11 | Add crypto into the required applications | Loïc Hoguin |
2012-10-04 | The onresponse hook now receives 4 arguments, including the body | Loïc Hoguin |
2012-09-29 | Add max_headers option | Loïc Hoguin |
2012-09-26 | Optimize cowboy_protocol | Loïc Hoguin |