summaryrefslogtreecommitdiff
path: root/source3/lib/hash.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-25fixed the really awful performance problem with the stat cache when itAndrew Tridgell1-8/+10
2001-09-19Fix (I hope) compile on HP-UX. Found by the build farm.Andrew Bartlett1-1/+1
2001-09-17move to SAFE_FREE()Simo Sorce1-14/+8
2001-05-12string_hash() should be static. hash_clear() should be void.Jeremy Allison1-6/+4
2000-10-04Made re-init of stat cache explicit rather than being hidden.Jeremy Allison1-4/+0
2000-06-09Fix from Elrond for hash table corruption. Should fix stat cache bug (IJeremy Allison1-2/+10
2000-01-26Added hash-based stat cache code from Ying Chen.Jeremy Allison1-0/+320