aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-12-01Use Transport:sendfile/2 from RanchLoï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-29static: Allow passing the mimetype fun as a {M, F} tupleLoïc Hoguin
2012-11-28Update the cowboy_websocket_handler specsLoïc Hoguin
2012-11-28Clarify error reports indicating they come from CowboyLoïc Hoguin
2012-11-28Merge branch 'master' of git://github.com/chancila/cowboyLoïc Hoguin
2012-11-27charsets_provided in rest module to return [binary()]Cristian Hancila
2012-11-27Fix a test that worked intermittentlyLoïc Hoguin
2012-11-27Merge branch 'onrequest' of git://github.com/saleyn/cowboyLoïc Hoguin
2012-11-27Fixed onrequest path-related issueserge
2012-11-27Merge branch 'fix/websocket-check-error-on-send' of git://github.com/tillitec...Loïc Hoguin
2012-11-27Cosmetic changes to various documentation filesLoïc Hoguin
2012-11-27Do not try to keep-alive when using HTTP/1.0Loïc Hoguin
2012-11-27Check for errors when calling Transport:send in the websocket protocolAli Sabil
2012-11-27Merge branch '400_Bad_Request' of git://github.com/blinkov/cowboyLoïc Hoguin
2012-11-27Fix dispatch documentation with regards to the <<"*">> pathLoïc Hoguin
2012-11-26Merge branch 'master' of git://github.com/josevalim/cowboyLoïc Hoguin
2012-11-26Fix a small typo in the rest_init error messageLoïc Hoguin
2012-11-24Merge pull request #297 from puzza007/masterLoïc Hoguin
2012-11-16REST: Fix the status code sent if the content type isn't knownLoïc Hoguin
2012-11-13Fix the markdown for the READMELoïc Hoguin
2012-11-13Add a few more infos to the .app.src for private useLoïc Hoguin
2012-11-10Merge pull request #315 from tokenrove/correct-header-caseLoïc Hoguin
2012-11-10Convert headers to lowercaseJulian Squires
2012-10-27Return "400 Bad Request" instead of crashing process on incorrect queries lik...Ivan Blinkov
2012-10-25musnt is not the correct contraction of mustn't - use must_not insteadPaul Oliver
2012-10-25Mimetype lookup expects lowercase extensionsLoïc Hoguin
2012-10-19Fix examples in cowboy_static edocLoïc Hoguin
2012-10-15Merge pull request #288 from j0sh/masterLoïc Hoguin
2012-10-15Add Introduction chapter to the guideLoïc Hoguin
2012-10-13Clarify docs for known_methods and allowed_methods.Josh Allmann
2012-10-11Do not remove duplicated Set-Cookie entriesJosé Valim
2012-10-11Allow websocket handlers to reply more than one frameLoïc Hoguin
2012-10-11Start crypto also in the examples and documentationLoïc Hoguin
2012-10-11Merge branch 'dbmercer-patch-1' of git://github.com/dbmercer/cowboy.gitLoïc Hoguin
2012-10-11Modified static example to send appropriate MIME typedbmercer
2012-10-11Fix Vary header, was wrongly named Variances previouslyLoïc Hoguin
2012-10-11Fix the autobahn test suiteLoïc Hoguin
2012-10-11Add crypto into the required applicationsLoïc Hoguin
2012-10-11Cleanup cowboy_req:parse_header/3Loïc Hoguin
2012-10-05Update ROADMAP.mdLoïc Hoguin
2012-10-05Add CONTRIBUTING.md fileLoïc Hoguin
2012-10-05Update CHANGELOGLoïc Hoguin
2012-10-04The onresponse hook now receives 4 arguments, including the bodyLoïc Hoguin
2012-10-04Fix the parsing of the Connection headerLoïc Hoguin
2012-10-02Merge pull request #272 from seryl/fix_readme_relative_linksLoïc Hoguin
2012-10-01Fixing relative linksJosh Toft
2012-10-01Merge pull request #271 from seryl/rest_to_readmeLoïc Hoguin
2012-10-01Add rest_hello_world link to examples READMEJosh Toft