]> git.ipfire.org Git - thirdparty/rspamd.git/commit
Embed hiredis as it is broken literally everywhere
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 11 Jan 2016 16:04:50 +0000 (16:04 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 11 Jan 2016 16:04:50 +0000 (16:04 +0000)
commit4fc834d623c76da7f51a70b2ee6055f912671330
treefe5e804cd0696e1ef5e9a2aad404162969e5a0a0
parent361fb11df8192802c73561c72e69adf5831d042a
Embed hiredis as it is broken literally everywhere
22 files changed:
CMakeLists.txt
contrib/hiredis/CMakeLists.txt [new file with mode: 0644]
contrib/hiredis/COPYING [new file with mode: 0644]
contrib/hiredis/README.md [new file with mode: 0644]
contrib/hiredis/adapters/libevent.h [new file with mode: 0644]
contrib/hiredis/async.c [new file with mode: 0644]
contrib/hiredis/async.h [new file with mode: 0644]
contrib/hiredis/dict.c [new file with mode: 0644]
contrib/hiredis/dict.h [new file with mode: 0644]
contrib/hiredis/fmacros.h [new file with mode: 0644]
contrib/hiredis/hiredis.c [new file with mode: 0644]
contrib/hiredis/hiredis.h [new file with mode: 0644]
contrib/hiredis/net.c [new file with mode: 0644]
contrib/hiredis/net.h [new file with mode: 0644]
contrib/hiredis/read.c [new file with mode: 0644]
contrib/hiredis/read.h [new file with mode: 0644]
contrib/hiredis/sds.c [new file with mode: 0644]
contrib/hiredis/sds.h [new file with mode: 0644]
debian/copyright
src/CMakeLists.txt
src/rspamadm/CMakeLists.txt
test/CMakeLists.txt