summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gnulib: update to latestAndreas Gruenbacher2017-09-041-1/+1
* Rename canonicalize global variableTim Waugh2017-02-224-6/+6
* Add a missing NULL check in parse_nameHanno Boeck2016-08-101-1/+5
* Fix out-of-bounds access to lines in a patchHanno Boeck2016-08-101-1/+1
* maint: placate a "make syntax-check" ruleJim Meyering2016-07-311-4/+4
* maint: avoid new warning-errors from gcc-6.1Jim Meyering2016-07-313-6/+7
* Fix broken git-style patch behaviorAndreas Gruenbacher2016-07-271-17/+1
* Fix inname test caseAndreas Gruenbacher2016-07-273-0/+50
* Don't use a zero-size array in struct symlinkAndreas Gruenbacher2015-10-031-6/+7
* Terminate readlink stringTobias Stoeckmann2015-07-121-2/+4
* Use xmalloc in bestmatchTobias Stoeckmann2015-07-081-1/+1
* Don't require traditional patch header after "git --diff"Andreas Gruenbacher2015-03-091-0/+1
* Allow absolute symlinks that lead back into the working directoryAndreas Gruenbacher2015-03-071-3/+44
* Describe better how the dirfd cache worksAndreas Gruenbacher2015-03-051-3/+11
* Use overflow safe arithmetic for counting cache missesAndreas Gruenbacher2015-03-051-4/+4
* Also cache resolved symlinksAndreas Gruenbacher2015-03-051-13/+53
* Invalidate child dirfd cache entries when their parent goes awayAndreas Gruenbacher2015-03-051-0/+13
* Convert lru list into a list_head listAndreas Gruenbacher2015-03-051-38/+14
* Add list_head based double linked listAndreas Gruenbacher2015-03-052-1/+57
* Invalidate dirfd less aggressivelyAndreas Gruenbacher2015-03-051-3/+7
* Move path traversal error reporting into main()Andreas Gruenbacher2015-03-052-13/+18
* Limit the number of path componentsAndreas Gruenbacher2015-03-051-3/+36
* Follow directory symlinks within the working directoryAndreas Gruenbacher2015-03-051-11/+101
* Keep track of the directory hierarchyAndreas Gruenbacher2015-03-051-28/+55
* Refactor traverse_another_path() and helpersAndreas Gruenbacher2015-02-281-19/+23
* Move error reporting out of make_tempfile()Andreas Gruenbacher2015-02-284-3/+10
* 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