Age | Commit message (Expand) | Author | Files | Lines |
2003-03-16 | - Make ReadDirName return a const char*. | Andrew Bartlett | 1 | -1/+1 |
2003-02-22 | More signed/unsigned fixes (yes, I run with funny compiler options) and | Andrew Bartlett | 1 | -4/+4 |
2002-10-21 | add a 'mangle prefix' option to allow people to tune the number of | Andrew Tridgell | 1 | -16/+41 |
2002-10-15 | fixed a crash bug on 64 bit systems. Thanks to Anton Blanchard for | Andrew Tridgell | 1 | -4/+2 |
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 |