summaryrefslogtreecommitdiffstats
path: root/symlinks.c (follow)
Commit message (Expand)AuthorAgeLines
* checkout: don't follow symlinks when removing entriesMatheus Tavares2021-03-18-8/+22
* symlinks: update comment on threaded_check_leading_path()Matheus Tavares2021-03-18-23/+3
* Sync with 2.20.5Johannes Schindelin2021-02-12-0/+24
|\
| * checkout: fix bug that makes checkout follow symlinks in leading pathMatheus Tavares2021-02-12-0/+24
* | Indent code with TABsNguyễn Thái Ngọc Duy2018-12-09-1/+1
|/
* symlinks: remove PATH_MAX limitationKarsten Blees2014-07-07-35/+28
* symlinks.c: mark private file-scope symbols as staticJunio C Hamano2012-09-15-2/+5
* Add threaded versions of functions in symlinks.c.Jared Hance2012-03-02-2/+26
* do not overwrite untracked symlinksClemens Buchacher2011-02-21-1/+1
* do not overwrite files in leading pathClemens Buchacher2010-10-13-5/+16
* lstat_cache: optionally return match_lenClemens Buchacher2010-10-13-16/+27
* symlinks.c: remove unused functionsJunio C Hamano2010-01-17-31/+0
* lstat_cache: guard against full match of length of 'name' parameterKjetil Barvik2009-07-29-0/+4
* Export thread-safe version of 'has_symlink_leading_path()'Linus Torvalds2009-07-09-11/+10
* Prepare symlink caching for thread-safetyLinus Torvalds2009-07-09-35/+40
* symlinks.c: small style cleanupKjetil Barvik2009-06-07-4/+2
* Revert "lstat_cache(): print a warning if doing ping-pong between cache types"Kjetil Barvik2009-03-17-23/+0
* lstat_cache(): print a warning if doing ping-pong between cache typesKjetil Barvik2009-02-09-0/+23
* unlink_entry(): introduce schedule_dir_for_removal()Kjetil Barvik2009-02-09-0/+59
* lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik2009-02-09-8/+8
* lstat_cache(): generalise longest_match_lstat_cache()Kjetil Barvik2009-02-09-22/+24
* lstat_cache(): small cleanup and optimisationKjetil Barvik2009-02-09-20/+24
* lstat_cache(): introduce clear_lstat_cache() functionKjetil Barvik2009-01-18-0/+8
* lstat_cache(): introduce invalidate_lstat_cache() functionKjetil Barvik2009-01-18-8/+36
* lstat_cache(): introduce has_dirs_only_path() functionKjetil Barvik2009-01-18-17/+47
* lstat_cache(): introduce has_symlink_or_noent_leading_path() functionKjetil Barvik2009-01-18-34/+60
* lstat_cache(): more cache effective symlink/directory detectionKjetil Barvik2009-01-18-40/+125
* Optimize symlink/directory detectionLinus Torvalds2008-05-10-33/+49
* Add has_symlink_leading_path() function.Junio C Hamano2007-05-11-0/+48