summaryrefslogtreecommitdiff
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-195-0/+117
* Add line number overflow checkingAndreas Gruenbacher2014-11-303-3/+32
* More savebuf/savestr error handlingAndreas Gruenbacher2014-11-303-10/+13
* savebuf/savestr error handlingTobias Stoeckmann2014-11-301-9/+9
* build: update gnulib submodule to latestAndreas Gruenbacher2014-11-303-5/+3
* 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-133-4/+8
* Correct the --help text of option --mergeAndreas Gruenbacher2013-12-091-1/+1
* Preserve function names in reject filesSteven Rostedt2013-08-193-3/+6
* Test case for the dry-run fixAndreas Gruenbacher2013-07-301-3/+19
* In dry-run mode, create temporary files in a temporary directoryoriginAndreas Gruenbacher2013-07-301-1/+1
* Fix some formatting problems in the manpageEric S. Raymond2013-06-181-18/+28
* build: don't use -Werror in AM_INIT_AUTOMAKEStefano Lattarini2013-05-021-1/+1
* Fix removing empty directoriesAndreas Gruenbacher2013-03-103-1/+31
* Clarify the description of option --forwardAndreas Gruenbacher2013-01-031-2/+2
* Initialize data structures early enoughAndreas Gruenbacher2012-10-043-4/+23
* Don't fail test suite if printf '\0' is brokenAndreas Gruenbacher2012-09-301-4/+8
* Version 2.7.1v2.7.1Andreas Gruenbacher2012-09-281-0/+2
* build: update gnulib submodule to latestAndreas Gruenbacher2012-09-281-0/+0
* Repair 'backup of unmodified file' testAndreas Gruenbacher2012-09-281-8/+5
* Use gnulib errno module instead of our own default ENOTSUP fallbackAndreas Gruenbacher2012-09-282-4/+1
* Trailing whitespace fixAndreas Gruenbacher2012-09-281-1/+1
* Improve the previous commitAndreas Gruenbacher2012-09-263-6/+27
* Only expect files to become empty if the patch says soAndreas Gruenbacher2012-09-253-11/+73
* build: avoid gcc warnings from -Wsuggest-attribute=formatJim Meyering2012-09-221-0/+1
* Update NEWSAndreas Gruenbacher2012-09-221-0/+13
* Improve messages when in --dry-run modeAndreas Gruenbacher2012-09-225-14/+24
* Improve handling of LF vs. CRLF line endingsAndreas Gruenbacher2012-09-223-9/+47
* Ignore when preserving extended attributes is not supported or allowedAndreas Gruenbacher2012-09-222-6/+13
* Add a missing explanation in the tests/crlf-handling test caseAndreas Gruenbacher2012-09-201-0/+4
* Add --follow-symlinks option for backwards compatibilityAndreas Gruenbacher2012-09-195-1/+21
* 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
* Document command-line options in alphabetic orderAndreas Gruenbacher2012-09-191-4/+4
* Fix file truncation when switching from git diff to non-git diffAndreas Gruenbacher2012-09-182-6/+41
* 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-182-4/+4
* Minor test case updatesAndreas Gruenbacher2012-09-182-6/+6
* Disable xattrs if libattr doesn't implement attr_copy_action()Andreas Gruenbacher2012-09-172-7/+2
* Allow to use potentially dangerous filenames from the root directoryAndreas Gruenbacher2012-09-172-0/+38
* Update leftover license notice in READMEAndreas Gruenbacher2012-09-141-7/+5
* Check if libattr implements attr_copy_action()Andreas Gruenbacher2012-09-142-1/+7
* 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-132-2/+28
* Do not pass file type in mode of open(..., O_CREAT, mode)Andreas Gruenbacher2012-09-131-1/+2
* Add note on GPLv3 license change in version 2.6Andreas Gruenbacher2012-09-131-0/+1