History log of /sssd-io/src/util/murmurhash3.c
Revision Date Author Comments Expand
3996e391054a1c02ab62e1541ae21a8204bd5d0a 03-Aug-2017 AmitKumar <amitkuma@redhat.com>

Moving headers used by both server and client to special folder These are the header files which are used by both client and server: src/util/io.h src/util/murmurhash3.h src/util/util_safealign.h This patch is about moving these header files to special folder (src/shared). It will be easier to identify these headers when looking for them in the src tree. util_safalign.h is renamed as safalign.h because util_ namespace is appropriate when this file belonged to the util's folder which is no longer the case. Resolves: https://pagure.io/SSSD/sssd/issue/1898 Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>

2e505786d6d9d537f5b6631099862f6b93e2e687 01-Feb-2017 Lukas Slebodnik <lslebodn@redhat.com>

Suppres implicit-fallthrough from gcc 7 Some kind of comments are recognized by gcc7 but they are ignored with -Wimplicit-fallthrough=5 and only attributes disable the warning. Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>

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