aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2013-01-07Add optional automatic response body compressionLoïc Hoguin
2013-01-06Add protection against slowloris vulnerabilityLoïc Hoguin
2013-01-05Add cowboy_req:set_resp_body_fun/2Loïc Hoguin
2013-01-05Fix a small warning in eunit_SUITELoïc Hoguin
2013-01-05Change the response body streaming fun interfaceLoïc Hoguin
2013-01-05Stop using rebar in the MakefileLoïc Hoguin
2013-01-04Use ct_run instead of rebar ct for running ct testsLoïc Hoguin
2013-01-04Hello 2013Loïc Hoguin
2013-01-03Add middleware supportLoïc Hoguin
2012-12-22Merge branch 'fix-websocket-timeout' of git://github.com/jeremyong/cowboyLoïc Hoguin
2012-12-22Cancel timer only on websocket_data receives or sendsJeremy Ong
2012-12-22Make sure an incorrect port returns a 400 errorLoïc Hoguin
2012-12-08Add {close, StatusCode, Payload} and fix {close, Payload}Loïc Hoguin
2012-12-03Remove the dependency on httpd_utilLoïc Hoguin
2012-12-03Allow passing the Req and an updated Opts when upgrading protocolsLoïc Hoguin
2012-12-02Add more frame types available in websocket repliesLoïc Hoguin
2012-11-30Return a 400 error if the Accept header was incorrectLoïc Hoguin
2012-11-29Add a better error message when user callbacks are not exportedLoïc Hoguin
2012-11-27Fix a test that worked intermittentlyLoïc Hoguin
2012-10-11Allow websocket handlers to reply more than one frameLoïc Hoguin
2012-10-11Fix the autobahn test suiteLoïc Hoguin
2012-10-11Add crypto into the required applicationsLoïc Hoguin
2012-10-04The onresponse hook now receives 4 arguments, including the bodyLoïc Hoguin
2012-09-29Add max_headers optionLoïc Hoguin
2012-09-26Optimize cowboy_protocolLoïc Hoguin
2012-09-24Removal of binary:split from cowboy_dispatcher and small optimizationsLoïc Hoguin
2012-09-21Make multipart part headers binary lowercaseLoïc Hoguin
2012-09-21Don't use decode_packet/3 for parsing the headersLoïc Hoguin
2012-09-21Don't use decode_packet/3 for parsing the request-lineLoïc Hoguin
2012-09-17Improve consistency of return types for cowboy_req APILoïc Hoguin
2012-09-10Replace cowboy_req:path/1 with cowboy_req:raw_path/1Loïc Hoguin
2012-08-27Rename cowboy_http_websocket to cowboy_websocketLoïc Hoguin
2012-08-27Rename cowboy_http_static to cowboy_staticLoïc Hoguin
2012-08-27Rename cowboy_http_rest to cowboy_restLoïc Hoguin
2012-08-27Rename cowboy_http_req to cowboy_reqLoïc Hoguin
2012-08-27Rename cowboy_http_protocol to cowboy_protocolLoïc Hoguin
2012-08-27Update behaviours for R15B+Loïc Hoguin
2012-08-27Switch to Ranch for connection handlingLoïc Hoguin
2012-05-23Update version to 0.6.00.6.0Loïc Hoguin
2012-05-21Remove a dumb warning when running the testsLoïc Hoguin
2012-05-21Merge branch 'serve-static-file' of https://github.com/klaar/cowboyLoïc Hoguin
2012-05-21Fix a bug preventing 'onresponse' from being called on errorsLoïc Hoguin
2012-05-21Small updates to the ROADMAP and doc commentsLoïc Hoguin
2012-05-05Add a test checking requests with size around the MTULoïc Hoguin
2012-05-04Merge branch 'response-hook'Loïc Hoguin
2012-05-04Add an 'onresponse' hookLoïc Hoguin
2012-05-02Add a test for HTTP handlers loop timeoutsLoïc Hoguin
2012-04-30Add file option to cowboy_http_staticMagnus Klaar
2012-04-29Fix and rework the HTTP test suiteLoïc Hoguin
2012-04-06Merge branch 'websocket-fragments' of https://github.com/klaar/cowboyLoïc Hoguin