Age | Commit message (Expand) | Author |
2018-03-26 | Fix the flushing of messages when switching to Websocket | Loïc Hoguin |
2018-03-23 | Add initial support for system messages in cowboy_loop | Loïc Hoguin |
2018-03-12 | Initial work on the sys_SUITE | Loïc Hoguin |
2018-01-23 | Fix a miscount of output flow control window for HTTP/2 | Loïc Hoguin |
2018-01-22 | Don't crash in delete_resp_header if no resp headers are set | Loïc Hoguin |
2017-12-07 | Add more rfc7231 tests and a new max_skip_body_length option | Loïc Hoguin |
2017-12-06 | Properly handle OPTIONS * requests | Loïc Hoguin |
2017-11-29 | Fix many rfc7230 tests that were echoing the URI | Loïc Hoguin |
2017-11-27 | Don't send the response immediately when using h2spec | Loïc Hoguin |
2017-11-24 | Add more tests to the rfc7230 suite | Loïc Hoguin |
2017-11-22 | Add more rfc7230 tests and better handle bad chunk sizes | Loïc Hoguin |
2017-11-20 | Queue HTTP/2 trailers when there's still data in the buffer | Loïc Hoguin |
2017-11-19 | Remove another test from the old http suite | Loïc Hoguin |
2017-11-19 | Move tests from old http suite to rfc7230 suite | Loïc Hoguin |
2017-11-15 | Add preliminary support for trailers in responses | Loïc Hoguin |
2017-11-01 | Fix stream_handler_SUITE test failures | Loïc Hoguin |
2017-11-01 | Add {switch_handler, Module} return value to cowboy_rest | Loïc Hoguin |
2017-11-01 | Fix two edge cases for cowboy_req:stream_body | Loïc Hoguin |
2017-10-31 | Fix a unused warning | Loïc Hoguin |
2017-10-31 | Fix broken tests in loop_handler_SUITE | Loïc Hoguin |
2017-10-30 | Handle expect: 100-continue request headers | Loïc Hoguin |
2017-10-29 | Add cowboy_req:inform/2,3 | Loïc Hoguin |
2017-10-22 | Ensure stream terminate is called when switching protocols | Loïc Hoguin |
2017-10-21 | Add a metrics test when the handler didn't send anything | Loïc Hoguin |
2017-10-20 | Fix HTTP/1.1 stopping streams too early | Loïc Hoguin |
2017-09-27 | Ensure the behavior on stream handler crash is consistent | Loïc Hoguin |
2017-09-05 | Add tests for direct Req access | Loïc Hoguin |
2017-09-04 | Accept sendfile tuple with 0 length in cowboy_req | Loïc Hoguin |
2017-08-14 | Add tests for the streams shutdown mechanism | Loïc Hoguin |
2017-06-02 | Fix terminate not being called on connection close in HTTP/1.1 | Loïc Hoguin |
2017-05-28 | Introduce the req_filter Websocket option | Loïc Hoguin |
2017-05-03 | Add the idle_timeout HTTP/1.1 protocol option | 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 | Add experimental cowboy_compress_h stream handler | Loïc Hoguin |
2017-01-04 | Make the new cowboy_req tests more realistic2.0.0-pre.5 | Loïc Hoguin |
2017-01-04 | Add functions for getting and setting response headers | Johan Lövdahl |
2016-08-15 | Allow websocket_init/1 to reply/close/hibernate | 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 | Add a lot of todos | Loïc Hoguin |
2016-08-10 | Add tests for responses and request body reading | Loïc Hoguin |
2016-06-22 | Add forgotten changes to a test handler | Loïc Hoguin |
2016-06-21 | Add cowboy_req:uri/1,2 | Loïc Hoguin |
2016-06-20 | Add initial req suite | Loïc Hoguin |
2016-03-05 | Initial commit with connection/streams | Loïc Hoguin |
2015-05-05 | Add rfc7230 test suite and update others to recent Gun | Loïc Hoguin |
2015-02-03 | Use cowlib master | Loïc Hoguin |
2014-11-07 | Rename 'shutdown' close reason and tuples to 'stop' | Loïc Hoguin |
2014-09-30 | Improve handler interface and documentation | Loïc Hoguin |