Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add unit test for cryptobox. | Vsevolod Stakhov | 2015-05-07 | 1 | -0/+2 |
| | |||||
* | Fix tests build. | Vsevolod Stakhov | 2015-04-17 | 1 | -7/+3 |
| | |||||
* | Remove deprecated test. | Vsevolod Stakhov | 2015-03-24 | 1 | -1/+0 |
| | |||||
* | Initialize regexp library. | Vsevolod Stakhov | 2015-03-05 | 1 | -0/+3 |
| | |||||
* | Rework lua tests one more time. | Vsevolod Stakhov | 2015-02-28 | 1 | -19/+16 |
| | |||||
* | Rework lua tests structure, require external busted. | Vsevolod Stakhov | 2015-02-27 | 1 | -1/+5 |
| | |||||
* | Add lua test framework. | Vsevolod Stakhov | 2015-02-27 | 1 | -0/+1 |
| | |||||
* | Add HTTP connections speed test. | Vsevolod Stakhov | 2015-02-04 | 1 | -0/+1 |
| | |||||
* | Add some tests for shingles. | Vsevolod Stakhov | 2014-12-17 | 1 | -0/+1 |
| | |||||
* | Refactor function names. | Vsevolod Stakhov | 2014-11-29 | 1 | -1/+1 |
| | |||||
* | Add a simple upstreams test. | Vsevolod Stakhov | 2014-11-02 | 1 | -0/+1 |
| | |||||
* | Add cleanup. | Vsevolod Stakhov | 2014-09-18 | 1 | -0/+3 |
| | |||||
* | Rework radix tests. | Vsevolod Stakhov | 2014-09-17 | 1 | -2/+0 |
| | |||||
* | Add radix trie test suite. | Vsevolod Stakhov | 2014-09-12 | 1 | -0/+1 |
| | |||||
* | Restore testing framework. | Vsevolod Stakhov | 2014-09-12 | 1 | -8/+5 |
| | |||||
* | Refactor config API. | Vsevolod Stakhov | 2014-04-30 | 1 | -3/+3 |
| | |||||
* | Refactor memory pool naming. | Vsevolod Stakhov | 2014-04-20 | 1 | -2/+2 |
| | |||||
* | Improve test suite by using standard glib test options. | Vsevolod Stakhov | 2013-08-21 | 1 | -19/+3 |
| | |||||
* | Add a test suite for rcl. | Vsevolod Stakhov | 2013-08-09 | 1 | -0/+1 |
| | |||||
* | * Add simple test for rrd. | Vsevolod Stakhov | 2012-12-15 | 1 | -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 Stakhov | 2012-05-29 | 1 | -0/+1 |
| | | | | Fix DKIM parsers. | ||||
* | Fixed threading for testing suite. | Vsevolod Stakhov | 2012-03-05 | 1 | -0/+5 |
| | |||||
* | Fix asynchronous IO API. | Vsevolod Stakhov | 2012-03-01 | 1 | -0/+1 |
| | | | | Write test case for aio. | ||||
* | Separate librspamdserver API from plugins and workers functions. | Vsevolod Stakhov | 2012-03-01 | 1 | -2/+8 |
| | | | | Make tests compileable again. | ||||
* | * Rework build process: | Vsevolod Stakhov | 2011-05-10 | 1 | -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 working | Vsevolod Stakhov | 2010-07-08 | 1 | -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 processing | Vsevolod Stakhov | 2009-09-14 | 1 | -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 symbols | Vsevolod Stakhov | 2009-05-04 | 1 | -0/+2 |
| | | | | * Fix shared hashes | ||||
* | * Add fuzzy hashes implementation (with adler-32 roll hash and FNV-32 hash) | Vsevolod Stakhov | 2009-03-20 | 1 | -0/+1 |
| | | | | * Add test case for fuzzy hashing check | ||||
* | * Write functions to operate blocks in stat files | Vsevolod Stakhov | 2008-11-28 | 1 | -0/+1 |
| | | | | * Write test case for statistics files API | ||||
* | * Reorganize structure of source files | Vsevolod Stakhov | 2008-11-01 | 1 | -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-laptop | 2008-10-13 | 1 | -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 functions | cebka@cebka-laptop | 2008-10-10 | 1 | -0/+4 |
| | | | | * Fix test suite build under linux | ||||
* | * Optimize memory pools allocator | cebka@mailsupport.rambler.ru | 2008-09-22 | 1 | -1/+2 |
| | | | | * Add test case for memory pools | ||||
* | * Write test case for async memcached library | cebka@mailsupport.rambler.ru | 2008-09-16 | 1 | -2/+1 |
| | | | | * Fix memcached async library to pass test :) | ||||
* | * Fix url parser (get regexp from our mail system) | Vsevolod Stakhov | 2008-09-09 | 1 | -1/+4 |
| | | | | * Add some more tests to url testcase | ||||
* | * Add initial test suite using glib test suite | Vsevolod Stakhov | 2008-09-08 | 1 | -0/+25 |