Age | Commit message (Expand) | Author |
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 |
2013-04-11 | Parse the x-forwarded-for header as a list of tokens | Loïc Hoguin |
2013-04-11 | Shorten the parse_header clauses | Loïc Hoguin |
2013-04-11 | No need for fully qualified call to the same module | Loïc Hoguin |
2013-04-09 | Switch the arguments to cowboy_req:stream_body/2 | Loïc Hoguin |
2013-04-08 | Do not crash if connection times out while sending a file using sendfile | Ali Sabil |
2013-04-03 | Update to 0.8.30.8.3 | Loïc Hoguin |
2013-04-03 | Update Ranch to 0.8.0 | Loïc Hoguin |
2013-04-02 | Replace init_stream/5 with stream_body/2 | Loïc Hoguin |
2013-03-24 | add iolist support to route_match | Tristan Sloughter |
2013-03-09 | Update to 0.8.20.8.2 | Loïc Hoguin |
2013-03-06 | Merge branch 'check-body-length' of git://github.com/rambocoder/cowboy | Loïc Hoguin |
2013-03-06 | Stop using binary:match in cowboy_protocol | Loïc Hoguin |
2013-03-06 | Check the length before reading the body in body/1 and body_qs/1 | rambocoder |
2013-03-05 | Make streamed chunk size configurable | Loïc Hoguin |
2013-03-05 | Handle identity transfer-encoding when determining body length | Loïc Hoguin |
2013-03-03 | Add '*' matcher for parameters | Slava Yurin |
2013-03-02 | Fix cowboy_router types | Loïc Hoguin |
2013-03-01 | Make path check cross-platform and generally safer | Loïc Hoguin |
2013-02-27 | Optimize cowboy_static:rest_init/2 | Loïc Hoguin |
2013-02-27 | Remove extraneous newlines in cowboy_static | Loïc Hoguin |
2013-02-27 | Fix an incorrect comment in cowboy_router | Loïc Hoguin |
2013-02-22 | Fix to prevent loop handler awakening immediately after response sent | James Fish |
2013-02-22 | Update to 0.8.10.8.1 | Loïc Hoguin |
2013-02-21 | Added warn compile options. Fixed compile warnings. | Egobrain |
2013-02-20 | Add cowboy:set_env/3 | Loïc Hoguin |
2013-02-17 | Merge branch 'fix-handler-spec' of git://github.com/fishcakez/cowboy | Loïc Hoguin |
2013-02-17 | Merge branch 'sub_protocol-behaviour' of git://github.com/fishcakez/cowboy | Loïc Hoguin |
2013-02-17 | Fix {suspend, ...} specs to use atom() for function name | James Fish |
2013-02-16 | Add sub protocol behaviour | James Fish |
2013-02-15 | Make sure socket is passive once we've done with loop handler | Andrew Majorov |
2013-02-14 | Properly pass the handler's state to websocket_terminate/3 on close | Loïc Hoguin |
2013-02-14 | Merge branch 'has_body_improved' of git://github.com/0xAX/cowboy | Loïc Hoguin |
2013-02-14 | Merge branch 'fix/websocket_callback_specs' of git://github.com/keynslug/cowboy | Loïc Hoguin |