summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/urls.py
Commit message (Expand)AuthorAgeFilesLines
* issue #61672 backporting in Ansible 2.9aliaksandr-dounar-epam2019-11-011-2/+3
* Deprecate alias 'thirsty' from all usages (#61245)Jill R2019-08-281-1/+1
* ansible-galaxy - define multiple galaxy instances in ansible.cfg (#60553)Jordan Borean2019-08-211-5/+12
* ansible-galaxy - ignore cert failures for login (#59959)Jordan Borean2019-08-071-1/+1
* Move definition of UnixHTTPSConnection behind guard (#60049)Andrew Gaffney2019-08-051-24/+27
* cert validation fixes - Attempt 2 (#55953)Matt Martz2019-05-311-84/+127
* Ensure uri module always returns status even on failure (#56240)Sam Doran2019-05-231-4/+4
* Don't rely on netloc for determining hostname and port, just use hostname and...Matt Martz2019-05-201-13/+19
* Update bundled copy of backports.ssl_match_hostname from 3.4.0.2 to 3.7.0.1 (...Matt Martz2019-04-231-45/+126
* uri/win_uri: Make method a free text field (#49719)Dag Wieers2019-02-281-2/+0
* Do not send "Connection: close" when requesting a tunnel. Fixes #32750 (#46070)Matt Martz2019-02-181-1/+1
* Support unix socket with urls/uri (#43560)Matt Martz2019-02-181-11/+88
* identity: Add GSSAPI suport for FreeIPA authentication (#52031)Juan Antonio Osorio2019-02-131-5/+19
* Have update-bundled check for updates to all bundled codeToshio Kuratomi2019-02-061-0/+4
* Guard creating HTTPSClientAuthHandler behind HTTPS checks (#50523)Matt Martz2019-01-101-23/+24
* Sanity fixes in various modules (#50080)Dag Wieers2018-12-181-10/+10
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-7/+7
* introduce `module_utils.urls.fetch_file` as a wrapper to download and save fi...Evgeni Golov2018-10-081-0/+37
* Fixing HTTPError case of fetch_url for Python 3 compatibility. (#45628)Felix Fontein2018-09-191-1/+2
* Introduce and use locale-naive rfc2822 date format function (#44868)Matt Martz2018-08-301-1/+18
* Surround top-level function and class definitions with two blank lines.Joren Vrancken2018-07-311-0/+1
* Only assume GET if no data, otherwise POST (#43133)Matt Martz2018-07-231-1/+1
* urls: handle incorrect parsing of https_proxy env (#41472)Abhijeet Kasurde2018-07-161-1/+6
* change OS X to macOS (#41294)Troy Murray2018-06-261-3/+3
* Add requests.Session like class (#37622)Matt Martz2018-06-011-122/+303
* Remove support for SSLv2 in test suite when not defined. (#39183)Yanis Guenane2018-05-251-1/+2
* urls: fix typo in examples section (#39777) (#39778)Kami Gerami2018-05-101-2/+2
* Fix typo in urls.py (#39048)nekottyo2018-04-201-1/+1
* Handle duplicate headers in the uri module (#33792)Matt Martz2018-04-101-1/+26
* Add unit tests for ansible.module_utils.urls (#38059)Matt Martz2018-04-091-1/+1
* Required changes to support redirects on HTTP 307/308 (#36809)Dag Wieers2018-04-061-23/+57
* uri: Add redirect tests for none, safe, urllib2 and all (#37068)Dag Wieers2018-03-291-0/+2
* Normalize usage of temp and tmp on tmp (#36221)Toshio Kuratomi2018-02-151-1/+4
* Removing temporary files when not proxing inside urls utils (#35583)acrewdson2018-02-011-0/+14
* Temporary (#31677)Brian Coca2018-01-151-0/+3
* Fix some TODOs to use generic_urlparse which allows proper netrc selection. F...Matt Martz2018-01-031-17/+28
* py3 compatibility: convert bytes to str (#33206)nathaniel gentile2017-12-151-1/+1
* Create a short license for PSF and MIT. (#32212)Toshio Kuratomi2017-11-061-68/+4
* Use to_native when validating proxy result (#32596)David Hain2017-11-061-1/+1
* Prefer the stdlib SSLContext over urllib3 contextToshio Kuratomi2017-10-241-3/+9
* module_utils.urls - Encode the proxy connect as binary (#30811)Damian Zaremba2017-09-291-1/+1
* Fix dangerous default args. (#29839)Matt Clay2017-09-121-1/+3
* Remove wildcard imports and get_exception callsToshio Kuratomi2017-08-121-38/+30
* Add cookie parsing to fetch_url/open_urlJames Cammarata2017-07-251-2/+15
* Set default user-agent for module_utils.urls fetch_url (#27095)Andreas Olsson2017-07-201-1/+1
* Add IPv6 support to module_utils.urls TLS validation (#26852)Andreas Olsson2017-07-181-3/+2
* Include found python and version in SSL_CONTEXT warning. (#24252)Adrian Likins2017-07-111-0/+2
* Fix spelling mistakes (comments only) (#25564)Abhijeet Kasurde2017-06-121-1/+1
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-42/+30
* Update documentation of fetch_url in urls.py (#23892)Abhijeet Kasurde2017-05-011-3/+4