summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use gnulib errno module instead of our own default ENOTSUP fallbackAndreas Gruenbacher2012-09-281-4/+0
* Improve the previous commitAndreas Gruenbacher2012-09-261-1/+2
* Only expect files to become empty if the patch says soAndreas Gruenbacher2012-09-251-1/+1
* Improve messages when in --dry-run modeAndreas Gruenbacher2012-09-221-2/+5
* Improve handling of LF vs. CRLF line endingsAndreas Gruenbacher2012-09-222-3/+33
* Ignore when preserving extended attributes is not supported or allowedAndreas Gruenbacher2012-09-222-6/+13
* Add --follow-symlinks option for backwards compatibilityAndreas Gruenbacher2012-09-193-1/+9
* Introduce function to lstat all input filesAndreas Gruenbacher2012-09-195-21/+26
* Use stat where we want to follow symlinksAndreas Gruenbacher2012-09-191-3/+3
* Fix file truncation when switching from git diff to non-git diffAndreas Gruenbacher2012-09-181-1/+5
* Rename get_input_file() parameter to clarify codeAndreas Gruenbacher2012-09-181-5/+5
* Improve error message when patching a file of different typeAndreas Gruenbacher2012-09-181-1/+1
* Disable xattrs if libattr doesn't implement attr_copy_action()Andreas Gruenbacher2012-09-171-6/+0
* Allow to use potentially dangerous filenames from the root directoryAndreas Gruenbacher2012-09-171-0/+27
* Check if libattr implements attr_copy_action()Andreas Gruenbacher2012-09-141-0/+6
* Change the type of *_needs_removal from int to boolAndreas Gruenbacher2012-09-137-23/+23
* In a git-style diff, make sure not to unlink the original by accidentAndreas Gruenbacher2012-09-131-1/+2
* Do not pass file type in mode of open(..., O_CREAT, mode)Andreas Gruenbacher2012-09-131-1/+2
* Support double-quoted filenames in all context diff formatsAndreas Gruenbacher2012-08-113-7/+7
* Remove SHA1 hashes from the file id cacheAndreas Gruenbacher2012-08-082-24/+0
* Detect concatenated git-style patches by tracking what's in the output queueAndreas Gruenbacher2012-08-081-19/+29
* In the file id cache, allow to flag files in the output queueAndreas Gruenbacher2012-08-082-0/+22
* Change outst variable name to tmpoutst to be less misleadingAndreas Gruenbacher2012-08-071-7/+7
* In git-style diffs, create new files immediatetly and only remember files to ...Andreas Gruenbacher2012-08-021-3/+25
* Don't close a negative file descriptorJim Meyering2012-08-011-1/+2
* build: remove unnecessary if-before-freeJim Meyering2012-08-011-2/+1
* build: mark an internal function as "pure"Jim Meyering2012-08-011-1/+1
* Try to recognize concatenated git diffs and handle them appropriatelyAndreas Gruenbacher2012-08-011-0/+25
* Allow to process only part of the deferred output file listAndreas Gruenbacher2012-08-011-5/+20
* Allow to remember SHA1 hashes in the file id cacheAndreas Gruenbacher2012-07-312-9/+48
* Accessor functions for SHA1 hashes in git-style diffsAndreas Gruenbacher2012-07-312-7/+33
* Fix segfault in output_file_later()Andreas Gruenbacher2012-04-241-1/+1
* Only warn when trying to modify read-only filesAndreas Gruenbacher2012-04-171-2/+17
* For git-style patch files, do not output files immediatelyAndreas Gruenbacher2012-04-171-6/+117
* Export the patch typeAndreas Gruenbacher2012-04-172-16/+26
* No longer remember backup filesAndreas Gruenbacher2012-04-173-48/+24
* Do not delete files immediatelyAndreas Gruenbacher2012-04-174-38/+102
* Create and delete output files in a single functionAndreas Gruenbacher2012-04-172-22/+40
* Add a type field to entries in the file id cacheAndreas Gruenbacher2012-04-173-17/+24
* Switch from the `old' gnu quoting style to the 'new' oneAndreas Gruenbacher2012-04-175-30/+30
* Fix use-after-free bug in name_is_valid()Andreas Gruenbacher2012-04-062-21/+32
* maint: enable the useless_cpp_parens syntax-check ruleJim Meyering2012-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-0112-14/+14
* build: update to latest gnulib and adaptJim Meyering2011-12-145-24/+24
* Timestamp not set when creating files with --set-time or --set-utcAndreas Gruenbacher2011-12-093-9/+17
* give a diagnostic rather than a failed assertion for a mangled patchJim Meyering2011-10-111-1/+3
* don't call fdopen with a negative FD upon dup failureJim Meyering2011-05-251-2/+5
* plug a leak in inp.c's plan_aJim Meyering2011-05-251-1/+4
* emit one more diagnostic with the required "program_name: " prefixJim Meyering2011-05-251-2/+2
* remove side effect from assertJim Meyering2011-05-251-1/+2