Age | Commit message (Expand) | Author |
2017-06-09 | Make cowboy_req:read_part return multipart headers as map | Loïc Hoguin |
2017-06-07 | Remove NumAcceptors argument from start_clear/tls | Loïc Hoguin |
2017-02-19 | Change the order of set_resp_cookie arguments | Loïc Hoguin |
2017-02-18 | Allow passing options to sub protocols | Loïc Hoguin |
2017-01-22 | Fix and update the compress example to use cowboy_compress_h | Loïc Hoguin |
2016-08-22 | Fix websocket example | Witeman Zheng |
2016-08-11 | Merge branch 'master' of https://github.com/sergey-ivlev/cowboy | Loïc Hoguin |
2016-08-11 | Fix cookie example again | Loïc Hoguin |
2016-08-11 | Fix timer-sent events in the websocket example | Loïc Hoguin |
2016-08-10 | Make reply functions return Req | Loïc Hoguin |
2016-08-10 | Update the multipart reading interface | Loïc Hoguin |
2016-08-10 | Update examples to the new interface | Loïc Hoguin |
2016-08-10 | Add tests for responses and request body reading | Loïc Hoguin |
2016-07-26 | fix echo_get example | sergey-ivlev |
2016-06-16 | Fix upload example | Loïc Hoguin |
2016-06-16 | Mark broken examples as such in their README | Loïc Hoguin |
2016-06-15 | Fix rest_pastebin example | Loïc Hoguin |
2016-06-14 | Fix eventsource example | Loïc Hoguin |
2016-06-14 | Fix cookie example | Loïc Hoguin |
2016-06-14 | Fix rest_basic_auth example | Loïc Hoguin |
2016-06-13 | Fix websocket example | Loïc Hoguin |
2016-06-13 | Fix markdown_middleware example | Loïc Hoguin |
2016-06-13 | Fix chunked_hello_world example | Loïc Hoguin |
2016-06-13 | Merge static_world and web_server examples | Loïc Hoguin |
2016-06-09 | Fix rest_hello_world example | Loïc Hoguin |
2016-06-09 | Fix small issue in echo_get example | Loïc Hoguin |
2016-06-09 | Add HTTP/2 snippets to all working examples | Loïc Hoguin |
2016-06-08 | Fix echo_post example | Loïc Hoguin |
2016-06-08 | Fix echo_get example | Loïc Hoguin |
2016-04-30 | Fix ssl_hello_world example; document HTTP/2 output | Loïc Hoguin |
2016-04-30 | Fix hello_world example | Loïc Hoguin |
2016-03-05 | Initial commit with connection/streams | Loïc Hoguin |
2016-01-14 | Simplify specifying the Cowboy version in examples | Loïc Hoguin |
2016-01-14 | Remove the .app.src file in all examples | Loïc Hoguin |
2016-01-14 | Convert the example index README to AsciiDoc | Loïc Hoguin |
2016-01-14 | Merge branch 'patch-1' of https://github.com/yurrriq/cowboy | Loïc Hoguin |
2016-01-14 | Simplify example instructions and fix broken examples | Loïc Hoguin |
2016-01-06 | Update README.md | Eric Bailey |
2015-07-27 | Use the new unique_integer function to generate IDs | Loïc Hoguin |
2015-05-06 | Add an index.html that is also served statically as the default for / | David N. Welton |
2015-02-16 | Fix cookie example | Loïc Hoguin |
2014-10-04 | Reverse the order of arguments of match_* functions | Loïc Hoguin |
2014-10-03 | Make examples use Cowboy master | Loïc Hoguin |
2014-09-30 | Improve handler interface and documentation | Loïc Hoguin |
2014-09-26 | Unify the init and terminate callbacks | Loïc Hoguin |
2014-09-23 | Breaking update of the cowboy_req interface | Loïc Hoguin |
2014-08-01 | Update to erlang.mk 1.0.0 | Loïc Hoguin |
2014-06-30 | Update erlang.mk and update paths to start the release | Loïc Hoguin |
2014-06-03 | Add a simple multipart upload example | Loïc Hoguin |
2014-04-27 | Use current host as base to Websocket Example URL | Eduardo Gurgel |