Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2002-04-24 | move to the FNV1 hash alghorithm seem good | Simo Sorce | 1 | -4/+14 |
2002-04-24 | made a couple of variables static | Andrew Tridgell | 1 | -3/+4 |
2002-04-18 | - fixed the is_mangled() interface to handle multiple components | Andrew Tridgell | 1 | -5/+42 |
2002-04-12 | - added a mangling test suite that measures the collision rate on | Andrew Tridgell | 1 | -0/+14 |
2002-04-11 | - the 36^6 hash space gives 31 bits, not 32 bits. We need to mask the | Andrew Tridgell | 1 | -2/+4 |
2002-04-11 | a few debug statements (disabled) | Andrew Tridgell | 1 | -2/+7 |
2002-04-11 | don't treat '.' as FLAG_ASCII, instead handle it separately | Andrew Tridgell | 1 | -2/+2 |
2002-04-11 | - tidier flag checking code | Andrew Tridgell | 1 | -8/+40 |
2002-04-11 | added some more comments | Andrew Tridgell | 1 | -5/+15 |
2002-04-11 | some optimisations to the new mangling system | Andrew Tridgell | 1 | -16/+44 |
2002-04-11 | this adds a completely new hash based mangling scheme | Andrew Tridgell | 1 | -0/+510 |