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

tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.


    from 70830df  Merge pull request #1278 from CatalystCode/1037_fix-azurite
     new af54b94  fix scheme issue in https case
     new 8293dbc  Merge remote-tracking branch 'upstream/trunk' into trunk
     new 21d550f  allow proxy on https requests
     new 3ad9a31  Merge branch 'trunk' of https://github.com/hldh214/libcloud 
into hldh214-trunk
     new 7c6c2b1  driver.set_http_proxy() method is broken.
     new 6bff8f9  Improve https proxy support.
     new bab2d31  Update documentation on using an http proxy. Add information 
on how to use an https proxy.
     new d85107b  Fix driver.set_http_proxy() method which didn't work 
correctly.
     new c76d17f  Update docs.
     new abd0d66  Update logging connection so it takes proxy scheme into 
account.
     new 3ce5235  Add changelog entry.
     new ec731c1  Update existing proxy tests.
     new 2bbd5ca  Fix lint.
     new 1631e8e  Merge branch 'trunk' of 
https://git-wip-us.apache.org/repos/asf/libcloud into https_proxy_support
     new 133d563  Add addition asserts to proxy tests.
     new b727ac0  Update documentation section title.
     new 8e0f2ce  Re-word the note.
     new a7317ba  Merge branch 'trunk' of 
https://git-wip-us.apache.org/repos/asf/libcloud into https_proxy_support
     new 817fdeb  Merge pull request #1314 from Kami/https_proxy_support

The 6591 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:
 CHANGES.rst                                       | 10 +++
 docs/examples/http_proxy/constructor_argument.py  | 11 +++-
 docs/examples/http_proxy/https_proxy.py           | 21 +++++++
 docs/examples/http_proxy/set_http_proxy_method.py | 10 +--
 docs/other/using-http-proxy.rst                   | 77 +++++++++++++++++------
 libcloud/common/base.py                           | 11 +++-
 libcloud/http.py                                  | 21 +++++--
 libcloud/test/test_connection.py                  | 44 +++++++++++--
 libcloud/utils/loggingconnection.py               | 14 +++--
 9 files changed, 173 insertions(+), 46 deletions(-)
 create mode 100644 docs/examples/http_proxy/https_proxy.py

Reply via email to