aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-01-18Finish up the Internals chapterLoïc Hoguin
2013-01-18Document loop handlers in the guideLoïc Hoguin
2013-01-18Remove a few old @todo commentsLoïc Hoguin
2013-01-18Set max_keepalive default to 100 instead of infinityLoïc Hoguin
2013-01-18Beginning of request object chapter in the guideLoïc Hoguin
2013-01-18Add plain HTTP handlers documentation to the guideLoïc Hoguin
2013-01-18Finish the routing chapter of the guideLoïc Hoguin
2013-01-18Fix capitalize_hook exampleLoïc Hoguin
2013-01-18Add hooks documentation to the guideLoïc Hoguin
2013-01-18Do not use tabulations in the guideLoïc Hoguin
2013-01-18Explain how to write custom protocol upgrades in the guideLoïc Hoguin
2013-01-17Get the basics of Websocket covered in the guideLoïc Hoguin
2013-01-17Add cowboy_bstr:capitalize_token/1Loïc Hoguin
2013-01-17Add cowboy_websocket:close_code/0Loïc Hoguin
2013-01-17Add recursive dependency fetching to the MakefileLoïc Hoguin
2013-01-14Add Sec-Websocket-Protocol header parsingLoïc Hoguin
2013-01-14Improve websocket close handlingLoïc Hoguin
2013-01-13Websocket text frames are now checked for UTF-8 correctnessLoïc Hoguin
2013-01-12Unmask websocket frames on the fly and optimize the codeLoïc Hoguin
2013-01-12All frames sent from client to server MUST be maskedLoïc Hoguin
2013-01-11Fix getting started example, missing envLoïc Hoguin
2013-01-10Remove support for Websocket hixie76 draftLoïc Hoguin
2013-01-10Update autobahntestsuite to 0.5.2Loïc Hoguin
2013-01-07Add optional automatic response body compressionLoïc Hoguin
2013-01-06Add protection against slowloris vulnerabilityLoïc Hoguin
2013-01-06Merge pull request #359 from unix1/masterLoïc Hoguin
2013-01-05Fix examples to follow new env tuple standardUnix1
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-05Remove cowboy_req:transport/1Loï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 erl -eval instead of rebar for generating edoc documentationLoï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
2013-01-03Fix small error in doc commentLoïc Hoguin
2013-01-03Salvage the README and move parts into the guideLoïc Hoguin
2013-01-01Add a skeleton of the guide to ease user contributionsLoïc Hoguin
2012-12-26Remove cowboy_req:body/2Loïc Hoguin
2012-12-26Update Ranch to 0.6.0Loïc Hoguin
2012-12-23Revert "Use lists:keyreplace/4 instead of lists:keydelete/3 + cons"Loïc Hoguin
2012-12-22use the original request when available for error_terminateTom Burdick
2012-12-22Merge branch 'undefined_url' of git://github.com/treetopllc/cowboyLoï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-22Use lists:keyreplace/4 instead of lists:keydelete/3 + consLoïc Hoguin
2012-12-20Add cookie exampleLoïc Hoguin
2012-12-20We accept iodata() when setting cookies; fix thatLoïc Hoguin