Commit History

Author SHA1 Message Date
  Loïc Hoguin bb800ee0d9 Use http_headers() type in cowboy_http_req:headers/1. 14 years ago
  Loïc Hoguin 849ec73eb8 Merge remote-tracking branch 'nox/complete-app-file' 14 years ago
  Anthony Ramine 9c155bfea7 Add cowboy_sup to the list of registered processes 14 years ago
  Loïc Hoguin 0fa5f71232 Merge pull request #5 from yrashk/patch-1. 14 years ago
  Loïc Hoguin 732ccf12dc Merge pull request #4 from nox/erlang-highlighting. 14 years ago
  Loïc Hoguin 65048fa657 Add backlog transport option. 14 years ago
  Yurii Rashkovskii cf6a506385 README: added a mentioning of agner dependencies mechanism 14 years ago
  Anthony Ramine 2c21f0cd09 Use syntax highlighted code block in README.md 14 years ago
  Loïc Hoguin c044fa9602 Remove the next_request function always matching its first clause. 14 years ago
  Loïc Hoguin 20293be912 Fix type specs for ssl:socket. 14 years ago
  Loïc Hoguin e8286e18e6 Remove the include/types.hrl file. 14 years ago
  Loïc Hoguin 63a92df14e Replace port_number() by ip_port() from kernel/include/inet.hrl. 14 years ago
  Loïc Hoguin 731d839323 Replace posix() by atom(), for now. 14 years ago
  Loïc Hoguin db7833f5e8 Move the type application_start_type() into cowboy_app. 14 years ago
  Loïc Hoguin 2beb5c8206 Move the dispatcher related types into cowboy_dispatcher. 14 years ago
  Loïc Hoguin 6712eaa5c8 Rename match() into match_rule(). 14 years ago
  Loïc Hoguin ef2673b61e Rename dispatch() into dispatch_rules(). 14 years ago
  Loïc Hoguin ecf117b375 Rename dispatch_rules() into dispatch_rule(). 14 years ago
  Loïc Hoguin 02d825e003 Move HTTP types definitions to include/http.hrl (for now). 14 years ago
  Loïc Hoguin 61d755f8cc Move the opaque type sslsocket() out of include/types.hrl. 14 years ago
  Loïc Hoguin 15dc645596 Use the inet:socket() type instead of the user-defined one. 14 years ago
  Loïc Hoguin 9ad32386c0 Use the inet:ip_address() type instead of the user-defined one. 14 years ago
  Loïc Hoguin 734f57aa8a ct: Throw garbage at the server then check if it's still up. 14 years ago
  Loïc Hoguin 8f818d79df Add an accept timeout for code reloading. 14 years ago
  Loïc Hoguin d4985dd72b SSL transport uses sslsocket(), not plain socket(). 14 years ago
  Loïc Hoguin cb60d18e82 Initial draft-hixie-thewebsocketprotocol-76 support. 14 years ago
  Loïc Hoguin 7f35f693fc Fix specs for cowboy_http_req:reply/4. 14 years ago
  Loïc Hoguin c32db277c8 Fix a bug where dupe headers were sent in cowboy_http_req:reply/4. 14 years ago
  Loïc Hoguin 4048499af2 Add a test case for cowboy_dispatcher:match/3. 14 years ago
  Loïc Hoguin bc99200bae Add a Transport:messages/0 function to obtain the atoms sent in active mode. 14 years ago