Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r2026: Simplify statcache to use an in-memory tdb. Modify tdb to use | Jeremy Allison | 2007-10-10 | 1 | -316/+0 |
| | | | | | | a customer hash function for this tdb (yes it does make a difference on benchmarks). Remove the no longer used hash.c code. Jeremy. | ||||
* | Don't double-increment p in hash calculation. Found by valgrind. | Jeremy Allison | 2003-09-08 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Use djb-algorithm string hash - faster than the tdb one we used to use. | Jeremy Allison | 2003-09-06 | 1 | -8/+7 |
| | | | | Jeremy. | ||||
* | Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0. | Andrew Bartlett | 2003-02-24 | 1 | -7/+9 |
| | | | | Andrew Bartlett | ||||
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. | ||||
* | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 2001-10-02 | 1 | -2/+0 |
| | |||||
* | fixed the really awful performance problem with the stat cache when it | Andrew Tridgell | 2001-09-25 | 1 | -8/+10 |
| | | | | | ran out of primes and used a power of two hash modulus. It ended up sticking all the entries in just a few buckets. Yuck! | ||||
* | Fix (I hope) compile on HP-UX. Found by the build farm. | Andrew Bartlett | 2001-09-19 | 1 | -1/+1 |
| | |||||
* | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 1 | -14/+8 |
| | |||||
* | string_hash() should be static. hash_clear() should be void. | Jeremy Allison | 2001-05-12 | 1 | -6/+4 |
| | | | | Jeremy. | ||||
* | Made re-init of stat cache explicit rather than being hidden. | Jeremy Allison | 2000-10-04 | 1 | -4/+0 |
| | | | | Jeremy. | ||||
* | Fix from Elrond for hash table corruption. Should fix stat cache bug (I | Jeremy Allison | 2000-06-09 | 1 | -2/+10 |
| | | | | | sincerely hope :-). Thanks elrond ! Jeremy. | ||||
* | Added hash-based stat cache code from Ying Chen. | Jeremy Allison | 2000-01-26 | 1 | -0/+320 |
Jeremy. |