Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix linkage for rspamc if NO_SHARED is ON. | Vsevolod Stakhov | 2014-08-15 | 1 | -4/+9 |
| | |||||
* | Remove legacy client and rework build system. | Vsevolod Stakhov | 2014-01-19 | 1 | -0/+23 |
| | | | | | --HG-- rename : lib/CMakeLists.txt => src/CMakeLists.txt | ||||
* | Fix linking libraries. | Vsevolod Stakhov | 2013-12-26 | 1 | -1/+1 |
| | |||||
* | Rework build system. | Vsevolod Stakhov | 2013-12-26 | 1 | -4/+5 |
| | |||||
* | Link openssl to rspamc if enabled. | Vsevolod Stakhov | 2013-11-09 | 1 | -0/+3 |
| | |||||
* | More debian fixes. | Vsevolod Stakhov | 2012-08-03 | 1 | -0/+2 |
| | |||||
* | Fix dependency. | Vsevolod Stakhov | 2012-06-07 | 1 | -1/+1 |
| | |||||
* | Fix static build. | Vsevolod Stakhov | 2012-06-05 | 1 | -6/+2 |
| | | | | 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 | -1/+1 |
| | |||||
* | Fix static build. | Vsevolod Stakhov | 2011-11-02 | 1 | -5/+9 |
| | |||||
* | Another fix for out-source build. | Vsevolod Stakhov | 2011-07-30 | 1 | -0/+1 |
| | | | | Unbreak FreeBSD build. | ||||
* | * Fix build under CentOS 5 with old glib 2.12 | Vsevolod Stakhov | 2011-07-29 | 1 | -1/+5 |
| | | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style. | ||||
* | * Rework build process: | Vsevolod Stakhov | 2011-05-10 | 1 | -0/+1 |
| | | | | | | | | | | - 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 | ||||
* | Update build and install system. | Vsevolod Stakhov | 2011-02-02 | 1 | -0/+3 |
| | |||||
* | * Add C client for rspamd that is using librspamdclient | Vsevolod Stakhov | 2011-01-31 | 1 | -0/+8 |