Commit History

Author SHA1 Message Date
  Loïc Hoguin 87366e36ad Call websocket_close/4 *after* throwing the error 13 years ago
  Loïc Hoguin 474f4e0bfa Call Handler:terminate/2 even on error in Handler:handle/2 13 years ago
  Loïc Hoguin aa0a66749e Move recursion out of a try .. catch block. 13 years ago
  Loïc Hoguin 108a491f55 Add documentation for the public interface. 13 years ago
  Loïc Hoguin 2b3bfdd783 Add a link to cowboy_examples in the README 14 years ago
  Loïc Hoguin 6b1fb5f390 Fix the @equiv EDoc tags 14 years ago
  Loïc Hoguin 58267689f0 Add the remaining missing specs 14 years ago
  Loïc Hoguin 227529761c Merge pull request #29 from smarkets/ws-default-ports 14 years ago
  Steven Gravell bebe3dc5d2 do not send ports 80 and 443 - browsers get mad 14 years ago
  Loïc Hoguin f03dbf4d06 Use dialyzer directly instead of through rebar 14 years ago
  Loïc Hoguin c427c7f8ec Merge remote-tracking branch 'skarab/listen-ip' 14 years ago
  Hunter Morris 5f438561e9 Pass {ip, Ip} configuration through for TCP and SSL transports 14 years ago
  Loïc Hoguin a93eb02646 Fix a binary warning in cowboy_clock. 14 years ago
  Loïc Hoguin 648921b8cf Add hibernate support for websockets. 14 years ago
  Loïc Hoguin b00dd6fba2 Add a 'profile' environment variable to start a profiler when the app starts. 14 years ago
  Loïc Hoguin 2fa1e53928 Compile the binary match pattern for websockets only once. 14 years ago
  Loïc Hoguin 919fa638ee Add function cowboy_http_req:compact/1 to regain memory. 14 years ago
  Loïc Hoguin 3cfdf46e97 Remove a binary warning from websocket_data by removing a byte_size call. 14 years ago
  Loïc Hoguin ad2e905a81 Send a meaningful error to error_logger on websocket handler crashes. 14 years ago
  Loïc Hoguin 3e55cb62c9 Refresh the type specifications. 14 years ago
  Loïc Hoguin 0720d6b9e3 Automatically start crypto, public_key and ssl if needed. 14 years ago
  Loïc Hoguin 4c4030a792 Send a meaningful error to error_logger on handler crashes. 14 years ago
  Loïc Hoguin 548a9a15b8 README: Grammar fixes. 14 years ago
  Loïc Hoguin 42111aa11f Merge remote-tracking branch 'nox/code-coverage' 14 years ago
  Loïc Hoguin 4e4df58242 Makefile: Clean build the application before starting tests. 14 years ago
  Loïc Hoguin 98b9b1124c Merge remote-tracking branch 'nox/path-info' 14 years ago
  Anthony Ramine 107eba92a3 Enable code coverage 14 years ago
  Anthony Ramine 4e09d776f5 Document the path info feature 14 years ago
  Loïc Hoguin 9f06bac7bf Only try to update the Date field once every seconds. 14 years ago
  Loïc Hoguin c7069e7fb9 Add the Server header in the HTTP replies. 14 years ago