aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-05-25Refresh the type specifications.Loïc Hoguin
2011-05-24Automatically start crypto, public_key and ssl if needed.Loïc Hoguin
2011-05-20Send a meaningful error to error_logger on handler crashes.Loïc Hoguin
2011-05-16README: Grammar fixes.Loïc Hoguin
2011-05-16Merge remote-tracking branch 'nox/code-coverage'Loïc Hoguin
2011-05-16Makefile: Clean build the application before starting tests.Loïc Hoguin
2011-05-16Merge remote-tracking branch 'nox/path-info'Loïc Hoguin
2011-05-16Enable code coverageAnthony Ramine
2011-05-16Document the path info featureAnthony Ramine
2011-05-14Only try to update the Date field once every seconds.Loïc Hoguin
2011-05-14Add the Server header in the HTTP replies.Loïc Hoguin
2011-05-14Add the required Date header in the HTTP replies.Loïc Hoguin
2011-05-09Add a max_connections transport option.Loïc Hoguin
2011-05-09Increase the default backlog from 128 to 1024.Loïc Hoguin
2011-05-09Implement path_info featureAnthony Ramine
2011-05-09Remove a superfluous function clause in try_matchAnthony Ramine
2011-05-08Add chunked reply support.Loïc Hoguin
2011-05-08Separate building the response head from replying.Loïc Hoguin
2011-05-07Removed a few lines from the README for pedantic correctness.Loïc Hoguin
2011-05-07Merge remote-tracking branch 'nox/improve-readme'Loïc Hoguin
2011-05-07Improve READMEAnthony Ramine
2011-05-07Merge remote-tracking branch 'nox/atom-response-headers'Loïc Hoguin
2011-05-07Greatly improve the README.Loïc Hoguin
2011-05-06Allow atoms for response header namesAnthony Ramine
2011-05-05Add headers_huge test, demonstrating issue #3 is fixed.Loïc Hoguin
2011-05-05Switch the HTTP protocol to use binary packets instead of lists.Loïc Hoguin
2011-05-04Add cowboy_http_req:port/1.Loïc Hoguin
2011-05-04Makefile: Add separate eunit and ct test rules.Loïc Hoguin
2011-05-04Use http_headers() type in cowboy_http_req:headers/1.Loïc Hoguin
2011-05-03Merge remote-tracking branch 'nox/complete-app-file'Loïc Hoguin
2011-05-03Add cowboy_sup to the list of registered processesAnthony Ramine
2011-04-30Merge pull request #5 from yrashk/patch-1.Loïc Hoguin
2011-04-30Merge pull request #4 from nox/erlang-highlighting.Loïc Hoguin
2011-04-30Add backlog transport option.Loïc Hoguin
2011-04-30README: added a mentioning of agner dependencies mechanismYurii Rashkovskii
2011-04-30Use syntax highlighted code block in README.mdAnthony Ramine
2011-04-30Remove the next_request function always matching its first clause.Loïc Hoguin
2011-04-29Fix type specs for ssl:socket.Loïc Hoguin
2011-04-18Remove the include/types.hrl file.Loïc Hoguin
2011-04-18Replace port_number() by ip_port() from kernel/include/inet.hrl.Loïc Hoguin
2011-04-18Replace posix() by atom(), for now.Loïc Hoguin
2011-04-18Move the type application_start_type() into cowboy_app.Loïc Hoguin
2011-04-18Move the dispatcher related types into cowboy_dispatcher.Loïc Hoguin
2011-04-18Rename match() into match_rule().Loïc Hoguin
2011-04-18Rename dispatch() into dispatch_rules().Loïc Hoguin
2011-04-18Rename dispatch_rules() into dispatch_rule().Loïc Hoguin
2011-04-18Move HTTP types definitions to include/http.hrl (for now).Loïc Hoguin
2011-04-18Move the opaque type sslsocket() out of include/types.hrl.Loïc Hoguin
2011-04-18Use the inet:socket() type instead of the user-defined one.Loïc Hoguin
2011-04-17Use the inet:ip_address() type instead of the user-defined one.Loïc Hoguin