This is an automated email from the ASF dual-hosted git repository.

asekretenko pushed a change to branch 1.7.x
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from 8af5a6d  Fixed compiler error.
     new 580056b  Cleaned up `HTTPTest.WWWAuthenticateHeader`.
     new 38c2928  Fixed parsing of HTTP authentication headers.
     new b465312  Factored out common code for building URIs on a registry host.
     new d3eda2a  Factored out getting authorization service URI.
     new e07405e  Added workaround for Docker repositories not providing 
scope/service.
     new 3c4691e  Added test for fetch from repositories not providing 
scope/service.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 3rdparty/libprocess/include/process/http.hpp |   2 +-
 3rdparty/libprocess/src/http.cpp             |  93 ++++++++-
 3rdparty/libprocess/src/tests/http_tests.cpp | 114 ++++++----
 src/tests/uri_fetcher_tests.cpp              |  55 +++++
 src/uri/fetchers/docker.cpp                  | 301 +++++++++++++++++----------
 src/uri/fetchers/docker.hpp                  |   9 +-
 6 files changed, 412 insertions(+), 162 deletions(-)

Reply via email to