summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Minor cosmetic changesAndreas Gruenbacher2015-02-281-4/+4
* Fix handling of renamed filesAndreas Gruenbacher2015-02-221-5/+7
* Fix symlinks test case on some architecturesAndreas Gruenbacher2015-02-101-4/+13
* Switch from gen_tempname() to try_tempname()Andreas Gruenbacher2015-02-041-31/+33
* Link patch with LIB_EACCESS where neededAndreas Gruenbacher2015-02-011-1/+1
* Fix minor signedness warningAndreas Gruenbacher2015-02-011-1/+1
* Fix indentation heuristic for context diffsAndreas Gruenbacher2015-01-311-2/+5
* patch: git-diff mode: do not change permissions if there isn't an explicit mo...Quentin Casasnovas2015-01-311-1/+1
* Allow arbitrary symlink targets againTim Waugh2015-01-311-28/+0
* Update list of gnulib modules usedAndreas Gruenbacher2015-01-311-1/+0
* Use symlink-safe system call replacementsAndreas Gruenbacher2015-01-314-39/+57
* Add symlink-safe system call replacementsTim Waugh2015-01-313-0/+498
* Avoid closing file descriptor twiceTim Waugh2015-01-311-0/+2
* Remove unused variableAndreas Gruenbacher2015-01-291-1/+0
* Fix the fix for CVE-2015-1196v2.7.3Andreas Gruenbacher2015-01-223-62/+38
* For renames and copies, make sure that both file names are validAndreas Gruenbacher2015-01-212-4/+15
* 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