aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Add support of shared memory chunks to memory pool allocator. Also add lock...Vsevolod Stakhov2008-10-161-3/+25
* * Implement expression parser (convertor to inverse polish record)cebka@cebka-laptop2008-10-136-7/+71
* * Write protocol output functionscebka@cebka-laptop2008-10-101-0/+4
* * Remove unused debug messages from url librarycebka@mailsupport.rambler.ru2008-09-241-2/+0
* * Small updates to memory pool librarycebka@mailsupport.rambler.ru2008-09-232-4/+8
* * Optimize memory pools allocatorcebka@mailsupport.rambler.ru2008-09-224-3/+34
* * Write test case for async memcached librarycebka@mailsupport.rambler.ru2008-09-164-4/+91
* * Fix include dependenciescebka@mailsupport.rambler.ru2008-09-161-1/+1
* * Add utility for extracting urls from messageVsevolod Stakhov2008-09-101-0/+3
* * Fix url parser (get regexp from our mail system)Vsevolod Stakhov2008-09-092-14/+62
* * Fix url length while passing them to normalizerVsevolod Stakhov2008-09-081-2/+2
* * Use glib logger and regexp matching functionsVsevolod Stakhov2008-09-081-2/+4
* * Add initial test suite using glib test suiteVsevolod Stakhov2008-09-084-0/+127