aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-02-09Fix examples linksLoïc Hoguin
2013-02-09Merge branch 'fix_created_path' of git://github.com/nevar/cowboyLoïc Hoguin
2013-02-09Improve Websocket exampleLoïc Hoguin
2013-02-09Fix Location headerSlava Yurin
2013-02-07Merge branch 'add_rest_example' of git://github.com/acammack/cowboyLoïc Hoguin
2013-02-07Add a more involved REST exampleAdam Cammack
2013-02-07Merge branch 'improve_basic_auth_example' of git://github.com/acammack/cowboyLoïc Hoguin
2013-02-06Improve basic_auth exampleAdam Cammmack
2013-02-06Fix crashes when creating the requestLoïc Hoguin
2013-02-06Add note about 80 columns max to CONTRIBUTING fileLoïc Hoguin
2013-02-06Merge branch 'elixir-example' of git://github.com/yrashk/cowboyLoïc Hoguin
2013-02-06Elixir hello world exampleYurii Rashkovskii
2013-02-06Strip whitespaces when authorization type is unknownLoïc Hoguin
2013-02-06Merge branch 'expose-to_upper' of git://github.com/dvv/cowboyLoïc Hoguin
2013-02-06Merge branch 'no-unicode-uri' of git://github.com/dvv/cowboyLoïc Hoguin
2013-02-06Merge branch 'master' of git://github.com/tsloughter/cowboyLoïc Hoguin
2013-02-06Makefile: separate deps compilation from app compilationLoïc Hoguin
2013-02-01add guards on set_resp_body_fun for streamlen and streamfunTristan Sloughter
2013-01-30Make sure the peer name is always availableLoïc Hoguin
2013-01-30Rename example 'static' to 'static_world' to avoid confusionLoïc Hoguin
2013-01-30Merge branch 'fix_routing_guide' of https://github.com/ivlis/cowboyLoïc Hoguin
2013-01-31Small routing guide fixIvan Lisenkov
2013-01-30Fix small error in the websocket chapter in the guideLoïc Hoguin
2013-01-30Fix a new warning found by Dialyzer R16ALoïc Hoguin
2013-01-30Merge branch 'websocket-example' of https://github.com/pvieytes/cowboyLoïc Hoguin
2013-01-30add websocket examplePablo Vieytes
2013-01-29Merge branch 'patch-1' of https://github.com/CamShaft/cowboyLoïc Hoguin
2013-01-29Merge branch 'feature_basic_auth' of https://github.com/ivlis/cowboyLoïc Hoguin
2013-01-30Implement authorization header parsingIvan Lisenkov
2013-01-29Merge branch 'rest_post_created_path' of https://github.com/treetopllc/cowboyLoïc Hoguin
2013-01-29Makefile verbosity tweaksLoïc Hoguin
2013-01-29allow POST rest handling to specify path after accepting contentTom Burdick
2013-01-29Merge branch 'rest_patch' of https://github.com/treetopllc/cowboyLoïc Hoguin
2013-01-29Fix chunked streaming of request body and improve speedLoïc Hoguin
2013-01-29add patch support to cowboy_restTom Burdick
2013-01-29Make examples use the new routingLoïc Hoguin
2013-01-29Fix {cowboy_req, resp_sent} potentially leaking in loop handlersLoïc Hoguin
2013-01-29Do not attempt to skip the request body on Connection: closeLoïc Hoguin
2013-01-29Add a section about closing the connection in the guideLoïc Hoguin
2013-01-29Merge branch 'fix/callback_specs' of https://github.com/keynslug/cowboyLoïc Hoguin
2013-01-29Makefile: only recompile files newer than the .appLoïc Hoguin
2013-01-29Update Ranch to 0.6.1Loïc Hoguin
2013-01-29Update roadmapLoïc Hoguin
2013-01-29If a binding is reused, we check that values are identicalLoïc Hoguin
2013-01-28Add the 'function' constraintLoïc Hoguin
2013-01-28Add the 'int' constraintLoïc Hoguin
2013-01-28New routingLoïc Hoguin
2013-01-26Update handler callback specsAndrew Majorov
2013-01-25Expose uppercase binary converterVladimir Dronnikov
2013-01-25Do not transform URIs to UnicodeVladimir Dronnikov