| Commit message (Expand) | Author | Age | Files | Lines |
* | do not overwrite untracked symlinks | Clemens Buchacher | 2011-02-21 | 1 | -1/+1 |
* | do not overwrite files in leading path | Clemens Buchacher | 2010-10-13 | 1 | -5/+16 |
* | lstat_cache: optionally return match_len | Clemens Buchacher | 2010-10-13 | 1 | -16/+27 |
* | symlinks.c: remove unused functions | Junio C Hamano | 2010-01-17 | 1 | -31/+0 |
* | lstat_cache: guard against full match of length of 'name' parameter | Kjetil Barvik | 2009-07-29 | 1 | -0/+4 |
* | Export thread-safe version of 'has_symlink_leading_path()' | Linus Torvalds | 2009-07-09 | 1 | -11/+10 |
* | Prepare symlink caching for thread-safety | Linus Torvalds | 2009-07-09 | 1 | -35/+40 |
* | symlinks.c: small style cleanup | Kjetil Barvik | 2009-06-07 | 1 | -4/+2 |
* | Revert "lstat_cache(): print a warning if doing ping-pong between cache types" | Kjetil Barvik | 2009-03-17 | 1 | -23/+0 |
* | lstat_cache(): print a warning if doing ping-pong between cache types | Kjetil Barvik | 2009-02-09 | 1 | -0/+23 |
* | unlink_entry(): introduce schedule_dir_for_removal() | Kjetil Barvik | 2009-02-09 | 1 | -0/+59 |
* | lstat_cache(): swap func(length, string) into func(string, length) | Kjetil Barvik | 2009-02-09 | 1 | -8/+8 |
* | lstat_cache(): generalise longest_match_lstat_cache() | Kjetil Barvik | 2009-02-09 | 1 | -22/+24 |
* | lstat_cache(): small cleanup and optimisation | Kjetil Barvik | 2009-02-09 | 1 | -20/+24 |
* | lstat_cache(): introduce clear_lstat_cache() function | Kjetil Barvik | 2009-01-18 | 1 | -0/+8 |
* | lstat_cache(): introduce invalidate_lstat_cache() function | Kjetil Barvik | 2009-01-18 | 1 | -8/+36 |
* | lstat_cache(): introduce has_dirs_only_path() function | Kjetil Barvik | 2009-01-18 | 1 | -17/+47 |
* | lstat_cache(): introduce has_symlink_or_noent_leading_path() function | Kjetil Barvik | 2009-01-18 | 1 | -34/+60 |
* | lstat_cache(): more cache effective symlink/directory detection | Kjetil Barvik | 2009-01-18 | 1 | -40/+125 |
* | Optimize symlink/directory detection | Linus Torvalds | 2008-05-10 | 1 | -33/+49 |
* | Add has_symlink_leading_path() function. | Junio C Hamano | 2007-05-11 | 1 | -0/+48 |