Age | Commit message (Expand) | Author |
2024-01-25 | Refresh copyright lines | Loïc Hoguin |
2024-01-23 | Update the guide with range requests support | Loïc Hoguin |
2024-01-16 | REST: Allow generate_etag to return undefined | Loïc Hoguin |
2020-11-27 | AcceptCallback may now return created/see_other tuples for POST | Martin Björklund |
2019-12-31 | No longer use erlang:get_stacktrace/0 | Loïc Hoguin |
2019-10-03 | Document media type wildcard in content_types_accepted | Loïc Hoguin |
2019-04-03 | Bind erlang:get_stacktrace prior to making other calls | Steve Strong |
2018-11-21 | Move many old HTTP test cases to the rest_handler test suite | Loïc Hoguin |
2018-11-14 | Ignore the boundary parameter when accepting multipart | Loïc Hoguin |
2018-11-14 | Don't send an unnecessary content-type header with cowboy_rest | Loïc Hoguin |
2018-11-11 | Add ProvideRangeCallback tests using sendfile | Loïc Hoguin |
2018-11-11 | Add automatic ranged request handling for bytes units | Loïc Hoguin |
2018-11-07 | Add support for range requests (RFC7233) in cowboy_rest | Loïc Hoguin |
2018-11-05 | Simplify the code that calls REST callbacks | Loïc Hoguin |
2018-11-04 | Add the rate_limited/2 REST callback | Loïc Hoguin |
2018-11-02 | Remove the default charset iso-8859-1 in cowboy_rest | Loïc Hoguin |
2018-11-02 | Add tests for charsets_provided | Loïc Hoguin |
2018-11-02 | Better handle content negotiation when accept contains charsets | Loïc Hoguin |
2018-08-13 | Improve errors for when the ProvideCallback is missing | Loïc Hoguin |
2018-06-27 | Disable warnings for erlang:get_stacktrace/0 in OTP-21+ | Loïc Hoguin |
2017-11-01 | Add {switch_handler, Module} return value to cowboy_rest | Loïc Hoguin |
2017-02-18 | Allow passing options to sub protocols | Loïc Hoguin |
2017-01-02 | Welcome to 2017 | Loïc Hoguin |
2017-01-02 | Remaining Dialyzer fixes | Loïc Hoguin |
2017-01-02 | Numerous Dialyzer fixes | Loïc Hoguin |
2016-10-18 | Fix if_modified_since match of last_modified | Christopher Adams |
2016-08-10 | Let the stream handler take care of crash handling and logging | Loïc Hoguin |
2016-06-06 | REST: Ignore If...Since if If...Match header exists | Loïc Hoguin |
2016-06-06 | REST: If-None-Match uses weak Etag comparison | Loïc Hoguin |
2016-06-06 | REST: If-Match uses strong Etag comparison | Loïc Hoguin |
2016-06-06 | Remove the environment from cowboy_rest crash reports | Loïc Hoguin |
2016-03-05 | Initial commit with connection/streams | Loïc Hoguin |
2015-07-27 | Add optional callbacks | Loïc Hoguin |
2015-07-27 | Add spec to silence a Dialyzer warning | Loïc Hoguin |
2015-05-07 | Exit with exit/1 on handler exception and include class in reason | James Fish |
2015-05-06 | Use the most recent state on error in cowboy_rest | Loïc Hoguin |
2015-02-04 | Use cowlib for parsing headers; remove cowboy_http | Loïc Hoguin |
2014-11-07 | Rename 'halt' to 'stop' for better consistency | Loïc Hoguin |
2014-10-03 | Remove the REST known_content_type callback | 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-07-12 | Reply with 400 on header parsing crash | Loïc Hoguin |
2014-06-30 | Return 422 instead of 400 when AcceptResource returns false | Loïc Hoguin |
2014-06-30 | Update specs that were too wide | Loïc Hoguin |
2014-06-10 | Merge branch 'binary-expires' of git://github.com/NineFX/cowboy | Loïc Hoguin |
2014-06-10 | Allow users to pass a raw binary() as the expires header. | Drew Varner |
2014-03-26 | Remove outdated comments, all edoc, plus a few minor tweaks | Loïc Hoguin |
2014-02-06 | Update copyright years | Loïc Hoguin |
2013-11-09 | Properly send 201 on PUT requests when resource didn't exist | Loïc Hoguin |