summaryrefslogtreecommitdiff
path: root/network
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Fix issue 4433, make sure status is a int rather than a stringMichael Scherer2013-10-121-5/+6
* * Updated SHA-256 functionality in the get_url moduleJoshua Lund2013-09-271-2/+10
* Fix bug in uri where redirect check fails.Serge van Ginderachter2013-08-291-1/+1
* Trim old style var referencesMichael DeHaan2013-07-191-3/+3
* * Updated all ansible.cc references in the documentation to pointJoshua Lund2013-06-191-1/+1
* Removed merge conflict headerJoshua Lund2013-06-181-1/+0
* Merge branch 'sha256' of git://github.com/jlund/ansible into develMichael DeHaan2013-06-181-9/+39
|\
| * Setting version_added for this feature to 1.3Joshua Lund2013-06-071-0/+1
| * * Added a sha256 method to module_commonJoshua Lund2013-06-041-8/+37