Adding back libhashkit.
authorBrian Aker <brian@gir.tangent.org>
Thu, 17 Dec 2009 17:28:30 +0000 (09:28 -0800)
committerBrian Aker <brian@gir.tangent.org>
Thu, 17 Dec 2009 17:28:30 +0000 (09:28 -0800)
commitdec0636927f5d0ae4cf06ad2710d022990419879
treed418324ee29693f9cce0657ef97560a0cdc68e17
parentc5e241403799b30e270688938964a9d7eca92ef0
Adding back libhashkit.
24 files changed:
Makefile.am
configure.ac
libhashkit/Makefile.am [new file with mode: 0644]
libhashkit/algorithm.h [new file with mode: 0644]
libhashkit/behavior.c [new file with mode: 0644]
libhashkit/behavior.h [new file with mode: 0644]
libhashkit/common.h [new file with mode: 0644]
libhashkit/crc32.c [new file with mode: 0644]
libhashkit/default.c [new file with mode: 0644]
libhashkit/fnv.c [new file with mode: 0644]
libhashkit/hashkit.c [new file with mode: 0644]
libhashkit/hashkit.h [new file with mode: 0644]
libhashkit/hsieh.c [new file with mode: 0644]
libhashkit/jenkins.c [new file with mode: 0644]
libhashkit/ketama.c [new file with mode: 0644]
libhashkit/md5.c [new file with mode: 0644]
libhashkit/murmur.c [new file with mode: 0644]
libhashkit/strerror.c [new file with mode: 0644]
libhashkit/strerror.h [new file with mode: 0644]
libhashkit/types.h [new file with mode: 0644]
libhashkit/visibility.h [new file with mode: 0644]
support/libmemcached.spec.in
tests/Makefile.am
tests/hashkit_functions.c [new file with mode: 0644]