summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/urls.py
Commit message (Expand)AuthorAgeFilesLines
* uri: added use_netrc argument to allow ignoring netrc (#74397) (#78569)Artur2022-09-121-7/+11
* Allow selection of TLS/SSL ciphers (#78650)Matt Martz2022-09-081-179/+196
* fetch_file - properly split files with multi-part file extensions (#75257)Sam Doran2022-09-061-2/+43
* Guard urllib3 imports against all exceptions. Fixes #78648 (#78667)Matt Martz2022-08-301-4/+4
* ansible-test - Update sanity test requirements. (#78528)Matt Clay2022-08-111-2/+2
* Correctly get the filename from a url in fetch_file. Fixes #29680 (#78383)Matt Martz2022-08-021-1/+2
* Add support for gzip decoding responses (#41925)Matt Martz2022-07-131-10/+95
* honor use_proxy parameter (#77312)h4rr212022-04-061-2/+5
* More type hint fixes for module_utils. (#77198)Matt Clay2022-03-031-2/+3
* Additional type hinting cleanup. (#77188)Matt Clay2022-03-021-10/+9
* module_utils - Fix type hinting issues.Matt Clay2022-03-021-4/+5
* Misc typo fixes in module_utils (#76564)Abhijeet Kasurde2022-01-311-1/+1
* Added AIX CA certs search paths (#69776)Amir.M2022-01-131-0/+3
* Handle HTTPError being partially initialized due to the error. Fixes #76386 (...Matt Martz2021-12-021-0/+5
* uri module improvements (#50771)Matt Martz2021-11-161-2/+29
* Allow ca_path to point to a bundle (#75894)Matt Martz2021-10-081-8/+20
* url_argument_spec: remove deprecated thirsty alias (#75838)Martin Krizek2021-09-301-2/+1
* Expose `unredirected_headers` to `uri` and `get_url` modules (#75308)Matt Martz2021-07-281-6/+11
* uri - add ca_path parameter (#71979)Florian Heiderich2021-02-051-3/+1
* Add support for GSSAPI/Kerberos to urls.py (#72113)Jordan Borean2020-10-131-7/+153
* Close file descriptor of temporary file after building certificate chain (#71...Bernhard Dick2020-09-301-0/+2
* Fix boilerplate in setup.py and lib/ansible/ dir.Matt Clay2020-06-221-0/+3
* Fix up schema for collection deprecation (#69977)Jordan Borean2020-06-101-1/+1
* Deprecation revisited (#69926)Felix Fontein2020-06-091-1/+1
* Version source tagging (automatic and manual) for version_added and deprecati...Felix Fontein2020-05-281-1/+2
* Add multipart/form-data functionality (#69376)Matt Martz2020-05-201-2/+128
* get_url pass incorrect If-Modified-Since header(#67417) (#67419)Zhanwei Wang2020-04-101-1/+1
* Correct fetch_url error code documentation (#66061)Kevin Breit2020-01-031-1/+1
* Remove uneeded Python version compatibility checks. (#64076)Mads Jensen2019-11-201-8/+1
* issue #61672: make jenkins_plugin module work in a session when CSRF … (#61...JKDingwall2019-09-101-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