Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-06 | Update cowboy version to 1.1.2 in cowboy.app.src1.1.21.1.x | Gary Rennie | |
2017-02-06 | Update ranch version to 1.3.2 in rebar.config | Gary Rennie | |
2017-02-04 | Update ranch to 1.3.1 in rebar.config1.1.1 | Nicholas Lundgaard | |
Update to match the Makefile change in 3a240eb49b6322ec88985aa21014ca84a81157bb. Fixes #1088 | |||
2017-01-31 | Update to 1.1.01.1.0 | Loïc Hoguin | |
2017-01-31 | Fix wrong path url decoding algorithm | Loïc Hoguin | |
I embed cow_uri since I can't update Cowlib further easily. This is most likely a one shot release so it shouldn't be a problem to do things a little more dirty than usual. | |||
2017-01-31 | Update Erlang.mk | Loïc Hoguin | |
2017-01-31 | Update Ranch to 1.3.1 | Loïc Hoguin | |
2017-01-31 | cowboy_static: Add support for files in EZ archives | Jean-Sébastien Pédron | |
If cowboy_static is initialized with `{priv_file, ...}` or `{priv_dir, ...}`, it is now able to read files from Erlang application .ez archives. When serving a file from an archive, the #file_info{} comes from the archive, not the contained file, except for the size and type. The erl_prim_loader module is used to read the latter's #file_info{} and the actual file content (ie. sendfile(2) is not used in this case). (cherry picked from commit 2166733628bbab0eb77eeed58bdf204727c48ec6) | |||
2016-01-15 | Fix getting started for new Erlang.mk | Loïc Hoguin | |
2015-11-16 | Update version to 1.1.0-dev | Loïc Hoguin | |
2015-11-16 | Update rebar.config | Loïc Hoguin | |
2015-11-16 | Update Cowlib to 1.0.2 and Ranch to 1.2.0 | Loïc Hoguin | |
2015-11-16 | Update Erlang.mk | Loïc Hoguin | |
2015-11-16 | Update to 1.0.41.0.41.0.x | Loïc Hoguin | |
2015-11-16 | Fix crash when using IOlists with some Websocket frames | Loïc Hoguin | |
Backported from Cowlib's patch from Rob Ashton <[email protected]>. | |||
2015-08-16 | Update apt-get before installing things on CI | Loïc Hoguin | |
2015-08-07 | Update Cowboy to 1.0.31.0.3 | Loïc Hoguin | |
2015-08-07 | Use 'Connection' header only when necessary | Alexey Lebedeff | |
Fixes #839 when 'Connection: Keep-Alive' wasn't sent in a HTTP/1.0 response. Now the usage of 'Connection' header is consistent with current protocol version: when this header is not specified explicitly in the response, HTTP/1.0 implies 'Connection: close' and HTTP/1.1 implies 'Connection: Keep-Alive'. So if current 'Connection' value matches the default value of current protocol, we won't state obvious fact in the response; and vice versa. Amended to fix and improve tests, and revert the variable name change from HTTP11Headers to StdHeaders. I think it's still good to leave it as is because it's not really a standard header for HTTP/1.0, and it's gone from HTTP/2 entirely. | |||
2015-07-26 | Merge branch 'fix-typo-in-cowboy_http' of https://github.com/mocchira/cowboy ↵ | Loïc Hoguin | |
into 1.0.x | |||
2015-07-26 | Merge branch 'use-https-1.0.x' of https://github.com/ahf/cowboy into 1.0.x | Loïc Hoguin | |
2015-07-26 | Dialyzer fixes in cowboy_clock | Loïc Hoguin | |
This is what I get for merging blindly! and Fix a compile error introduced in previous commit (cherry-pick) | |||
2015-07-26 | Looks like we need an even older Gun version | Loïc Hoguin | |
Oops! | |||
2015-07-26 | Use an older Gun version for testing 1.0.x | Loïc Hoguin | |
2015-07-26 | Reenable later versions for CircleCI | Loïc Hoguin | |
2015-07-25 | Disable half the OTP versions temporarily | Loïc Hoguin | |
To allow CircleCI to not timeout... | |||
2015-07-25 | Add CircleCI to the 1.0 branch | Loïc Hoguin | |
Let's hope it works on first try. LOTS of OTP versions to test! | |||
2015-07-15 | Fix typo in cowboy_http:asctime_date | mocchira | |
2015-07-05 | Use HTTPS dependencies when using Rebar | Alexander Færøy | |
2015-07-02 | Update Cowboy to 1.0.21.0.2 | Loïc Hoguin | |
2015-07-02 | Merge branch 'fix-rest-stacktrace' of https://github.com/danielwhite/cowboy ↵ | Loïc Hoguin | |
into 1.0.x | |||
2015-07-01 | Update erlang.mk | Loïc Hoguin | |
2015-05-06 | Merge branch 'static_with_index' of https://github.com/davidw/cowboy into 1.0.x | Loïc Hoguin | |
2015-05-06 | Merge branch 'fix-1' of https://github.com/martinrehfeld/cowboy into 1.0.x | Loïc Hoguin | |
2015-03-26 | added a comment for non-obvious erlang:cancel_timer | Alex Kovalev | |
2015-03-26 | fixed cowboy_clock inbox overflow if system clock was changed | Alex Kovalev | |
2015-03-25 | Get stacktrace before executing rest_terminate | Daniel White | |
At present, the resulting stacktrace will be misleading about where the underlying error occurred. | |||
2015-02-17 | Add an index.html that is also served statically as the default for / | David N. Welton | |
2015-01-30 | Only address the specific quoted_string issue | Martin Rehfeld | |
2015-01-30 | Reply with 400 on if*-match parsing crash | Martin Rehfeld | |
2014-11-07 | Update Cowboy to 1.0.11.0.1 | Loïc Hoguin | |
2014-11-07 | Update CHANGELOG | Loïc Hoguin | |
2014-11-07 | Update AUTHORS | Loïc Hoguin | |
2014-11-07 | Update erlang.mk | Loïc Hoguin | |
This should fix an issue with DEPS on FreeBSD. | |||
2014-08-12 | Merge branch 'master' of git://github.com/okeuday/cowboy | Loïc Hoguin | |
2014-08-12 | Fix incorrect type in cowboy_static manual | Loïc Hoguin | |
2014-08-12 | Add cowboy_req:part/2 export | Michael Truog | |
2014-08-11 | Merge branch 'patch-1' of git://github.com/asabil/cowboy | Loïc Hoguin | |
2014-08-11 | Fix REST guide reference to accept_missing_post | Ali Sabil | |
The guide refers to accept_missing_post instead of allow_missing_post. | |||
2014-08-06 | Handle absolute URIs that lack a path entirely | Loïc Hoguin | |
2014-08-06 | Accept absolute URI scheme as uppercase | Loïc Hoguin | |
We should be doing a case insensitive comparison to be correct, but this is more expensive. Almost all clients send lowercase, this patch fixes handling of the aws/aws-sdk-php client which sends uppercase, and no known client sends mixed case so I am holding back on the more expensive solution for the moment. |