Age | Commit message (Expand) | Author |
2013-05-30 | Add experimental and incomplete SPDY support | Loïc Hoguin |
2013-05-24 | Update Cowboy to 0.8.50.8.5 | Loïc Hoguin |
2013-05-16 | Use the ranch_ssl:opts() type in cowboy:start_https/4 spec | Loïc Hoguin |
2013-05-16 | Use the ranch_tcp:opts() type in cowboy:start_http/4 spec | Loïc Hoguin |
2013-05-16 | Use the type ranch:ref() instead of any() where applicable | Loïc Hoguin |
2013-05-16 | Add cowboy_protocol:opts() type | Loïc Hoguin |
2013-05-16 | The charset iso-8859-1 is added only if not explicitely mentioned | Loïc Hoguin |
2013-05-16 | charsets_provided/2 returns a list of charsets | Loïc Hoguin |
2013-05-16 | Move cowboy_protocol:onresponse_fun() to cowboy:onresponse_fun() | Loïc Hoguin |
2013-05-16 | Move cowboy_protocol:onrequest_fun() to cowboy:onrequest_fun() | Loïc Hoguin |
2013-05-16 | Move cowboy_http:status() to cowboy:http_status() | Loïc Hoguin |
2013-05-16 | Move cowboy_http:headers() to cowboy:http_headers() | Loïc Hoguin |
2013-05-16 | Move cowboy_http:version() to cowboy:http_version() | Loïc Hoguin |
2013-05-16 | Improve the specs for cowboy_req:init_stream/4 | Loïc Hoguin |
2013-05-16 | Make the return value of AcceptResource callback consistent | Loïc Hoguin |
2013-05-16 | Make the HTTP version type more practical | Loïc Hoguin |
2013-05-15 | Remove cowboy_req:fragment/1 | Loïc Hoguin |
2013-05-15 | Fix the cowboy_websocket:frame/0 type | Loïc Hoguin |
2013-05-15 | Fix two incorrect comments in cowboy_req | Loïc Hoguin |
2013-05-15 | The cookie value can only be binary() | Loïc Hoguin |
2013-05-15 | The return value of cowboy_req:peer/1 is never undefined | Loïc Hoguin |
2013-05-15 | Fix incorrect spec for the middleware callback | Loïc Hoguin |
2013-05-15 | Add two missing terminate reasons to http/loop handlers specs | Loïc Hoguin |
2013-05-15 | Change some module calls to local function calls | Loïc Hoguin |
2013-04-30 | Empty methods list allowed | Vladimir Dronnikov |
2013-04-29 | Fix a bug in REST when allowed_methods is defined when method is OPTIONS | Loïc Hoguin |
2013-04-26 | Add chunked response body fun | James Fish |
2013-04-26 | Update to 0.8.4 | Loïc Hoguin |
2013-04-26 | Merge branch 'range_header' of git://github.com/Egobrain/cowboy | Loïc Hoguin |
2013-04-26 | Added range header parser | Egobrain |
2013-04-26 | Merge branch 'remove_asserts' of git://github.com/Egobrain/cowboy | Loïc Hoguin |
2013-04-26 | Removed asserts from unit tests | Egobrain |
2013-04-26 | Merge branch 'pr-381-fix' of git://github.com/seletskiy/cowboy | Loïc Hoguin |
2013-04-26 | Fix indenting issues in `cowboy_rest.erl` | Seletskiy Stanislav |
2013-04-26 | Add default CTP: "text/html" maps to `to_html` | Seletskiy Stanislav |
2013-04-25 | Cookie names are case sensitive | Loïc Hoguin |
2013-04-22 | Fix an outdated comment | Loïc Hoguin |
2013-04-20 | REST is no longer experimental | Loïc Hoguin |
2013-04-20 | Fix POST behavior in REST | Loïc Hoguin |
2013-04-15 | Build Allow header with a binary comprehension | Loïc Hoguin |
2013-04-12 | Add default operations for OPTIONS method in REST | Loïc Hoguin |
2013-04-12 | Don't receive data from the socket only once in the loop handler | Loïc Hoguin |
2013-04-12 | Ensure we can fetch the body in the info/3 function of loop handlers | Loïc Hoguin |
2013-04-12 | rest: reject incorrect content-type header | Vladimir Dronnikov |
2013-04-12 | missing comma in documentation of static examples | Andrzej Sliwa |
2013-04-11 | Merge branch 'iolist_path_support' of git://github.com/tsloughter/cowboy | Loïc Hoguin |
2013-04-11 | Merge branch 'fix/sendfile-error-handling' of git://github.com/soundrop/cowboy | Loïc Hoguin |
2013-04-11 | Don't accept TRACE or CONNECT methods by default in REST | Loïc Hoguin |
2013-04-11 | Remove process_post, post_is_create, create_path, created_path callbacks | Loïc Hoguin |
2013-04-11 | Remove cowboy_req:peer_addr/1 | Loïc Hoguin |