Age | Commit message (Expand) | Author | Files | Lines |
2018-12-09 | Indent code with TABs | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2014-07-07 | symlinks: remove PATH_MAX limitation | Karsten Blees | 1 | -35/+28 |
2012-09-15 | symlinks.c: mark private file-scope symbols as static | Junio C Hamano | 1 | -2/+5 |
2012-03-02 | Add threaded versions of functions in symlinks.c. | Jared Hance | 1 | -2/+26 |
2011-02-21 | do not overwrite untracked symlinks | Clemens Buchacher | 1 | -1/+1 |
2010-10-13 | do not overwrite files in leading path | Clemens Buchacher | 1 | -5/+16 |
2010-10-13 | lstat_cache: optionally return match_len | Clemens Buchacher | 1 | -16/+27 |
2010-01-17 | symlinks.c: remove unused functions | Junio C Hamano | 1 | -31/+0 |
2009-07-29 | lstat_cache: guard against full match of length of 'name' parameter | Kjetil Barvik | 1 | -0/+4 |
2009-07-09 | Export thread-safe version of 'has_symlink_leading_path()' | Linus Torvalds | 1 | -11/+10 |
2009-07-09 | Prepare symlink caching for thread-safety | Linus Torvalds | 1 | -35/+40 |
2009-06-07 | symlinks.c: small style cleanup | Kjetil Barvik | 1 | -4/+2 |
2009-03-17 | Revert "lstat_cache(): print a warning if doing ping-pong between cache types" | Kjetil Barvik | 1 | -23/+0 |
2009-02-09 | lstat_cache(): print a warning if doing ping-pong between cache types | Kjetil Barvik | 1 | -0/+23 |
2009-02-09 | unlink_entry(): introduce schedule_dir_for_removal() | Kjetil Barvik | 1 | -0/+59 |
2009-02-09 | lstat_cache(): swap func(length, string) into func(string, length) | Kjetil Barvik | 1 | -8/+8 |
2009-02-09 | lstat_cache(): generalise longest_match_lstat_cache() | Kjetil Barvik | 1 | -22/+24 |
2009-02-09 | lstat_cache(): small cleanup and optimisation | Kjetil Barvik | 1 | -20/+24 |
2009-01-18 | lstat_cache(): introduce clear_lstat_cache() function | Kjetil Barvik | 1 | -0/+8 |
2009-01-18 | lstat_cache(): introduce invalidate_lstat_cache() function | Kjetil Barvik | 1 | -8/+36 |
2009-01-18 | lstat_cache(): introduce has_dirs_only_path() function | Kjetil Barvik | 1 | -17/+47 |
2009-01-18 | lstat_cache(): introduce has_symlink_or_noent_leading_path() function | Kjetil Barvik | 1 | -34/+60 |
2009-01-18 | lstat_cache(): more cache effective symlink/directory detection | Kjetil Barvik | 1 | -40/+125 |
2008-05-10 | Optimize symlink/directory detection | Linus Torvalds | 1 | -33/+49 |
2007-05-11 | Add has_symlink_leading_path() function. | Junio C Hamano | 1 | -0/+48 |