Age | Commit message (Expand) | Author |
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 |
2015-05-06 | Fix a compile error introduced in previous commit | Loïc Hoguin |
2015-05-06 | Dialyzer fixes in cowboy_clock | Loïc Hoguin |
2015-05-06 | Merge branch 'patch-2' of https://github.com/egobrain/cowboy | Loïc Hoguin |
2015-05-06 | added a comment for non-obvious erlang:cancel_timer | Alex Kovalev |
2015-05-06 | fixed cowboy_clock inbox overflow if system clock was changed | Alex Kovalev |
2015-05-05 | Add rfc7230 test suite and update others to recent Gun | Loïc Hoguin |
2015-03-06 | Update Cowlib to 1.2.0; adds Websocket permessage-deflate | Loïc Hoguin |
2015-02-17 | Fix reply/4 spec | Yakov |
2015-02-16 | Do not send empty chunks | Loïc Hoguin |
2015-02-16 | Merge branch 'add_spdy_record_field_type' of https://github.com/sile/cowboy | Loïc Hoguin |
2015-02-16 | Use cow_ws for the Websocket parsing code | Loïc Hoguin |
2015-02-04 | Use cowlib for parsing headers; remove cowboy_http | Loïc Hoguin |
2015-02-03 | Use cowlib master | Loïc Hoguin |
2015-02-01 | Add a test with host ending in a dot in the router | Loïc Hoguin |
2014-12-21 | Discard whitespace at the end of header values early | Loïc Hoguin |
2014-12-05 | Add typespecs for state record in cowboy_spdy module | Takeru Ohta |
2014-11-07 | Rename 'halt' to 'stop' for better consistency | Loïc Hoguin |
2014-11-07 | Rename 'shutdown' close reason and tuples to 'stop' | Loïc Hoguin |
2014-11-07 | Update erlang.mk | Loïc Hoguin |
2014-10-04 | Update version to 2.0.0-pre.12.0.0-pre.1 | Loïc Hoguin |
2014-10-04 | Reverse the order of arguments of match_* functions | Loïc Hoguin |
2014-10-03 | Remove the REST known_content_type callback | Loïc Hoguin |
2014-10-03 | Replace some /binary to /bits in binary pattern matching | Loïc Hoguin |
2014-10-03 | Fix a compile issue caused by a warning | Loïc Hoguin |
2014-10-03 | Fix two edge cases when the request-line provided is invalid | Loïc Hoguin |
2014-10-01 | Req#http_req.peer can be 'undefined'; update spec accordingly | Andrew Houghton |
2014-09-30 | Improve handler interface and documentation | Loïc Hoguin |
2014-09-26 | Unify the init and terminate callbacks | Loïc Hoguin |