summaryrefslogtreecommitdiff
path: root/src/stat_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Workaround broken operating systems: check for trailing '/' in filenames (fix...Stefan Bühler2009-06-071-0/+6
* Removed unneeded buffer_is_empty check in stat cacheStefan Bühler2009-04-061-1/+1
* Allow xattr to overwrite mime type (fixes #1929)Stefan Bühler2009-04-051-17/+19
* fix segfault for stat_cache(fam) calls with relative path (without '/', can b...Stefan Bühler2008-08-271-1/+3
* added more debug output if FAM fails to monitor a dir (for #824)Jan Kneschke2007-08-171-2/+3
* - only generate the etag_flags once and store them in the connectionsMarcus Rückert2007-07-031-4/+2
* added static-file.etags, etag.use-inode, etag.use-mtime,Jan Kneschke2007-06-151-2/+4
* - do not use xattr for content-type handling unconditionallyMarcus Rückert2007-05-251-1/+1
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-86/+86
* handle follow-symlink in the stat-cacheJan Kneschke2006-09-211-22/+30
* - fix logging of the path when using stat_cache debugging.Marcus Rückert2006-09-211-1/+10
* - only run symlink checks if we should not follow them.Marcus Rückert2006-09-101-30/+32
* - dont debug the statcache by default!;)Marcus Rückert2006-09-071-1/+1
* merged [1055], [1056], [1068], [1172], [1176]Jan Kneschke2006-09-071-0/+2
* don't use strndup if possibleJan Kneschke2006-09-071-13/+16
* - backport symlink patch in hard version to 1.4.11Marcus Rückert2006-09-071-5/+59
* reverted last patch as open + fstat() results in a hang on named-pipesJan Kneschke2005-11-221-6/+15
* - init FAM after fdevent-backend is upJan Kneschke2005-11-221-15/+22
* removed the if (ISREG || ISDIR) as we need the sce set if we return HANDLER_G...Jan Kneschke2005-09-221-94/+91
* removed unusued variablesJan Kneschke2005-09-201-5/+7
* fixed hashing function to only generate unsigned values (fixes #251)Jan Kneschke2005-09-141-23/+78
* don't try to guess, do a read check if we can open it.Jan Kneschke2005-09-021-1/+11
* reverted last chngeset and added asserts() that all inserts and deletes are w...Jan Kneschke2005-08-291-10/+69
* iterate over the tree on delete and free() the nodes itselfJan Kneschke2005-08-291-22/+28
* fixed detection of mimetype on uppercase extensionsJan Kneschke2005-08-271-3/+7
* add support for the original libfam and handle HUP on the fam-fdJan Kneschke2005-08-251-32/+53
* fixed stat-cache for xattrJan Kneschke2005-08-201-1/+1
* dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection...Jan Kneschke2005-08-081-0/+498