Commit History

Author SHA1 Message Date
  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
  Loïc Hoguin aab91c044b Don't enable binary optimization warnings by default. 14 years ago
  Loïc Hoguin 73b120b68e Fix a pattern matching bug in cowboy_http_protocol:handler_init/2. 14 years ago
  Loïc Hoguin 0ef66b78f7 ct: Add a test for requests pipelining. 14 years ago
  Loïc Hoguin f05953516b ct: Add a test for \n which throws an error 400. 14 years ago
  Loïc Hoguin 6ec20b736e Limit the number of empty lines to allow before the request-line. 14 years ago
  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