Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some fixes for OpenBSD. | Vsevolod Stakhov | 2014-05-13 | 1 | -0/+7 |
| | |||||
* | Allow NO_SHARED build to use static archives for internal libraries. | Vsevolod Stakhov | 2012-06-07 | 1 | -4/+5 |
| | | | | Check for -fPIC/-fpic support. | ||||
* | Avoid using global 'counters' hash, include it in struct rspamd_main. | Vsevolod Stakhov | 2012-06-07 | 1 | -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 Stakhov | 2012-06-05 | 1 | -0/+1 |
| | |||||
* | Fix static build. | Vsevolod Stakhov | 2012-06-05 | 1 | -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 Stakhov | 2012-06-05 | 1 | -2/+6 |
| | |||||
* | * Fix build under CentOS 5 with old glib 2.12 | Vsevolod Stakhov | 2011-07-29 | 1 | -1/+1 |
| | | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style. | ||||
* | Fix initialization point. | Vsevolod Stakhov | 2011-03-09 | 1 | -2/+0 |
| | |||||
* | Print "0.00" instead of "0" in protocol output. | Vsevolod Stakhov | 2011-03-09 | 1 | -1/+1 |
| | | | | Fix misprint in cdb handling. | ||||
* | * Add monitoring for cdb | Vsevolod Stakhov | 2011-03-09 | 2 | -62/+114 |
| | |||||
* | * Add ability to lookup CDB maps from lua | Vsevolod Stakhov | 2011-03-05 | 5 | -0/+932 |
* Add cdb:// map to multimap plugin |