aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-04-01Add chunked transfer encoding support and rework the body reading APILoïc Hoguin
2012-04-01Merge branch 'log-proplist-req'Loïc Hoguin
2012-04-01Convert request to proplist when loggingMagnus Klaar
2012-03-23Merge branch 'add-ssl-ciphers-configuration' of https://github.com/tillitech/...Loïc Hoguin
2012-03-23Update the edoc for cowboy_ssl_transport:listen/1Ali Sabil
2012-03-23Merge branch 'patch-1' of https://github.com/si14/cowboyLoïc Hoguin
2012-03-22Fixing badmatch when browser closes connection earlier than file was fully sentDmitry Groshev
2012-03-21Add support for specifying the ciphers for the SSL transportAli Sabil
2012-03-21Simplify the options filtering code in cowboy_ssl_transportAli Sabil
2012-03-15Don't close requests when the replied body is chunkedLoïc Hoguin
2012-03-15Add an 'onrequest' hook for HTTPLoïc Hoguin
2012-03-13Do not send chunked Transfer-Encoding replies for HTTP/1.0Loïc Hoguin
2012-03-13Merge branch 'content-type-accepted-asterisk-atom' of https://github.com/dysi...Loïc Hoguin
2012-03-12Merge branch 'fix/relax-media-type-parsing' of https://github.com/tillitech/c...Loïc Hoguin
2012-03-12Rename inet:ip_port() to inet:port_number()Loïc Hoguin
2012-03-09Merge branch 'cookie-expire-fix' of https://github.com/klaar/cowboyLoïc Hoguin
2012-03-09Fix issue #157 relating to daylight savings time.Magnus Klaar
2012-03-09Make media type parsing more relaxedAli Sabil
2012-03-08If we have a mapping to '*' then use it as the default catch all acceptTim Dysinger
2012-03-02Merge branch 'rest-etag-fixes' of https://github.com/klaar/cowboyLoïc Hoguin
2012-02-29Tests and fixes for the generate_etag/2 callbackMagnus Klaar
2012-02-27Add a roadmapLoïc Hoguin
2012-02-27Remove the redundant include/ from -include("http.hrl")Loïc Hoguin
2012-02-27Remove a completed @todo commentLoïc Hoguin
2012-02-24Merge pull request #146 from ostinelli/f3de0869801d3909cc5a5d5dbee81941481a0c2eLoïc Hoguin
2012-02-24Add an empty ebin/ folder to fix a rebar/edoc issueLoïc Hoguin
2012-02-23Add cowboy_http:x_www_form_urlencoded/2Loïc Hoguin
2012-02-20polished dialyzer warnings on supervisor init/1 specsRoberto Ostinelli
2012-02-20Check for upgrades on accept timeoutLoïc Hoguin
2012-02-20Merge branch 'ssl-password-cacert' of https://github.com/DeadZen/cowboyLoïc Hoguin
2012-02-20Add an examples/ directory containing a link to cowboy_examplesLoïc Hoguin
2012-02-20REST: Only send 201 when a new resource is created on POSTLoïc Hoguin
2012-02-20Add 'Expect' header parsingLoïc Hoguin
2012-02-08Add CA support and make SSL certificate password optionalDeadZen
2012-02-02Added absoluteURI supportDavid Kelly
2012-02-02Apply a trick to the erlang:hibernate calls to suppress dialyzer warningsLoïc Hoguin
2012-02-01Fix a typo that prevented protocol options upgradesLoïc Hoguin
2012-01-31Merge branch 'remove-queue-len-call' of https://github.com/puzza007/cowboyLoïc Hoguin
2012-01-31Remove call to queue:len/1Paul Oliver
2012-01-31Removing travis-ci from the cowboy development toolkitLoïc Hoguin
2012-01-31Merge branch 'autobahn-suite' of https://github.com/klaar/cowboyLoïc Hoguin
2012-01-31Use queue() for managing wait queues in cowboy_listenerLoïc Hoguin
2012-01-31Refactor cowboy_listener for more consistencyLoïc Hoguin
2012-01-31Pass --no_native option to dialyzer to improve dialyzing timesLoïc Hoguin
2012-01-31Add cowboy:get_protocol_options/1 and cowboy_set_protocol_options/2Loïc Hoguin
2012-01-30Move max_connections check directly inside cowboy_listenerLoïc Hoguin
2012-01-26Remove a leftover ct:printLoïc Hoguin
2012-01-26Merge branch 'rest_delete_no_call' of https://github.com/bfrog/cowboyLoïc Hoguin
2012-01-26Handle delete better when no delete_resource function is implementedTom Burdick
2012-01-25Add Autobahn test suite for websocketsMagnus Klaar