summaryrefslogtreecommitdiff
path: root/files
Commit message (Expand)AuthorAgeFilesLines
* Set b_src to abspath of b_path so that symlinks work again. (#5678)jctanner2016-11-211-0/+1
* Ini_file: fix regression with the create optionGyorgy Szombathelyi2016-11-141-4/+4
* stat: doc: add version for new returns (#5594)René Moser2016-11-141-3/+3
* fix the behavior that the dest is directoryzuiurs2016-11-031-6/+7
* ini_file: return more infos on changes.Luca Berruti2016-10-231-3/+10
* ini_file: diff support.Luca Berruti2016-10-231-3/+12
* ini_file: add create= option.Luca Berruti2016-10-231-3/+19
* ini_file: fixes #1788, fails --check when file doesn't exist.Luca Berruti2016-10-231-13/+13
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-10-175-7/+7
* Fix unarchive on python3Michael Scherer2016-10-151-2/+4
* Fix assemble module for python3Toshio Kuratomi2016-10-021-21/+24
* Detect tar type (bsd, gnu) and only use gnu tar. (#4352)Matt Clay2016-09-271-9/+31
* Match existing INI file entry with leading whitespace (fixes #4997) (#4998)Andrew Gaffney2016-09-261-2/+2
* Unarchive stop passing file mode to tar command (#4179)JesseEmond2016-09-211-4/+0
* Insert missing option line before blank lines (#4747)nichivo2016-09-191-2/+6
* typo in stat.executable (was stat.excutable) (#4886)Brian Maddy2016-09-161-1/+1
* Don't add included files as arguments on the command line (#4626)Dag Wieers2016-09-121-5/+6
* Ensure unicode characters in zip-compressed filenames work correctly (#4702)Dag Wieers2016-09-091-7/+5
* added backup_file to module returns (#4723)Brian Coca2016-09-071-8/+10
* Support DOS file attributes (e.g. archive-bit or hidden-bit) (#4705)Dag Wieers2016-09-061-2/+7
* Declare empty diff dict ahead of time (#4646)Evan Kaufman2016-09-021-0/+1
* Python3 fixes to copy, file, and stat so that the connection integration test...Toshio Kuratomi2016-09-023-139/+163
* to_text, to_bytes, and to_native now have surrogate_or_strict error handler (...Toshio Kuratomi2016-09-011-12/+14
* Implemented file content diff for replace module (#4479)Evan Kaufman2016-08-301-1/+11
* fix error in documentation for stat checksum (#4582)James Pharaoh2016-08-271-2/+1
* Clarify what checksum algorithm is used by copy modules (#4198)Gennady Trafimenkov2016-08-271-1/+1
* Fixes for lineinfile (#4553)Toshio Kuratomi2016-08-261-63/+71
* Fix multiple issues with unzip and gtar support (#4131)Dag Wieers2016-08-251-46/+67
* Add acl freebsd (#3656)Michael Scherer2016-08-231-9/+29
* Refactor stat.py so that it would be more friendly for unittests. (#4462)Toshio Kuratomi2016-08-181-94/+124
* find.py: Editing contains description to say regex (#4452)Chris Short2016-08-171-1/+1
* Fix #4202: Can't unarchive remote files (#4244)Lucas Costa Beyeler2016-08-111-1/+1
* Improve the documentation (#4385)Dag Wieers2016-08-111-2/+1
* Improve regexp for matching file permissions (#4306)Sam Doran2016-08-101-1/+1
* unsafe writes! (#4314)Brian Coca2016-08-094-8/+7
* Be explicit about specifying the ssh port if it was user specified (#4302)Toshio Kuratomi2016-08-081-4/+7
* fix for rsync protocol (#4211)peter.jang2016-08-021-2/+2
* file module: add clarification on state=absent re files that do not exist.David Chwalisz2016-08-011-0/+1
* stop trying to set permissions in check modeBrian Coca2016-07-151-2/+3
* Indent `unarchive` module documentation to fix parsing error.Ryan S. Brown2016-07-141-4/+4
* Merge branch 'feature_10218' into develJames Cammarata2016-07-141-17/+30
|\
| * Add remote_src param for unarchive to deprecate `copy` paramfeature_10218James Cammarata2016-07-141-17/+30
* | added read-/write-/executeable flags for invoking user (#4130)tobixx2016-07-141-0/+18
|/
* Fix a problem where the newly provided mode is a string (#3769)Dag Wieers2016-07-061-6/+15
* Revert PR #3575 since it causes problems related to exclude patterns (#3767)Dag Wieers2016-07-061-26/+13
* also match on tabs in ini_file (fixes #106) (#4067)Lukas Grossar2016-06-301-4/+4
* A few more sanity checks for detecting unzip output that's not a file entry (...Toshio Kuratomi2016-06-271-1/+10
* Do not copy file if running on check modeKeisuke Kamada2016-06-171-27/+28
* restored incorrectly removed docs, jinja2 overrideBrian Coca2016-06-151-0/+7
* fix unarchive doesn't extract changed tar file #3901neo2016-06-101-0/+3