Age | Commit message (Expand) | Author |
2013-02-27 | Fix an incorrect comment in cowboy_router | Loïc Hoguin |
2013-02-22 | Merge branch 'fix-loop-hibernate' of git://github.com/fishcakez/cowboy | Loïc Hoguin |
2013-02-22 | Fix to prevent loop handler awakening immediately after response sent | James Fish |
2013-02-22 | Update to 0.8.10.8.1 | Loïc Hoguin |
2013-02-22 | Update CHANGELOG | Loïc Hoguin |
2013-02-22 | Update AUTHORS | Loïc Hoguin |
2013-02-22 | Merge branch 'fix-warnings' of git://github.com/Egobrain/cowboy | Loïc Hoguin |
2013-02-21 | Added warn compile options. Fixed compile warnings. | Egobrain |
2013-02-20 | Merge branch 'fix_ranch_vsn' of git://github.com/nevar/cowboy | Loïc Hoguin |
2013-02-20 | Add cowboy:set_env/3 | Loïc Hoguin |
2013-02-20 | Compile cowboy_sub_protocol behaviour before modules using it | Loïc Hoguin |
2013-02-18 | Fix ranch version in Makefile | Slava Yurin |
2013-02-17 | Merge branch 'fix-handler-spec' of git://github.com/fishcakez/cowboy | Loïc Hoguin |
2013-02-17 | Merge branch 'sub_protocol-behaviour' of git://github.com/fishcakez/cowboy | Loïc Hoguin |
2013-02-17 | Fix {suspend, ...} specs to use atom() for function name | James Fish |
2013-02-16 | Add sub protocol behaviour | James Fish |
2013-02-16 | Merge branch 'fix/loop_socket_passive' of git://github.com/keynslug/cowboy | Loïc Hoguin |
2013-02-16 | Merge branch 'eventsource_example' of git://github.com/acammack/cowboy | Loïc Hoguin |
2013-02-16 | Merge branch 'web_server_example' of git://github.com/acammack/cowboy | Loïc Hoguin |
2013-02-16 | Merge branch 'pastebin_example' of git://github.com/acammack/cowboy | Loïc Hoguin |
2013-02-16 | Add EventSource example | Adam Cammack |
2013-02-16 | Add a web server example | Adam Cammack |
2013-02-16 | Improve pastebin example | Adam Cammack |
2013-02-15 | Make sure socket is passive once we've done with loop handler | Andrew Majorov |
2013-02-14 | Properly pass the handler's state to websocket_terminate/3 on close | Loïc Hoguin |
2013-02-14 | Merge branch 'has_body_improved' of git://github.com/0xAX/cowboy | Loïc Hoguin |
2013-02-14 | Merge branch 'fix/websocket_callback_specs' of git://github.com/keynslug/cowboy | Loïc Hoguin |
2013-02-14 | Merge branch 'native_compile' of git://github.com/acammack/cowboy | Loïc Hoguin |
2013-02-14 | cowbot_req:has_body:/1 improved | 0xAX |
2013-02-13 | Make cowboy_websocket.erl compile with +native | Adam Cammack |
2013-02-13 | Update websocket handler callback specs | Andrew Majorov |
2013-02-12 | Make cowboy_http.erl compile with +native | Adam Cammack |
2013-02-12 | Update to 0.8.00.8.0 | Loïc Hoguin |
2013-02-12 | Make cowboy_protocol:resume/6 private | Loïc Hoguin |
2013-02-12 | Update CHANGELOG | Loïc Hoguin |
2013-02-12 | Update AUTHORS | Loïc Hoguin |
2013-02-12 | Fix connection state being ignored for unknown length streaming | Loïc Hoguin |
2013-02-12 | Merge branch 'stream_example' of git://github.com/acammack/cowboy | Loïc Hoguin |
2013-02-12 | Add a REST example that streams its response | Adam Cammack |
2013-02-12 | Merge branch 'static_doc' of git://github.com/acammack/cowboy | Loïc Hoguin |
2013-02-11 | Fix examples in cowboy_static edoc and guide | Adam Cammack |
2013-02-11 | Add a REST point on the roadmap | Loïc Hoguin |
2013-02-11 | Add a few directions in the REST chapter in the guide | Loïc Hoguin |
2013-02-11 | Better handle socket closing with loop handlers | Loïc Hoguin |
2013-02-09 | Do not reset the connection timeout timer on send | Loïc Hoguin |
2013-02-09 | Merge branch 'add_middleware_example' of git://github.com/acammack/cowboy | Loïc Hoguin |
2013-02-09 | Add an example with custom middleware | Adam Cammack |
2013-02-09 | Make sure rest_terminate is always called | Loïc Hoguin |
2013-02-09 | Fix examples links | Loïc Hoguin |
2013-02-09 | Merge branch 'fix_created_path' of git://github.com/nevar/cowboy | Loïc Hoguin |