summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add context-format test to XFAIL_TESTS for nowAndreas Gruenbacher2016-07-271-1/+2
* Add broken context-format test casesAndreas Gruenbacher2016-03-182-0/+41
* Don't use a zero-size array in struct symlinkAndreas Gruenbacher2015-10-031-6/+7
* Input file outside current directory: add test caseAndreas Gruenbacher2015-07-201-2/+18
* 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-093-0/+35
* Use gnulib size_max moduleAndreas Gruenbacher2015-03-082-0/+2
* Version 2.7.5v2.7.5Andreas Gruenbacher2015-03-071-0/+6
* build: update gnulib submodule to latestAndreas Gruenbacher2015-03-071-0/+0
* Allow absolute symlinks that lead back into the working directoryAndreas Gruenbacher2015-03-072-3/+70
* 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
* Add more path traversal test casesTim Waugh2015-03-051-4/+123
* 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-052-14/+108
* 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-222-5/+31
* Fix symlinks test case on some architecturesAndreas Gruenbacher2015-02-102-6/+16
* Test suite portability fixesAndreas Gruenbacher2015-02-043-4/+4
* Switch from gen_tempname() to try_tempname()Andreas Gruenbacher2015-02-042-31/+33
* Check the result of the --follow-symlinks optionAndreas Gruenbacher2015-02-021-0/+8
* Link patch with LIB_EACCESS where neededAndreas Gruenbacher2015-02-011-1/+1
* Fix minor signedness warningAndreas Gruenbacher2015-02-011-1/+1
* Use gnulib faccessat moduleAndreas Gruenbacher2015-02-012-0/+5
* Upate NEWSv2.7.4Andreas Gruenbacher2015-01-311-2/+6
* Fix indentation heuristic for context diffsAndreas Gruenbacher2015-01-313-2/+31
* patch: git-diff mode: do not change permissions if there isn't an explicit mo...Quentin Casasnovas2015-01-311-1/+1
* tests: add a test case for unwanted mode changes.Quentin Casasnovas2015-01-312-0/+35
* test-lib.sh: factorize require_* functionsQuentin Casasnovas2015-01-3136-58/+54
* Add test case for patch behind symlinkAndreas Gruenbacher2015-01-311-0/+17
* Allow arbitrary symlink targets againTim Waugh2015-01-312-46/+39
* Update list of gnulib modules usedAndreas Gruenbacher2015-01-313-31/+42
* Use symlink-safe system call replacementsAndreas Gruenbacher2015-01-314-39/+57
* Add symlink-safe system call replacementsTim Waugh2015-01-315-1/+528
* build: update gnulib submodule to latestAndreas Gruenbacher2015-01-311-0/+0
* 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-225-77/+57
* 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