summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fail when out of memory in set_hunkmax()v2.7.2Andreas Gruenbacher2015-01-202-6/+6
* Don't try applying hunks at offsets that can't workAndreas Gruenbacher2015-01-201-4/+8
* Move symlink_target_is_valid() and cwd_is_root()Andreas Gruenbacher2015-01-204-78/+78
* Make sure symlinks don't point outside working directory (CVE-2015-119)Andreas Gruenbacher2015-01-193-0/+62
* Add line number overflow checkingAndreas Gruenbacher2014-11-302-3/+31
* More savebuf/savestr error handlingAndreas Gruenbacher2014-11-302-10/+12
* savebuf/savestr error handlingTobias Stoeckmann2014-11-301-9/+9
* build: update gnulib submodule to latestAndreas Gruenbacher2014-11-301-2/+1
* Drop useless test in another_hunk()Jean Delvare2014-11-101-1/+1
* Buffer overflow on malicious input fileTobias Stoeckmann2014-10-301-1/+8
* Improve error message when refusing to delete fileAndreas Gruenbacher2014-08-131-1/+1
* Correct the --help text of option --mergeAndreas Gruenbacher2013-12-091-1/+1
* Preserve function names in reject filesSteven Rostedt2013-08-191-1/+2
* In dry-run mode, create temporary files in a temporary directoryoriginAndreas Gruenbacher2013-07-301-1/+1
* Fix removing empty directoriesAndreas Gruenbacher2013-03-101-1/+1
* Initialize data structures early enoughAndreas Gruenbacher2012-10-041-4/+4
* 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