Age | Commit message (Expand) | Author |
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 |
2013-02-09 | Improve Websocket example | Loïc Hoguin |
2013-02-09 | Fix Location header | Slava Yurin |
2013-02-07 | Merge branch 'add_rest_example' of git://github.com/acammack/cowboy | Loïc Hoguin |
2013-02-07 | Add a more involved REST example | Adam Cammack |
2013-02-07 | Merge branch 'improve_basic_auth_example' of git://github.com/acammack/cowboy | Loïc Hoguin |
2013-02-06 | Improve basic_auth example | Adam Cammmack |
2013-02-06 | Fix crashes when creating the request | Loïc Hoguin |
2013-02-06 | Add note about 80 columns max to CONTRIBUTING file | Loïc Hoguin |
2013-02-06 | Merge branch 'elixir-example' of git://github.com/yrashk/cowboy | Loïc Hoguin |
2013-02-06 | Elixir hello world example | Yurii Rashkovskii |
2013-02-06 | Strip whitespaces when authorization type is unknown | Loïc Hoguin |
2013-02-06 | Merge branch 'expose-to_upper' of git://github.com/dvv/cowboy | Loïc Hoguin |
2013-02-06 | Merge branch 'no-unicode-uri' of git://github.com/dvv/cowboy | Loïc Hoguin |
2013-02-06 | Merge branch 'master' of git://github.com/tsloughter/cowboy | Loïc Hoguin |
2013-02-06 | Makefile: separate deps compilation from app compilation | Loïc Hoguin |
2013-02-01 | add guards on set_resp_body_fun for streamlen and streamfun | Tristan Sloughter |
2013-01-30 | Make sure the peer name is always available | Loïc Hoguin |
2013-01-30 | Rename example 'static' to 'static_world' to avoid confusion | Loïc Hoguin |
2013-01-30 | Merge branch 'fix_routing_guide' of https://github.com/ivlis/cowboy | Loïc Hoguin |
2013-01-31 | Small routing guide fix | Ivan Lisenkov |