summaryrefslogtreecommitdiff
path: root/src/stat_cache.c
Commit message (Expand)AuthorAgeFilesLines
* handle follow-symlink in the stat-cachejan2006-09-211-22/+30
* - fix logging of the path when using stat_cache debugging.darix2006-09-211-1/+10
* - only run symlink checks if we should not follow them.darix2006-09-101-30/+32
* - dont debug the statcache by default!;)darix2006-09-071-1/+1
* merged [1055], [1056], [1068], [1172], [1176]jan2006-09-071-0/+2
* don't use strndup if possiblejan2006-09-071-13/+16
* - backport symlink patch in hard version to 1.4.11darix2006-09-071-5/+59
* reverted last patch as open + fstat() results in a hang on named-pipesjan2005-11-221-6/+15
* - init FAM after fdevent-backend is upjan2005-11-221-15/+22
* removed the if (ISREG || ISDIR) as we need the sce set if we return HANDLER_G...jan2005-09-221-94/+91
* removed unusued variablesjan2005-09-201-5/+7
* fixed hashing function to only generate unsigned values (fixes #251)jan2005-09-141-23/+78
* don't try to guess, do a read check if we can open it.jan2005-09-021-1/+11
* reverted last chngeset and added asserts() that all inserts and deletes are w...jan2005-08-291-10/+69
* iterate over the tree on delete and free() the nodes itselfjan2005-08-291-22/+28
* fixed detection of mimetype on uppercase extensionsjan2005-08-271-3/+7
* add support for the original libfam and handle HUP on the fam-fdjan2005-08-251-32/+53
* fixed stat-cache for xattrjan2005-08-201-1/+1
* dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection...jan2005-08-081-0/+498