aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Import http parser code.Vsevolod Stakhov2014-01-074-0/+2582
|
* Fix linking libraries.Vsevolod Stakhov2013-12-261-1/+1
|
* Rework build system.Vsevolod Stakhov2013-12-261-2/+0
|
* Forgot to add.Vsevolod Stakhov2013-10-221-0/+410
|
* Fix warning about murmur hash macro.Vsevolod Stakhov2013-09-301-0/+1
|
* Keys in hash table are const pointers.Vsevolod Stakhov2013-08-231-4/+4
|
* Start rcl parser implementation.Vsevolod Stakhov2013-08-051-0/+757
|
* The preliminary API of rspamd configuration language.Vsevolod Stakhov2013-08-041-0/+948
| | | | | Include UTHash for faster and more convenient hash functions than g_hash_table is. Implement the basic API for RCL parser.
* Fix warning for printf like function in exim patch.Vsevolod Stakhov2013-07-121-8/+12
|
* More fixes for Solaris.Vsevolod Stakhov2013-06-201-8/+0
|
* * Add dynamic configuration dumping.Vsevolod Stakhov2012-10-011-41/+571
| | | | | | * Add labels support to the statfiles (would be used for meta-classification) * Rewrite exim spam.c patch to work with both rspamd and SA by using 'variant=rspamd' option in spam_server line.
* Adopt rspamd for the next glib release.Vsevolod Stakhov2012-01-311-1/+1
| | | | | Fix several issues in threads handling inside keystorage. Fix sigsuspend usage in keystorage.
* Add detecting of libhiredis for communicating with kvstorage.Vsevolod Stakhov2011-12-0924-0/+5146
| | | | Add internal hiredis if it is not found in system.
* Fix output for spamc proto.Vsevolod Stakhov2011-08-151-1/+1
|
* Another fix for out-source build.Vsevolod Stakhov2011-07-301-0/+1
| | | | Unbreak FreeBSD build.
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-297-0/+7761
| | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style.
* Fix patch for exim.Vsevolod Stakhov2011-02-211-4/+13
| | | | Fix parsing of wrong headers.
* Add patch for exim spam.c to use rspamd.Vsevolod Stakhov2011-02-211-0/+77
|
* * Add new version of exim's local scan rspamd scannerVsevolod Stakhov2010-10-181-0/+377
|
* * Fix issue with folding multiline headers (submitted by Anton Nekhoroshikh).Vsevolod Stakhov2010-05-261-14/+10
|
* * Fix issues in documentationVsevolod Stakhov2010-05-251-1/+1
| | | | * Fix rspamd url
* * Add a little review of rspamdcebka@lenovo-laptop2010-02-041-0/+702
* Add local_scan.c from Anton Nekhoroshikh for exim MTA