aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add comparasion for rcl vs jansson.Vsevolod Stakhov2013-10-151-5/+26
* Disallow '//' as a single line comment.Vsevolod Stakhov2013-10-121-0/+1
* Fix rcl parser.Vsevolod Stakhov2013-10-111-1/+28
* Improve tests.Vsevolod Stakhov2013-08-251-0/+16
* Add refcount to rcl objects.Vsevolod Stakhov2013-08-251-4/+10
* Add test for signature checking in rcl.Vsevolod Stakhov2013-08-222-1/+12
* Fix whitespace parsing for rcl arrays.Vsevolod Stakhov2013-08-211-2/+7
* Fix some issues with comments in rcl.Vsevolod Stakhov2013-08-211-2/+13
* Improve test suite by using standard glib test options.Vsevolod Stakhov2013-08-213-19/+10
* Refactor fetching functions slightly.Vsevolod Stakhov2013-08-211-1/+1
* Fixes to rcl parser found by tests.Vsevolod Stakhov2013-08-131-3/+3
* Improve testing logic.Vsevolod Stakhov2013-08-131-1/+29
* Fix rcl test suite and parser.Vsevolod Stakhov2013-08-121-1/+10
* Fix some rcl parser errors found by test.Vsevolod Stakhov2013-08-091-3/+2
* Add a test suite for rcl.Vsevolod Stakhov2013-08-095-14/+79
* Add a simple test of rsa utils in lua.Vsevolod Stakhov2013-06-134-0/+94
* Fix rrd update.Vsevolod Stakhov2012-12-211-7/+6
* Implement rra writing.Vsevolod Stakhov2012-12-181-14/+13
* * Add simple test for rrd.Vsevolod Stakhov2012-12-155-13/+97
* * Implement 'time_jitter' setting allowing to check signatures in future in c...Vsevolod Stakhov2012-06-041-1/+1
* * Write tests for DKIM signature and key parsers.Vsevolod Stakhov2012-05-294-1/+103
* Aio context must be long not int.Vsevolod Stakhov2012-03-111-5/+8
* Fixed threading for testing suite.Vsevolod Stakhov2012-03-052-1/+7
* Fix asynchronous IO API.Vsevolod Stakhov2012-03-015-3/+97
* Separate librspamdserver API from plugins and workers functions.Vsevolod Stakhov2012-03-014-7/+19
* * Rework build process:Vsevolod Stakhov2011-05-103-26/+19
* * Major cleanup of cmake build systemVsevolod Stakhov2011-05-061-0/+41
* Make own strlcpy that does not calculate remaining string length (faster and ...Vsevolod Stakhov2010-11-161-1/+1
* * Many fixes to statfile syncronization systemVsevolod Stakhov2010-09-021-1/+3
* * Fix some problems with TXT recordsVsevolod Stakhov2010-07-131-0/+2
* * Make SURBL module to use rspamd dns moduleVsevolod Stakhov2010-07-091-1/+1
* * Add support for parsing SPF and SRV recordsVsevolod Stakhov2010-07-091-2/+13
* * Forgotten in previous commitVsevolod Stakhov2010-07-081-0/+91
* * Make DNS resolver workingVsevolod Stakhov2010-07-087-58/+51
* * Add ability to change statfile size limit in config and allow reindexing of...Vsevolod Stakhov2009-10-161-1/+1
* * New system of classifiers interface and statfiles processingVsevolod Stakhov2009-09-142-5/+8
* * Rework url parsing algorithmsVsevolod Stakhov2009-06-021-47/+1
* * Add counters for rspamd symbolsVsevolod Stakhov2009-05-041-0/+2
* * Fix urls extracting, avoid code repeatingVsevolod Stakhov2009-04-171-2/+2
* * Fix misprintVsevolod Stakhov2009-03-301-1/+1
* * Fix error in parser when parsing last ')' we need to remove '(' from stack ...Vsevolod Stakhov2009-03-271-0/+1
* * Fix many compile time warnings and polish codeVsevolod Stakhov2009-03-241-0/+2
* * Fix error in expression parser that causes bad errors with expressions that...Vsevolod Stakhov2009-03-231-3/+35
* * Add fuzzy hashes implementation (with adler-32 roll hash and FNV-32 hash)Vsevolod Stakhov2009-03-204-14/+48
* * Add functions support to rspamd regexpsVsevolod Stakhov2009-03-193-7/+39
* * Add new hash for storing hash data in shared memoryVsevolod Stakhov2009-01-271-0/+1
* * Add simple implementation of classifiers abstraction and winnow classifierVsevolod Stakhov2008-12-041-2/+2
* * Remove strlcpy code and replace it with glib alternativeVsevolod Stakhov2008-12-032-4/+1
* * Write functions to operate blocks in stat filesVsevolod Stakhov2008-11-284-0/+64
* * Reorganize structure of source filesVsevolod Stakhov2008-11-016-21/+22