summaryrefslogtreecommitdiff
path: root/test/units/module_utils/urls
Commit message (Expand)AuthorAgeFilesLines
* get_url pass incorrect If-Modified-Since header(#67417) (#67419)Zhanwei Wang2020-04-101-1/+1
* ansible-galaxy - define multiple galaxy instances in ansible.cfg (#60553)Jordan Borean2019-08-211-1/+1
* Unit tests: remove unused imports (#59740)Andrey Klychkov2019-07-291-1/+1
* cert validation fixes - Attempt 2 (#55953)Matt Martz2019-05-313-11/+18
* Ensure uri module always returns status even on failure (#56240)Sam Doran2019-05-231-0/+6
* Don't rely on netloc for determining hostname and port, just use hostname and...Matt Martz2019-05-201-0/+10
* uri/win_uri: Make method a free text field (#49719)Dag Wieers2019-02-281-2/+8
* Support unix socket with urls/uri (#43560)Matt Martz2019-02-183-5/+54
* identity: Add GSSAPI suport for FreeIPA authentication (#52031)Juan Antonio Osorio2019-02-132-3/+3
* Fixing HTTPError case of fetch_url for Python 3 compatibility. (#45628)Felix Fontein2018-09-191-2/+3
* Introduce and use locale-naive rfc2822 date format function (#44868)Matt Martz2018-08-301-1/+1
* Add requests.Session like class (#37622)Matt Martz2018-06-011-41/+128
* Remove support for SSLv2 in test suite when not defined. (#39183)Yanis Guenane2018-05-251-1/+2
* Handle duplicate headers in the uri module (#33792)Matt Martz2018-04-101-1/+18
* Add unit tests for ansible.module_utils.urls (#38059)Matt Martz2018-04-0911-0/+933