]> source.dussan.org Git - rspamd.git/commit
* Rework build process:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Tue, 10 May 2011 15:15:03 +0000 (19:15 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Tue, 10 May 2011 15:15:03 +0000 (19:15 +0400)
commit1fd435e5d4fc3c51fae8a1a184b347bdf6039d26
treef17ee669ea0d5bfa497b3c952e8d7bed9885501a
parent683b90f4c6c744557f7429ce6ff77c0f7d2175e1
* Rework build process:
 - add librspamdserver
 - link this library to all daemons and utils of rspamd
 - use subdirectories more often
* Rework global variables logic - move them to the main process
* Fix logging to handle utf-8 correctly
* Add statshow utility and make it working
* Move printf functions to separate source file
33 files changed:
CMakeLists.txt
lib/CMakeLists.txt
lib/librspamdclient.c
src/buffer.c
src/cfg_file.h
src/cfg_utils.c
src/cfg_xml.c
src/client/CMakeLists.txt
src/controller.c
src/expressions.c
src/fuzzy_storage.c
src/greylist_storage.c
src/lmtp.c
src/logger.c
src/logger.h
src/lua/lua_common.c
src/main.c
src/main.h
src/mem_pool.c
src/message.c
src/printf.c [new file with mode: 0644]
src/printf.h [new file with mode: 0644]
src/smtp.c
src/symbols_cache.c
src/tokenizers/osb.c
src/util.c
src/util.h
src/worker.c
test/CMakeLists.txt
test/rspamd_dns_test.c
test/rspamd_test_suite.c
utils/statshow/CMakeLists.txt
utils/statshow/statshow.c