Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-28 | UTIL: Create new wraper header file sss_endian.h | Lukas Slebodnik | 1 | -11/+2 | |
Some platform have header file endian.h and anothers have sys/endian.h. We nedd to use conditional build to handle it correctly, therefore new header file sss_endian.h was created. | |||||
2012-06-15 | Fix compilation on older little-endian systems | Stephen Gallagher | 1 | -1/+2 | |
2012-04-24 | murmurhash: Relax inline requirement | Stephen Gallagher | 1 | -2/+2 | |
2012-01-09 | util: Fix murmurhash3 on machines with old glibc | Simo Sorce | 1 | -0/+10 | |
2012-01-09 | util: add murmurhash3 hash function | Simo Sorce | 1 | -0/+110 | |