r1325: Always use GetTimeOfDay() (wrapper). Ensure ldap replication
[tprouty/samba.git] / source / lib / hash.c
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-08 Jeremy AllisonDon't double-increment p in hash calculation. Found...
2003-09-06 Jeremy AllisonUse djb-algorithm string hash - faster than the tdb...
2003-02-24 Andrew BartlettMerge doxygen, signed/unsigned, const and other small...
2003-02-24 Andrew BartlettFix 2 off-by-one bugs in the use of malloc()ed strings...
2003-02-22 Andrew BartlettMore signed/unsigned fixes (yes, I run with funny compi...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-01-30 Tim PotterRemoved version number from file header.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-25 Andrew Tridgellfixed the really awful performance problem with the...
2001-09-19 Andrew BartlettFix (I hope) compile on HP-UX. Found by the build...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-05-12 Jeremy Allisonstring_hash() should be static. hash_clear() should...
2000-10-04 Jeremy AllisonMade re-init of stat cache explicit rather than being...
2000-06-09 Jeremy AllisonFix from Elrond for hash table corruption. Should fix...
2000-01-26 Jeremy AllisonAdded hash-based stat cache code from Ying Chen.