Commit History

Author SHA1 Message Date
  Loïc Hoguin 14b45fd8a9 Add a note about crypto websocket usage in the doc comments 13 years ago
  Loïc Hoguin 0406a632dc Merge branch 'response-hook' 13 years ago
  Loïc Hoguin 57fda14217 Add an 'onresponse' hook 13 years ago
  Loïc Hoguin 1524ba4f39 Merge branch 'cancel-timer' of https://github.com/etrepum/cowboy 13 years ago
  Loïc Hoguin dab6648290 Add a test for HTTP handlers loop timeouts 13 years ago
  Loïc Hoguin 7ed93fcc8f Refactor the reply functions 13 years ago
  Loïc Hoguin 48a2b177f5 Merge branch 'cowboy-client' 13 years ago
  Loïc Hoguin ee8c50c5ab Fix and rework the HTTP test suite 13 years ago
  Loïc Hoguin 845d306df6 Add .cowboy.plt to the gitignore 13 years ago
  Bob Ippolito 4a8ba147fb use erlang:start_timer/3 instead of erlang:send_after/3 for handling timeouts 13 years ago
  Loïc Hoguin bc2d53d2a5 Add a clean-docs target to the Makefile 13 years ago
  Loïc Hoguin 1219837e91 Cleanup the .gitignore 13 years ago
  Loïc Hoguin 4b27d3ec43 Use a separate rebar.config file for running tests 13 years ago
  Loïc Hoguin 85ed79eb59 Merge branch 'adt-add-sockname' of https://github.com/Vagabond/cowboy 13 years ago
  Loïc Hoguin e8ee64777c Merge branch 'websocket-fragments' of https://github.com/klaar/cowboy 13 years ago
  Andrew Thompson 06a2d636bc Add sockname/1 to the TCP and SSL transports 13 years ago
  Magnus Klaar 80c67bff33 Update autobahn suite to use autobahntestsuite 13 years ago
  Magnus Klaar 0b15ed914d Add support for fragmented websocket messages 13 years ago
  Loïc Hoguin 95e05d822f Add chunked transfer encoding support and rework the body reading API 13 years ago
  Loïc Hoguin ba75e8b8ae Merge branch 'log-proplist-req' 13 years ago
  Magnus Klaar 5a7040ee1c Convert request to proplist when logging 13 years ago
  Loïc Hoguin 4fb2a6face Merge branch 'add-ssl-ciphers-configuration' of https://github.com/tillitech/cowboy 13 years ago
  Ali Sabil 0c2cb207b9 Update the edoc for cowboy_ssl_transport:listen/1 13 years ago
  Loïc Hoguin 7b2793b344 Merge branch 'patch-1' of https://github.com/si14/cowboy 13 years ago
  Dmitry Groshev 6e0b764e0a Fixing badmatch when browser closes connection earlier than file was fully sent 13 years ago
  Ali Sabil 9ac784df3b Add support for specifying the ciphers for the SSL transport 13 years ago
  Ali Sabil 98c58280f6 Simplify the options filtering code in cowboy_ssl_transport 13 years ago
  Loïc Hoguin 7e74582432 Don't close requests when the replied body is chunked 13 years ago
  Loïc Hoguin 8e2cc3d7f1 Add an 'onrequest' hook for HTTP 13 years ago
  Loïc Hoguin 36a6823e50 Do not send chunked Transfer-Encoding replies for HTTP/1.0 13 years ago