Commit History

Author SHA1 Message Date
  Loïc Hoguin 7b2793b344 Merge branch 'patch-1' of https://github.com/si14/cowboy 13 years ago
  Dmitry Groshev 6e0b764e0a Fixing badmatch when browser closes connection earlier than file was fully sent 13 years ago
  Loïc Hoguin 7e74582432 Don't close requests when the replied body is chunked 13 years ago
  Loïc Hoguin 8e2cc3d7f1 Add an 'onrequest' hook for HTTP 13 years ago
  Loïc Hoguin 36a6823e50 Do not send chunked Transfer-Encoding replies for HTTP/1.0 13 years ago
  Loïc Hoguin e87f51e542 Merge branch 'content-type-accepted-asterisk-atom' of https://github.com/dysinger/cowboy 13 years ago
  Loïc Hoguin 133564d028 Merge branch 'fix/relax-media-type-parsing' of https://github.com/tillitech/cowboy 13 years ago
  Loïc Hoguin 3885912d9b Rename inet:ip_port() to inet:port_number() 13 years ago
  Loïc Hoguin 5d46ad0e58 Merge branch 'cookie-expire-fix' of https://github.com/klaar/cowboy 13 years ago
  Magnus Klaar 3376b7295e Fix issue #157 relating to daylight savings time. 13 years ago
  Ali Sabil 32a46f898a Make media type parsing more relaxed 13 years ago
  Tim Dysinger 21cd61cb38 If we have a mapping to '*' then use it as the default catch all accept 13 years ago
  Loïc Hoguin c6c2b31695 Merge branch 'rest-etag-fixes' of https://github.com/klaar/cowboy 13 years ago
  Magnus Klaar 9922de6d9e Tests and fixes for the generate_etag/2 callback 13 years ago
  Loïc Hoguin 8f0a78f52f Add a roadmap 13 years ago
  Loïc Hoguin d9212c21dd Remove the redundant include/ from -include("http.hrl") 13 years ago
  Loïc Hoguin ac1424fd6a Remove a completed @todo comment 13 years ago
  Loïc Hoguin f7884475a5 Merge pull request #146 from ostinelli/f3de0869801d3909cc5a5d5dbee81941481a0c2e 13 years ago
  Loïc Hoguin 5f5d410541 Add an empty ebin/ folder to fix a rebar/edoc issue 13 years ago
  Loïc Hoguin a7264a1af3 Add cowboy_http:x_www_form_urlencoded/2 13 years ago
  Roberto Ostinelli f3de086980 polished dialyzer warnings on supervisor init/1 specs 13 years ago
  Loïc Hoguin db382d4d39 Check for upgrades on accept timeout 13 years ago
  Loïc Hoguin 811d11a1a2 Merge branch 'ssl-password-cacert' of https://github.com/DeadZen/cowboy 13 years ago
  Loïc Hoguin 9baf3e2ae9 Add an examples/ directory containing a link to cowboy_examples 13 years ago
  Loïc Hoguin f6cf731011 REST: Only send 201 when a new resource is created on POST 13 years ago
  Loïc Hoguin f51493ee37 Add 'Expect' header parsing 13 years ago
  DeadZen e67d839154 Add CA support and make SSL certificate password optional 13 years ago
  David Kelly e7b6e2a402 Added absoluteURI support 13 years ago
  Loïc Hoguin 062db95653 Apply a trick to the erlang:hibernate calls to suppress dialyzer warnings 13 years ago
  Loïc Hoguin 096f40bf08 Fix a typo that prevented protocol options upgrades 13 years ago