summaryrefslogtreecommitdiffstats
path: root/source3/lib/hash.c
Commit message (Expand)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* fixed the really awful performance problem with the stat cache when itAndrew Tridgell2001-09-251-8/+10
* Fix (I hope) compile on HP-UX. Found by the build farm.Andrew Bartlett2001-09-191-1/+1
* move to SAFE_FREE()Simo Sorce2001-09-171-14/+8
* string_hash() should be static. hash_clear() should be void.Jeremy Allison2001-05-121-6/+4
* Made re-init of stat cache explicit rather than being hidden.Jeremy Allison2000-10-041-4/+0
* Fix from Elrond for hash table corruption. Should fix stat cache bug (IJeremy Allison2000-06-091-2/+10
* Added hash-based stat cache code from Ying Chen.Jeremy Allison2000-01-261-0/+320