aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add libmagic dependencyVsevolod Stakhov2015-11-121-0/+2
|
* Perl is merely needed when snowball is enabledVsevolod Stakhov2015-11-121-1/+3
|
* Start implemetation of static analysis pluginVsevolod Stakhov2015-11-091-53/+59
|
* Start new feature release.Vsevolod Stakhov2015-11-051-2/+2
|
* Update version.Vsevolod Stakhov2015-10-271-1/+1
|
* Update version.Vsevolod Stakhov2015-10-271-1/+1
|
* Update version.Vsevolod Stakhov2015-10-261-1/+1
|
* Remove previous blake2 implementation.Vsevolod Stakhov2015-10-251-3/+0
|
* Allow conditional build of snowball.Vsevolod Stakhov2015-10-231-1/+5
|
* Additional issues with static build.Vsevolod Stakhov2015-10-211-0/+7
|
* More fixes to the static buildVsevolod Stakhov2015-10-211-16/+17
|
* Add a simple http server for benchmarksVsevolod Stakhov2015-10-201-8/+1
|
* Update version.Vsevolod Stakhov2015-10-161-1/+1
|
* Update version to 1.0.6Vsevolod Stakhov2015-10-141-1/+1
|
* Check for async IO support.Vsevolod Stakhov2015-10-081-0/+4
|
* Check for SOCK_SEQPACKET definition.Vsevolod Stakhov2015-10-081-0/+1
|
* Update version.Vsevolod Stakhov2015-10-051-1/+1
|
* Fix dirent include.Vsevolod Stakhov2015-10-031-0/+1
|
* Try to avoid collision with locally installed includes.Vsevolod Stakhov2015-09-291-16/+19
|
* Update version to 1.0.4Vsevolod Stakhov2015-09-281-1/+1
|
* Add preliminary documentation for rspamadm.Vsevolod Stakhov2015-09-281-0/+1
|
* Update version to 1.0.3Vsevolod Stakhov2015-09-231-1/+1
|
* Update version number to 1.0.2.Vsevolod Stakhov2015-09-221-1/+1
|
* Update version to 1.0.1Vsevolod Stakhov2015-09-181-1/+1
|
* Fix luajit detection if lua is also installed.Vsevolod Stakhov2015-09-011-1/+1
|
* Fix installation rules.Vsevolod Stakhov2015-08-071-26/+9
|
* Rework rules installation.Vsevolod Stakhov2015-08-071-5/+9
|
* Use unquoted expansion.Vsevolod Stakhov2015-08-041-6/+6
|
* Build with -O2 by default.Vsevolod Stakhov2015-07-211-7/+7
|
* Avoid dependency on ARCH dep header.Vsevolod Stakhov2015-07-141-1/+1
|
* Rework cmake caching.Vsevolod Stakhov2015-07-081-59/+53
|
* Fix openssl handling.Vsevolod Stakhov2015-07-081-6/+5
|
* Remove workaround for local cmake.Vsevolod Stakhov2015-07-081-2/+0
|
* More fixes to cmake script.Vsevolod Stakhov2015-07-081-19/+33
|
* Another try to fix cmake configuration.Vsevolod Stakhov2015-07-081-74/+36
|
* Adopt for the new ProcessPackage.Vsevolod Stakhov2015-07-071-42/+27
|
* Rework ProcessPackage macro.Vsevolod Stakhov2015-07-071-106/+75
|
* Try to rework FindLua macro.Vsevolod Stakhov2015-07-071-232/+238
|
* Update version to distinguish master.Vsevolod Stakhov2015-07-031-3/+3
|
* Allow bundling for sqlite3.Vsevolod Stakhov2015-07-031-1/+1
|
* Support dist on FreeBSD and Darwin.Vsevolod Stakhov2015-06-301-2/+4
|
* Fix loops in POE.Vsevolod Stakhov2015-06-161-4/+3
|
* Use specific POE loop for some systems.Vsevolod Stakhov2015-06-161-0/+5
|
* Fix redirector installation.Vsevolod Stakhov2015-06-161-0/+7
|
* Fix build on FreeBSD < 10.Vsevolod Stakhov2015-05-241-3/+0
|
* Release 0.9.40.9.4Vsevolod Stakhov2015-05-211-1/+1
| | | | | | | | | | | | | | | | * Fix critical bugs in tokenization algorithm * Write unit tests for tokenization * Add documentation for lua_tcp * Switch off legacy tokenization by default. * Fix critical bugs in words normalization * Add lua bindings to tokenizer. * Implement storing of HTTP headers inside task * Add lua API to accerss HTTP headers data * Implemented base64 encoding suitable for MIME * Use caseless hash and equal functions for HTTP request headers. * Improve debian architectures support (by @dottedmag) Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Release 0.9.30.9.3Vsevolod Stakhov2015-05-191-1/+1
| | | | | | | * Revert incorrect regexp change that broke the default rules * Fix lua_tcp module Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Release 0.9.20.9.2Vsevolod Stakhov2015-05-191-1/+1
| | | | | | | | | | | | | * Fix error on spawning unique workers. * Add preliminary version of generic LUA TCP requests API. * Use lua 5.1 if luajit is not available (Arm64, PowerPC, s390x etc) * Fix fuzzy mime strings with only type. * Improve thunderbird sanity checks. * Fix critical bug on matching regular expressions. * Make hiredis optional dependency. * Fix multiple bugs in daemon reloading Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Fallback to plain lua if luajit has not been found.Vsevolod Stakhov2015-05-191-3/+31
|
* Make hiredis optional dependency.Vsevolod Stakhov2015-05-191-6/+12
|