Commit History

Author SHA1 Message Date
  Loïc Hoguin c79df567be ct: Add tests for incomplete requests leading to a timeout. 14 years ago
  Loïc Hoguin 21dc1cc546 ct: Add raw tests to check that errors are properly handled. 14 years ago
  Loïc Hoguin 3a776b146e Initial work on a ct test suite for the HTTP protocol. 14 years ago
  Loïc Hoguin 4cbba84a00 Discard the port from the host before tokenizing it. 14 years ago
  Loïc Hoguin 0fad6c6fde Don't crash on errors while receiving headers; throw an error 500 instead. 14 years ago
  Loïc Hoguin d8a2fcf258 Don't automatically retrieve the peer information for the 'OPTIONS' method. 14 years ago
  Loïc Hoguin 44e6f60b91 Handle properly the default Connection value for HTTP/1.0. 14 years ago
  Loïc Hoguin 04a5aa7c5c Add initial SSL transport support. 14 years ago
  Loïc Hoguin 17613e5305 Add a dialyze verb to the Makefile for convenience. 14 years ago
  Loïc Hoguin d51170b4bc Use rebar instead of ./rebar by default in the Makefile. 14 years ago
  Loïc Hoguin 44f0eecdcf Fix a grammar error reported by DeadZen on IRC. 14 years ago
  Loïc Hoguin a8af32c54b Don't ignore the return values in cowboy:stop_listener/1. 14 years ago
  Loïc Hoguin cb079c8a34 Add an AUTHORS file. 14 years ago
  Loïc Hoguin ccf7a242b4 Ensure the listening socket gets closed with the listener supervisor. 14 years ago
  Loïc Hoguin 718baffa3c Make Cowboy an OTP application again, properly this time. 14 years ago
  Loïc Hoguin e4da6956fc Anonymize and improve the cowboy supervision tree. 14 years ago
  Loïc Hoguin e6e5b1767f Merge remote-tracking branch 'nox/improve-http-req' 14 years ago
  Anthony Ramine 101034842e Make the default value the last parameter of HTTP req accessors 14 years ago
  Anthony Ramine 96a770620e Make HTTP req accessors call themselves with their default default value 14 years ago
  Anthony Ramine 4eeabe5612 Fix cowboy_http_req:body with regard to the new accessors default value 14 years ago
  Loïc Hoguin 150723ca21 Return undefined instead of failing or returning "" when a value doesn't exist. 14 years ago
  Loïc Hoguin d0d9b0e8b3 Use a more efficient variant of string:to_lower to improve performance. 14 years ago
  Loïc Hoguin 5726aa3d85 Match early in connection_to_atom for a small performance improvement. 14 years ago
  Loïc Hoguin 71e940a6eb Fix query string related type specs in cowboy_http_req. 14 years ago
  Loïc Hoguin c285f00349 Fix the type spec for qs_vals, a list of key/values. 14 years ago
  Loïc Hoguin e69597f29e Add the cowboy_http_handler behaviour. 14 years ago
  Loïc Hoguin e5bce3ca88 Merge remote-tracking branch 'ndim/master' 14 years ago
  Hans Ulrich Niedermann 07413113d5 Makefile: Use a REBAR variable 14 years ago
  Loïc Hoguin 9fe8141d2a Allow Handler:init/3 to request a protocol upgrade. 14 years ago
  Loïc Hoguin 7888be00d2 Forward transport and protocol name to Handler:init. 14 years ago