summaryrefslogtreecommitdiff
path: root/network
Commit message (Expand)AuthorAgeFilesLines
* If file attribs are specified set them even if file already exists.Toshio Kuratomi2016-03-201-2/+9
* Remove debuggingToshio Kuratomi2015-10-191-1/+0
* xmlcharrefreplace is only for encoding, not for decoding :-(Toshio Kuratomi2015-10-191-2/+3
* specified that uri must be uppercaseBrian Coca2015-10-191-2/+1
* Fix problem writing binary content to a temporary file in the uri module.Toshio Kuratomi2015-07-061-11/+18
* Properly flip default for verifying server cert. Add nice error messages whe...Toshio Kuratomi2015-05-281-1/+5
* Change uri module to validate ssl certs by defaultToshio Kuratomi2015-05-281-4/+16
* fix uri modul for JSON-escape quotation markszitterbacke2015-03-191-1/+1
* Do not mark "skipped" when changed is falseDan Rue2015-02-171-2/+2
* Add text/json as a mimetype to try deserializingToshio Kuratomi2014-12-161-1/+2
* Move from md5 to sha1 to work on FIPS-140 enabled systemsToshio Kuratomi2014-11-062-14/+21
* Renames.Michael DeHaan2014-11-044-0/+0
* package filesMichael DeHaan2014-09-261-0/+0
* file extensions!Michael DeHaan2014-09-263-0/+0
* Restructuring.Michael DeHaan2014-09-263-0/+833
* Move modules into subdirectory.Michael DeHaan2014-09-263-833/+0
* Push the expanduser call on the source down to slurp rather than fetchJames Cammarata2014-09-231-2/+2
* get_url module: Add timeout parameterWill Thames2014-09-081-3/+11
* For content-disposition response header field, try to parse filename paramete...George Yoshida2014-08-231-1/+1
* unified calls to fs function vs duplicate functions for file andBrian Coca2014-05-242-2/+2
* Remove erroneous set of status_code causing a traceback in module uriJames Cammarata2014-05-161-1/+0
* [get_url] check against lowered stripped sha256sumChristian Berendt2014-05-061-1/+1
* Add parameters to get_url for the url username/passwordJames Cammarata2014-04-241-0/+12
* Fixes #6857 Make the url parameter required for get_urlJames Tanner2014-04-041-0/+1
* Example cleanup.Michael DeHaan2014-04-021-20/+18
* Update uriSven Schliesing2014-03-311-1/+1
* Example for queueing build in JenkinsSven Schliesing2014-03-311-0/+8
* Merge pull request #6649 from picsolvebryan/develMichael DeHaan2014-03-281-4/+4
|\
| * Accept status code from a list of valid codes.bryan hunt2014-03-241-2/+2
| * Accept status code from a list of valid codes.bryan hunt2014-03-241-4/+0
| * Accept status code from a list of valid codes.bryan hunt2014-03-241-4/+8
* | Remove validate_certs parameter from fetch_url callsJames Cammarata2014-03-121-4/+3
* | Validate SSL certs accessed through urllib*James Cammarata2014-03-101-96/+20
* | Fixing the unicode issue in uri for EL6 platformsJames Cammarata2014-02-251-1/+1
* | Handle unicode content in the uri module properlyJames Cammarata2014-02-241-1/+4
* | Merge pull request #5826 from romeotheriault/fix_follow_redirectsRichard Isaacson2014-02-071-12/+24
|\ \
| * | fix following redirectsRomeo Theriault2014-01-291-12/+24
| |/
* | Clarify doc for get_urlEric Hanchrow2014-02-051-3/+3
* | When force=yes, get_url should always download the specified fileJames Cammarata2014-02-051-6/+7
* | Allow the 'PATCH' method in the 'uri' module since 'httplib2' allows itPedro Romano2014-02-021-2/+2
* | ansible -> ansibleworksMichael DeHaan2014-01-281-1/+1
|/
* Addresses #5023 Fix import commentsJames Tanner2013-12-023-3/+3
* Fixes #5023 Convert all modules to use new snippet import patternJames Tanner2013-12-023-3/+3
* There's a cleaner way to do this, commit to module formatter pending.Michael DeHaan2013-11-271-1/+1
* No longer need to reference 'version_added' in docs for these, as this was qu...Michael DeHaan2013-11-271-1/+1
* Add version_added to all modules missing version_added information, the docs ...Michael DeHaan2013-11-181-0/+1
* Merge pull request #4785 from Tinche/get_url/uri-content-dispositionjctanner2013-11-141-19/+60
|\
| * Use the final URL from the finished request instead of the provided URL for f...Tin Tvrtkovic2013-11-091-2/+5
| * Modified the get_url module to respect the content-disposition header if the ...Tin Tvrtkovic2013-11-021-18/+56
* | Correct documentation URLsJames Laska2013-11-081-1/+1
|/