aboutsummaryrefslogtreecommitdiffstats
path: root/test/rspamd_test_suite.c
Commit message (Collapse)AuthorAgeFilesLines
* Add unit test for cryptobox.Vsevolod Stakhov2015-05-071-0/+2
|
* Fix tests build.Vsevolod Stakhov2015-04-171-7/+3
|
* Remove deprecated test.Vsevolod Stakhov2015-03-241-1/+0
|
* Initialize regexp library.Vsevolod Stakhov2015-03-051-0/+3
|
* Rework lua tests one more time.Vsevolod Stakhov2015-02-281-19/+16
|
* Rework lua tests structure, require external busted.Vsevolod Stakhov2015-02-271-1/+5
|
* Add lua test framework.Vsevolod Stakhov2015-02-271-0/+1
|
* Add HTTP connections speed test.Vsevolod Stakhov2015-02-041-0/+1
|
* Add some tests for shingles.Vsevolod Stakhov2014-12-171-0/+1
|
* Refactor function names.Vsevolod Stakhov2014-11-291-1/+1
|
* Add a simple upstreams test.Vsevolod Stakhov2014-11-021-0/+1
|
* Add cleanup.Vsevolod Stakhov2014-09-181-0/+3
|
* Rework radix tests.Vsevolod Stakhov2014-09-171-2/+0
|
* Add radix trie test suite.Vsevolod Stakhov2014-09-121-0/+1
|
* Restore testing framework.Vsevolod Stakhov2014-09-121-8/+5
|
* Refactor config API.Vsevolod Stakhov2014-04-301-3/+3
|
* Refactor memory pool naming.Vsevolod Stakhov2014-04-201-2/+2
|
* Improve test suite by using standard glib test options.Vsevolod Stakhov2013-08-211-19/+3
|
* Add a test suite for rcl.Vsevolod Stakhov2013-08-091-0/+1
|
* * Add simple test for rrd.Vsevolod Stakhov2012-12-151-0/+1
| | | | | | | | Several fixes to RRD API. TODO: fix test building TODO: improve update of rrd files TODO: rework shared libraries again
* * Write tests for DKIM signature and key parsers.Vsevolod Stakhov2012-05-291-0/+1
| | | | Fix DKIM parsers.
* Fixed threading for testing suite.Vsevolod Stakhov2012-03-051-0/+5
|
* Fix asynchronous IO API.Vsevolod Stakhov2012-03-011-0/+1
| | | | Write test case for aio.
* Separate librspamdserver API from plugins and workers functions.Vsevolod Stakhov2012-03-011-2/+8
| | | | Make tests compileable again.
* * Rework build process:Vsevolod Stakhov2011-05-101-6/+9
| | | | | | | | | | - add librspamdserver - link this library to all daemons and utils of rspamd - use subdirectories more often * Rework global variables logic - move them to the main process * Fix logging to handle utf-8 correctly * Add statshow utility and make it working * Move printf functions to separate source file
* * Make DNS resolver workingVsevolod Stakhov2010-07-081-10/+36
| | | | | | * Many improvements to rspamd test suite: now it CAN be used for testing rspamd functionality * Write DNS resolver tests * Fix issues with memory_pool mutexes and with creating of statfiles
* * New system of classifiers interface and statfiles processingVsevolod Stakhov2009-09-141-0/+2
| | | | | | | * Fix sample config * Fix compile warnings * Fix building without lua support * Fix bugs with nrcpt header parsing and symbols cache loading (by Anton Nekhoroshikh)
* * Add counters for rspamd symbolsVsevolod Stakhov2009-05-041-0/+2
| | | | * Fix shared hashes
* * Add fuzzy hashes implementation (with adler-32 roll hash and FNV-32 hash)Vsevolod Stakhov2009-03-201-0/+1
| | | | * Add test case for fuzzy hashing check
* * Write functions to operate blocks in stat filesVsevolod Stakhov2008-11-281-0/+1
| | | | * Write test case for statistics files API
* * Reorganize structure of source filesVsevolod Stakhov2008-11-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adopt build system for new structure --HG-- rename : cfg_file.h => src/cfg_file.h rename : cfg_file.l => src/cfg_file.l rename : cfg_file.y => src/cfg_file.y rename : cfg_utils.c => src/cfg_utils.c rename : controller.c => src/controller.c rename : filter.c => src/filter.c rename : filter.h => src/filter.h rename : fstring.c => src/fstring.c rename : fstring.h => src/fstring.h rename : main.c => src/main.c rename : main.h => src/main.h rename : mem_pool.c => src/mem_pool.c rename : mem_pool.h => src/mem_pool.h rename : memcached-test.c => src/memcached-test.c rename : memcached.c => src/memcached.c rename : memcached.h => src/memcached.h rename : perl.c => src/perl.c rename : perl.h => src/perl.h rename : plugins/regexp.c => src/plugins/regexp.c rename : plugins/surbl.c => src/plugins/surbl.c rename : protocol.c => src/protocol.c rename : protocol.h => src/protocol.h rename : upstream.c => src/upstream.c rename : upstream.h => src/upstream.h rename : url.c => src/url.c rename : url.h => src/url.h rename : util.c => src/util.c rename : util.h => src/util.h rename : worker.c => src/worker.c
* * Implement expression parser (convertor to inverse polish record)cebka@cebka-laptop2008-10-131-4/+1
| | | | | | * Improve configure system by implementing dependencies * Add .depend files for subdirs that requre it * Write simple test for expressions parser
* * Write protocol output functionscebka@cebka-laptop2008-10-101-0/+4
| | | | * Fix test suite build under linux
* * Optimize memory pools allocatorcebka@mailsupport.rambler.ru2008-09-221-1/+2
| | | | * Add test case for memory pools
* * Write test case for async memcached librarycebka@mailsupport.rambler.ru2008-09-161-2/+1
| | | | * Fix memcached async library to pass test :)
* * Fix url parser (get regexp from our mail system)Vsevolod Stakhov2008-09-091-1/+4
| | | | * Add some more tests to url testcase
* * Add initial test suite using glib test suiteVsevolod Stakhov2008-09-081-0/+25