Age | Commit message (Expand) | Author |
2016-08-10 | Remove logic to always send a response in cowboy_loop | 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 | Remove cowboy_req:get and set | Loïc Hoguin |
2016-06-22 | Remove cowboy_req:append_buffer/2 | Loïc Hoguin |
2016-06-22 | Remove unused local function in cowboy_req | Loïc Hoguin |
2016-06-22 | Remove cowboy_req:set_bindings/4 | Loïc Hoguin |
2016-06-22 | Remove cowboy_req:lock/1 | Loïc Hoguin |
2016-06-22 | Remove cowboy_req:to_list/1 | Loïc Hoguin |
2016-06-21 | Remove the meta functions from cowboy_req | Loïc Hoguin |
2016-06-21 | Add cowboy_req:uri/1,2 | Loïc Hoguin |
2016-06-21 | Remove cowboy_req:new/14 | Loïc Hoguin |
2016-06-20 | Add cowboy_req:scheme/1 | Loïc Hoguin |
2016-06-20 | Properly parse the host/port in HTTP/2 | Loïc Hoguin |
2016-06-20 | Fix cowboy_req:peer/1 | Loïc Hoguin |
2016-06-16 | Make sure a response is always sent with HTTP/2 | Loïc Hoguin |
2016-06-13 | Fix streaming HTTP/2 responses | Loïc Hoguin |
2016-06-08 | Fix request body reading in HTTP/2 | Loïc Hoguin |
2016-06-06 | Escape reserved filename characters | Loïc Hoguin |
2016-06-06 | Static: Fix status code returned with empty path_info | Loïc Hoguin |
2016-06-06 | Router: properly handle path segments | 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-06-06 | HTTP/2: Separate path and query components | Loïc Hoguin |
2016-06-06 | HTTP/2: Handle internal errors | Loïc Hoguin |
2016-06-06 | HTTP/2: add support for sending files | Loïc Hoguin |
2016-06-06 | HTTP/1.1: Don't send 500 errors twice | Loïc Hoguin |
2016-06-06 | Report request process crashes | Loïc Hoguin |
2016-06-06 | Use the correct process type for clear connections | 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 | Fix warnings | 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-27 | Add optional callbacks | Loïc Hoguin |
2015-07-27 | Add spec to silence a Dialyzer warning | Loïc Hoguin |
2015-07-27 | Use map syntax instead of maps:put/3 | Loïc Hoguin |
2015-07-27 | Use erlang:monotonic_time instead of os:timestamp | Loïc Hoguin |
2015-07-25 | Merge branch 'master' of https://github.com/jmccaughey/cowboy | Loïc Hoguin |
2015-07-21 | Update erlang.mk and remove .app.src | Loïc Hoguin |
2015-06-12 | Fix compilation error due to previous commit | Loïc Hoguin |
2015-06-11 | Add HTTP/2 support preview2.0.0-pre.2 | Loïc Hoguin |
2015-05-29 | expect header parses to an atom (continue) | jmccaughey |
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 |