aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2011-04-17ct: Throw garbage at the server then check if it's still up.Loïc Hoguin
2011-04-16Add an accept timeout for code reloading.Loïc Hoguin
2011-04-14SSL transport uses sslsocket(), not plain socket().Loïc Hoguin
2011-04-14Initial draft-hixie-thewebsocketprotocol-76 support.Loïc Hoguin
2011-04-14Fix specs for cowboy_http_req:reply/4.Loïc Hoguin
2011-04-14Fix a bug where dupe headers were sent in cowboy_http_req:reply/4.Loïc Hoguin
2011-04-14Add a test case for cowboy_dispatcher:match/3.Loïc Hoguin
2011-04-12Add a Transport:messages/0 function to obtain the atoms sent in active mode.Loïc Hoguin
2011-04-12Don't enable binary optimization warnings by default.Loïc Hoguin
2011-04-12Fix a pattern matching bug in cowboy_http_protocol:handler_init/2.Loïc Hoguin
2011-04-10ct: Add a test for requests pipelining.Loïc Hoguin
2011-04-09ct: Add a test for \n which throws an error 400.Loïc Hoguin
2011-04-09Limit the number of empty lines to allow before the request-line.Loïc Hoguin
2011-04-09ct: Add tests for incomplete requests leading to a timeout.Loïc Hoguin
2011-04-09ct: Add raw tests to check that errors are properly handled.Loïc Hoguin
2011-04-08Initial work on a ct test suite for the HTTP protocol.Loïc Hoguin
2011-04-08Discard the port from the host before tokenizing it.Loïc Hoguin
2011-04-07Don't crash on errors while receiving headers; throw an error 500 instead.Loïc Hoguin
2011-04-05Don't automatically retrieve the peer information for the 'OPTIONS' method.Loïc Hoguin
2011-04-05Handle properly the default Connection value for HTTP/1.0.Loïc Hoguin
2011-04-03Add initial SSL transport support.Loïc Hoguin
2011-04-03Add a dialyze verb to the Makefile for convenience.Loïc Hoguin
2011-04-03Use rebar instead of ./rebar by default in the Makefile.Loïc Hoguin
2011-04-03Fix a grammar error reported by DeadZen on IRC.Loïc Hoguin
2011-04-03Don't ignore the return values in cowboy:stop_listener/1.Loïc Hoguin
2011-04-03Add an AUTHORS file.Loïc Hoguin