History log of /sssd/src/util/murmurhash3.c
Revision Date Author Comments Expand
5cd4414fce1e0eb4133dfc6fc828bf25c8a959f9 24-Sep-2013 Lukas Slebodnik <lslebodn@redhat.com>

Include header file in implementation module. Declarations of public functions was in header files, but header files was not included in implementation file.

1658c567191c35beaddffafdb079abe33248037b 28-Aug-2013 Lukas Slebodnik <lslebodn@redhat.com>

UTIL: Create new wraper header file sss_endian.h 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.

def3beb6410857314fe4d17581c4c95ae0c230d1 15-Jun-2012 Stephen Gallagher <sgallagh@redhat.com>

Fix compilation on older little-endian systems

f34e96625d745c8fd13bf31107e0c66f1fbf1a65 24-Apr-2012 Stephen Gallagher <sgallagh@redhat.com>

murmurhash: Relax inline requirement

866ca0b4fb3e3e2f4631c769c56652d3176ca648 10-Jan-2012 Simo Sorce <simo@redhat.com>

util: Fix murmurhash3 on machines with old glibc

5a70b84cb66fb8c7a3fce0e3f2e4b61e0b2ea9d4 09-Jan-2012 Simo Sorce <simo@redhat.com>

util: add murmurhash3 hash function