aboutsummaryrefslogtreecommitdiffstats
path: root/src/cdb
Commit message (Collapse)AuthorAgeFilesLines
* Some fixes for OpenBSD.Vsevolod Stakhov2014-05-131-0/+7
|
* Allow NO_SHARED build to use static archives for internal libraries.Vsevolod Stakhov2012-06-071-4/+5
| | | | Check for -fPIC/-fpic support.
* Avoid using global 'counters' hash, include it in struct rspamd_main.Vsevolod Stakhov2012-06-071-0/+1
| | | | | Move worker related utils to separate file and include it in rspamd-mime library. Add some cross-dependencies.
* Version some lonely libraries.Vsevolod Stakhov2012-06-051-0/+1
|
* Fix static build.Vsevolod Stakhov2012-06-051-1/+1
| | | | As there are too many changes from 0.4.7 mark this version as 0.5.0.
* * Split rspamd build to several independent libraries to reduce overhead.Vsevolod Stakhov2012-06-051-2/+6
|
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-291-1/+1
| | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style.
* Fix initialization point.Vsevolod Stakhov2011-03-091-2/+0
|
* Print "0.00" instead of "0" in protocol output.Vsevolod Stakhov2011-03-091-1/+1
| | | | Fix misprint in cdb handling.
* * Add monitoring for cdbVsevolod Stakhov2011-03-092-62/+114
|
* * Add ability to lookup CDB maps from luaVsevolod Stakhov2011-03-055-0/+932
* Add cdb:// map to multimap plugin