aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix linkage with luajit on osx.Vsevolod Stakhov2015-03-051-1/+1
|
* Fix iconv detection.Vsevolod Stakhov2015-03-031-19/+51
|
* Install fun.lua to correct locationAndrew Lewis2015-02-251-1/+1
|
* Set robust flag for mutexes to avoid dead locks.Vsevolod Stakhov2015-02-241-0/+1
|
* Move cdb to contrib as well.Vsevolod Stakhov2015-02-211-0/+2
|
* Move ucl and rdns to contrib.Vsevolod Stakhov2015-02-211-3/+4
|
* Explicitly unset variable when looking for lua.Vsevolod Stakhov2015-02-201-0/+1
|
* Fix luajit detection.Vsevolod Stakhov2015-02-181-39/+35
|
* Enable luajit by default.Vsevolod Stakhov2015-02-181-1/+1
|
* Fix cmake message.Vsevolod Stakhov2015-02-181-1/+1
|
* Remove bundled hiredis.Vsevolod Stakhov2015-02-181-15/+13
|
* Import lua-functional for plugins stuff.Vsevolod Stakhov2015-02-161-0/+3
|
* Remove tweetnacl for now.Vsevolod Stakhov2015-02-151-3/+0
|
* Another try to fix build.Vsevolod Stakhov2015-02-141-1/+2
|
* Eliminate mess with linking.Vsevolod Stakhov2015-02-131-2/+42
|
* Find iconv.Vsevolod Stakhov2015-02-091-0/+31
|
* Some more BSD fixes.Vsevolod Stakhov2015-02-091-1/+1
|
* One more push to pthread_mutexattr_setpsharedVsevolod Stakhov2015-02-091-3/+7
|
* More precise detection of pthread_mutexattr_setpshared.Vsevolod Stakhov2015-02-091-1/+19
|
* Add static build internal libsAlexey AL2015-02-091-1/+1
|
* Add optimized versions of ChaCha20 by @floodyberryVsevolod Stakhov2015-02-061-1/+1
|
* Start cryptobox library.Vsevolod Stakhov2015-02-061-1/+1
|
* Add explicit_memzero function.Vsevolod Stakhov2015-02-031-1/+8
|
* Cosmetic changesAndrew Lewis2015-02-031-1/+1
|
* Adopt tweetnacl for rspamd.Vsevolod Stakhov2015-01-281-0/+2
|
* Reorganize statfiles and classifiers into libstat.Vsevolod Stakhov2015-01-161-1/+1
|
* Update version to 0.9 WIP.Vsevolod Stakhov2015-01-161-1/+1
|
* Add toggle for disabling installation of systemd units on LinuxAndrew Lewis2015-01-151-3/+4
|
* Remove checks from debian build.Vsevolod Stakhov2014-12-201-2/+4
|
* Start total rework of fuzzy_storage.Vsevolod Stakhov2014-12-191-29/+1
|
* Add blake2 hash contrib code.Vsevolod Stakhov2014-12-181-0/+2
|
* Search for liblmdb.Vsevolod Stakhov2014-12-171-0/+25
|
* Add custom targets check and run-test.Vsevolod Stakhov2014-12-171-0/+4
|
* Add siphash contrib code.Vsevolod Stakhov2014-12-171-0/+3
|
* Add snowball stemmer to the build.Vsevolod Stakhov2014-12-171-0/+1
|
* Start work on rspamd 0.8Vsevolod Stakhov2014-12-091-2/+2
|
* Update version to 0.7.6.Vsevolod Stakhov2014-11-231-1/+1
|
* Update version to 0.7.5.Vsevolod Stakhov2014-11-131-1/+1
|
* Update version to 0.7.4.Vsevolod Stakhov2014-11-081-1/+1
|
* Try to detect systems without shared mutexes.Vsevolod Stakhov2014-11-081-1/+1
|
* Update version to 0.7.3Vsevolod Stakhov2014-11-021-1/+1
|
* Use PTHREAD_PROCESS_SHARED mutexes if possible.Vsevolod Stakhov2014-11-011-0/+1
|
* Update to 0.7.2.Vsevolod Stakhov2014-10-151-1/+1
|
* Release 0.7.1.0.7.1Vsevolod Stakhov2014-09-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix typo in stat output. * Fix issues with includes crossing with the system includes * Restore testing framework * Add radix trie test suite * Implement new path-compressed radix trie. - The performance benefit over the old algorithm is about 1.5 times. - Memory usage is significantly lower as well. - Now radix trie can accept any IPv4/IPv6 values * Various improvements to the memory pools code * Fix writing reply to a client when no filters are defined * Write base32 encoded fuzzy * Fix 'soft reject' action * Fix rspamd reload and modules reconfiguration * Fix subject rewriting for the default subject * Fix states for processing task and pre-filters * Fix issues with connection closing * Fix crashes in rdns * Fix ratelimit pre-filter * Update exim patch. - Update to the recent exim version - Strip extra leading src/ from the patch - Remove sendfile since it was broken - Fix rspamd spam report for exim * Improve documentation Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Resatore check for sched_yield.Vsevolod Stakhov2014-09-181-0/+1
|
* Include our source directories before any tests.Vsevolod Stakhov2014-09-121-0/+2
|
* Add 'dist' target.Vsevolod Stakhov2014-09-051-1/+6
|
* Prepare for release.Vsevolod Stakhov2014-09-011-0/+6
|
* Pre-compile config.hVsevolod Stakhov2014-08-291-0/+28
|
* Help CMake find Lua on pkgsrc systemsSebastian Wiedenroth2014-05-141-0/+1
|