Age | Commit message (Expand) | Author |
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-08 | Fix echo_post example | Loïc Hoguin |
2016-06-08 | Fix echo_get example | Loïc Hoguin |
2016-06-08 | Add a test suite that checks examples are working | Loïc Hoguin |
2016-06-06 | Add the static_handler test suite | Loïc Hoguin |
2016-03-14 | Clarify comments about remaining tests to add to rfc7540_SUITE | Loïc Hoguin |
2016-03-13 | Fix most remaining HTTP/2 handshake tests | Loïc Hoguin |
2016-03-13 | Fix more HTTP/2 handshake test cases | Loïc Hoguin |
2016-03-12 | Add initial HTTP/1.1 Upgrade to HTTP/2 | Loïc Hoguin |
2016-03-10 | Add the beginning of the rfc7540 test suite | Loïc Hoguin |
2016-03-06 | Completely remove SPDY | Loïc Hoguin |
2016-03-05 | Initial commit with connection/streams | Loïc Hoguin |
2015-08-07 | Use 'Connection' header only when necessary | Alexey Lebedeff |
2015-07-22 | Fix autobahn test suite report link when used in CI | Loïc Hoguin |
2015-07-22 | Add autobahn test suite output to the console | Loïc Hoguin |
2015-05-05 | Add rfc7230 test suite and update others to recent Gun | Loïc Hoguin |
2015-03-06 | Update Cowlib to 1.2.0; adds Websocket permessage-deflate | Loïc Hoguin |
2015-02-16 | Do not send empty chunks | Loïc Hoguin |
2015-02-04 | Use cowlib for parsing headers; remove cowboy_http | Loïc Hoguin |
2015-02-03 | Use cowlib master | Loïc Hoguin |
2014-11-07 | Rename 'halt' to 'stop' for better consistency | Loïc Hoguin |
2014-11-07 | Rename 'shutdown' close reason and tuples to 'stop' | Loïc Hoguin |
2014-10-04 | Reverse the order of arguments of match_* functions | Loïc Hoguin |
2014-10-03 | Fix two edge cases when the request-line provided is invalid | 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-24 | Small tweak from erlang:error/1 to error/1 | Loïc Hoguin |
2014-09-24 | Remove the onrequest hook | Loïc Hoguin |
2014-09-23 | Breaking update of the cowboy_req interface | Loïc Hoguin |
2014-07-14 | Support ad-hoc keep-alive for HTTP/1.0 Clients | Fred Hebert |
2014-07-12 | Remove deprecated body reading interface | Loïc Hoguin |
2014-07-12 | Drop R15 support | Loïc Hoguin |
2014-07-12 | Reply with 400 on header parsing crash | Loïc Hoguin |
2014-07-07 | Add failing test of chaining SPDY frames | Loïc Hoguin |
2014-06-30 | Return 422 instead of 400 when AcceptResource returns false | Loïc Hoguin |
2014-06-10 | Allow users to pass a raw binary() as the expires header. | Drew Varner |
2014-06-02 | Add request body reading options | Loïc Hoguin |
2014-04-26 | Add a test for multipart over chunked transfer-encoding | Loïc Hoguin |
2014-04-26 | Make loop handlers work with SPDY | Loïc Hoguin |
2014-04-24 | Fix two issues where listeners didn't get stopped properly | Loïc Hoguin |
2014-04-22 | Move listener initialization to cowboy_test | Loïc Hoguin |
2014-04-22 | Start applications directly from the ct hook | Loïc Hoguin |
2014-04-21 | Silence expected test error reports from the console output | Loïc Hoguin |
2014-04-20 | Enable Autobahn Test Suite by default | Loïc Hoguin |
2014-04-17 | Cleanup the configuration handling in http_SUITE | Loïc Hoguin |
2014-04-11 | Fix application start order in tests, gun depends on cowlib | Loïc Hoguin |
2014-03-25 | Simplify the SPDY suite using the new Gun interface | Loïc Hoguin |
2014-03-24 | Remove cowboy_client; use gun for the HTTP test suite | Loïc Hoguin |