summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Help CMake find Lua on pkgsrc systemsSebastian Wiedenroth2014-05-141-0/+1
|
* Add WWWDIR macro to rspamd configuration.Vsevolod Stakhov2014-04-241-0/+4
|
* Rework project structure, remove trash files.Vsevolod Stakhov2014-04-211-137/+5
|
* Do not link to libintl explicitly on BSD.Vsevolod Stakhov2014-04-111-12/+0
|
* Move some rarely used includes from config.hVsevolod Stakhov2014-04-101-0/+1
|
* Use libucl as git submodule.Vsevolod Stakhov2014-04-101-1/+4
|
* In ubuntu hiredis is libhiredis.Vsevolod Stakhov2014-04-031-1/+1
|
* Add systemd unitMikhail Gusarov2014-03-291-0/+9
|
* Fix name of pkg-config snippet for hiredisMikhail Gusarov2014-02-241-1/+1
|
* Integrate rspamd with librdns.Vsevolod Stakhov2014-02-191-1/+2
|
* Add rdns as a submodule.Vsevolod Stakhov2014-02-191-0/+4
|
* Move xxhash to contrib.Vsevolod Stakhov2014-02-181-4/+5
|
* Remove judy and use glib hash tables.Vsevolod Stakhov2014-02-181-31/+0
| | | | | | | | There is no significant advantage to use Judy arrays over glib HashTables to store hashes in fuzzy storage. Therefore, drop support of Judy completely. Also rename `use_judy` parameter to `strict_hash` indicating that hashes are matched strictly (not a fuzzy match but a hash lookup).
* Use libottery for secure random numbers.Vsevolod Stakhov2014-02-041-1/+3
| | | | | | | | | | Libottery itself is hosted here: https://github.com/nmathewson/libottery This import is a rough adoptation of libottery to use it for secure random numbers in rspamd when needed (and in DNS resolver specifically). This import makes the internal chacha20 code useless, hence it is removed now.
* Cleanup.Vsevolod Stakhov2014-01-291-1/+0
|
* Rework resolver library.Vsevolod Stakhov2014-01-271-2/+1
|
* Remove legacy client and rework build system.Vsevolod Stakhov2014-01-191-2/+1
| | | | | --HG-- rename : lib/CMakeLists.txt => src/CMakeLists.txt
* Break, break, break.Vsevolod Stakhov2014-01-121-2/+2
|
* Start new HTTP based reply handler.Vsevolod Stakhov2014-01-121-1/+1
|
* Stop for 0.6.7.0.6.7Vsevolod Stakhov2014-01-101-2/+2
|
* 0.7 era start.Vsevolod Stakhov2014-01-091-2/+2
|
* Fix simultaneous bind to ipv6 and ipv6 sockets.Vsevolod Stakhov2014-01-091-0/+1
|
* Implement http server using http_parser.Vsevolod Stakhov2014-01-081-1/+3
|
* rspamd:Bradley Giesbrecht2013-12-261-0/+1
| | | | - Fix building shared on OS X.
* Fix linking libraries.Vsevolod Stakhov2013-12-261-5/+7
|
* Rework build system.Vsevolod Stakhov2013-12-261-196/+82
|
* Slowly move to 0.6.6Vsevolod Stakhov2013-12-241-1/+1
|
* Remove dead variable.Vsevolod Stakhov2013-12-211-4/+1
|
* Update to 0.6.5.0.6.5Vsevolod Stakhov2013-12-201-2/+2
|
* Do not link unneeded libraries if possible.Vsevolod Stakhov2013-12-191-0/+1
|
* Update version to 0.6.4.Vsevolod Stakhov2013-12-181-1/+1
|
* Update version.Vsevolod Stakhov2013-12-091-1/+1
|
* Fix debian build files.Vsevolod Stakhov2013-12-041-0/+4
|
* Rework fuzzy check module.Vsevolod Stakhov2013-12-041-2/+3
| | | | | | | | | | - Now all checks are organized to rules. - Allow to specify read_only rules to avoid problems on learning. - Use better normalizer for fuzzy module and it now returns values from 0 to 1.0 (like bayes does). - Update configuration accordingly. - Drop legacy configuration support. - Detect tanh as well and provide some reasonable (linear) fallback.
* Workaround for FreeBSD ports.Vsevolod Stakhov2013-12-021-6/+10
|
* Do not overwrite config files.Vsevolod Stakhov2013-12-021-6/+37
|
* Update version to 0.6.1.Vsevolod Stakhov2013-12-021-2/+1
|
* Install default configs.Vsevolod Stakhov2013-11-251-0/+12
|
* Set rpath correctly.Vsevolod Stakhov2013-11-211-13/+13
|
* Check for libutil more strictly.Vsevolod Stakhov2013-11-201-4/+5
|
* Rework build and install paths.Vsevolod Stakhov2013-11-191-169/+52
|
* Fix work with lua 5.2 eventually.Vsevolod Stakhov2013-11-051-2/+2
|
* Replace RCL to UCL from libucl to avoid duplicity in the code.Vsevolod Stakhov2013-10-221-2/+5
|
* Improve lua detection.Vsevolod Stakhov2013-09-241-70/+80
|
* Revert PIC change, as it is required for compiling.Vsevolod Stakhov2013-09-241-5/+1
|
* Improve compiler flags handling.Vsevolod Stakhov2013-09-241-3/+3
|
* Add ability to sign configs using rspamd.Vsevolod Stakhov2013-08-221-0/+3
|
* Link libcurl/fetch to rcl directly.Vsevolod Stakhov2013-08-191-0/+7
|
* Add detecting of libfetch/libcurl for rcl.Vsevolod Stakhov2013-08-191-0/+28
|
* Honor CMAKE_INSTALL_PREFIX.Vsevolod Stakhov2013-08-081-4/+4
|