summaryrefslogtreecommitdiffstats
path: root/source3/lib/hash.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix (I hope) compile on HP-UX. Found by the build farm.Andrew Bartlett2001-09-191-1/+1
| | | | (This used to be commit fd5c67d35a3e9eaee6c54151c5fd9381a47c7b14)
* move to SAFE_FREE()Simo Sorce2001-09-171-14/+8
| | | | (This used to be commit 60e907b7e8e1c008463a88ed2b076344278986ef)
* string_hash() should be static. hash_clear() should be void.Jeremy Allison2001-05-121-6/+4
| | | | | Jeremy. (This used to be commit e8ab89fbc0b6cec9f3e80fe4327992b2ec7a4a40)
* Made re-init of stat cache explicit rather than being hidden.Jeremy Allison2000-10-041-4/+0
| | | | | Jeremy. (This used to be commit b0c40236bb4381fec0e812c20e5f8c09ebf005f9)
* Fix from Elrond for hash table corruption. Should fix stat cache bug (IJeremy Allison2000-06-091-2/+10
| | | | | | sincerely hope :-). Thanks elrond ! Jeremy. (This used to be commit 0d59e8c6bf49e06f11b386f9d805474771365f52)
* Added hash-based stat cache code from Ying Chen.Jeremy Allison2000-01-261-0/+320
Jeremy. (This used to be commit b62a1bd6328f5894ae1a2fef3ef6fc66304ade52)