aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
Commit message (Collapse)AuthorAgeFilesLines
* Add JIT detection macro.Vsevolod Stakhov2015-03-051-0/+1
|
* Rework lua tests one more time.Vsevolod Stakhov2015-02-281-0/+2
|
* Unify align macro.Vsevolod Stakhov2015-02-081-0/+8
|
* Add explicit_memzero function.Vsevolod Stakhov2015-02-031-0/+4
|
* Rewrite fuzzy check plugin.Vsevolod Stakhov2014-12-221-1/+1
|
* Pack fuzzy commands.Vsevolod Stakhov2014-12-221-0/+8
|
* Use PTHREAD_PROCESS_SHARED mutexes if possible.Vsevolod Stakhov2014-11-011-0/+1
|
* Resatore check for sched_yield.Vsevolod Stakhov2014-09-181-0/+5
|
* Do not force murmur for uthash.Vsevolod Stakhov2014-08-241-5/+0
|
* Some fixes for OpenBSD.Vsevolod Stakhov2014-05-131-1/+1
|
* Add attach_controller callback to plugins.Vsevolod Stakhov2014-04-301-0/+2
|
* Remove memcached support.Vsevolod Stakhov2014-04-301-5/+5
|
* Add WWWDIR macro to rspamd configuration.Vsevolod Stakhov2014-04-241-0/+1
|
* Move some rarely used includes from config.hVsevolod Stakhov2014-04-101-35/+4
|
* Use libucl as git submodule.Vsevolod Stakhov2014-04-101-0/+2
|
* Fix simultaneous bind to ipv6 and ipv6 sockets.Vsevolod Stakhov2014-01-091-0/+2
|
* Remove workaround as it doesn't work.Vsevolod Stakhov2013-12-041-10/+0
|
* Fix some broken glib packages (osx in particular).Vsevolod Stakhov2013-12-041-0/+10
|
* Rework fuzzy check module.Vsevolod Stakhov2013-12-041-0/+1
| | | | | | | | | | - 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.
* Rework build and install paths.Vsevolod Stakhov2013-11-191-3/+7
|
* Add rcl parsers for workers options.Vsevolod Stakhov2013-09-301-1/+1
|
* Add ability to sign configs using rspamd.Vsevolod Stakhov2013-08-221-0/+15
|
* Add detecting of libfetch/libcurl for rcl.Vsevolod Stakhov2013-08-191-0/+9
|
* Another fix for id broken logic.Vsevolod Stakhov2013-08-081-1/+1
|
* Start rcl parser implementation.Vsevolod Stakhov2013-08-051-1/+1
|
* Use glib slab allocator for hash tables.Vsevolod Stakhov2013-08-041-0/+3
|
* Use murumur for uthash if possible.Vsevolod Stakhov2013-08-041-0/+6
|
* Allow listening on multiply addresses.Vsevolod Stakhov2013-07-201-0/+1
| | | | | | | Now rspamd can listen on multiply ipv4/ipv6 addresses. Removed legacy workers (lmtp, kvstorage) as they are never used in production. Try to unify workers initialization.
* Fix portability on Solaris.Vsevolod Stakhov2013-06-201-0/+2
|
* Export rspamd paths to lua.Vsevolod Stakhov2013-06-121-3/+4
|
* Detect exp2l as well. Update to 0.5.6.Vsevolod Stakhov2013-06-101-0/+1
|
* Test for expl function presence.Vsevolod Stakhov2013-06-091-0/+2
|
* Fix CentOS 5 build.Vsevolod Stakhov2013-03-271-0/+4
|
* Fix build on FreeBSD 9.1 and Current. Thanks to Anton Yuzjaninov for testing.Vsevolod Stakhov2012-07-261-0/+2
|
* * Allow to use other composites inside a composite's expressionVsevolod Stakhov2012-06-141-0/+1
| | | | Fix for cmake 2.6.
* Strict prototypes.Vsevolod Stakhov2012-06-051-1/+1
|
* * Add signing and simple canonization support (not finished yet, work in ↵Vsevolod Stakhov2012-05-281-0/+2
| | | | progress).
* * Fix spf plugin that was broken in 0.4.7Vsevolod Stakhov2012-04-201-0/+2
| | | | * Add partial ipv6 support for some rspamd modules.
* * Introduce new system of worker's and modules initialization:Vsevolod Stakhov2012-01-161-2/+14
| | | | | | | | - Removed legacy limitation of worker's types; - Using GQuarks to identify workers and modules; - Remove modules.sh script; - Add a common system of workers and modules; - Write management and configuration for new architecture.
* * Add AIO framework for linux io(3) interface.Vsevolod Stakhov2012-01-161-0/+11
|
* Detect and use fallocate/posix_fallocate.Vsevolod Stakhov2011-12-141-1/+10
|
* Fix build with system-wide libhiredis.Vsevolod Stakhov2011-12-131-0/+2
|
* * Implement file backend.Vsevolod Stakhov2011-11-171-0/+4
|
* * Implement sqlite3 backend for kvstorage.Vsevolod Stakhov2011-11-021-0/+2
|
* * Fix threading in kvstorage.Vsevolod Stakhov2011-10-311-0/+3
| | | | Rspamd now can detect and work with libevent-2.
* Fix siginfo detection code.Vsevolod Stakhov2011-10-241-0/+5
|
* Fix build under Solaris10. Reported in ↵Vsevolod Stakhov2011-10-171-0/+30
| | | | https://bitbucket.org/vstakhov/rspamd/issue/21/rspamd-solaris10-x86-openindiana
* * Initial implementation of key-value storageVsevolod Stakhov2011-10-111-0/+2
| | | | | Detect and link against bdb Change version to 0.4.5
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-291-0/+16
| | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style.
* * Major cleanup of cmake build systemVsevolod Stakhov2011-05-061-1/+1
| | | | | | * Add initial version of statshow utility for statfiles debugging * Add debugging for statistics * Remove unused utilities