Age | Commit message (Expand) | Author | Files | Lines |
2002-08-31 | Convert M_DEBUG(0 to M_DEBUG(10 for non-error cases ... | Richard Sharpe | 1 | -8/+8 |
2002-07-18 | Unneded extra check on len | Simo Sorce | 1 | -1/+1 |
2002-07-18 | We have to look at the length before checking for "~" as the string | Jeremy Allison | 1 | -3/+3 |
2002-06-13 | Merge in mangle fixes from 2.2. | Jeremy Allison | 1 | -8/+7 |
2002-05-14 | Removed lp_strip_dot code - ensured that mangling code treats names ending | Jeremy Allison | 1 | -3/+24 |
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 |