summaryrefslogtreecommitdiffstats
path: root/src/util/murmurhash3.c
Commit message (Collapse)AuthorAgeFilesLines
* UTIL: Create new wraper header file sss_endian.hLukas Slebodnik2013-08-281-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.
* Fix compilation on older little-endian systemsStephen Gallagher2012-06-151-1/+2
|
* murmurhash: Relax inline requirementStephen Gallagher2012-04-241-2/+2
|
* util: Fix murmurhash3 on machines with old glibcSimo Sorce2012-01-091-0/+10
|
* util: add murmurhash3 hash functionSimo Sorce2012-01-091-0/+110