summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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.