summaryrefslogtreecommitdiffstats
path: root/test/tests.h
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Benchmark for lua callsMikhail Galanin2018-08-201-0/+2
|
* [Feature] Add unit tests for heapVsevolod Stakhov2016-04-081-2/+4
|
* Remove legacy fuzzy code completely.Vsevolod Stakhov2015-07-181-3/+0
|
* Add unit test for cryptobox.Vsevolod Stakhov2015-05-071-0/+2
|
* Remove deprecated test.Vsevolod Stakhov2015-03-241-3/+0
|
* Rework lua tests one more time.Vsevolod Stakhov2015-02-281-1/+1
|
* Rework lua tests structure, require external busted.Vsevolod Stakhov2015-02-271-1/+1
|
* Add lua test framework.Vsevolod Stakhov2015-02-271-0/+2
|
* Add HTTP connections speed test.Vsevolod Stakhov2015-02-041-0/+2
|
* Add some tests for shingles.Vsevolod Stakhov2014-12-171-0/+2
|
* Add a simple upstreams test.Vsevolod Stakhov2014-11-021-0/+2
|
* Add radix trie test suite.Vsevolod Stakhov2014-09-121-0/+3
|
* Restore testing framework.Vsevolod Stakhov2014-09-121-6/+0
|
* Add a test suite for rcl.Vsevolod Stakhov2013-08-091-0/+3
|
* * Add simple test for rrd.Vsevolod Stakhov2012-12-151-9/+12
| | | | | | | | 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/+3
| | | | Fix DKIM parsers.
* Fix asynchronous IO API.Vsevolod Stakhov2012-03-011-0/+3
| | | | Write test case for aio.
* * Make DNS resolver workingVsevolod Stakhov2010-07-081-0/+3
| | | | | | * 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
* * Add fuzzy hashes implementation (with adler-32 roll hash and FNV-32 hash)Vsevolod Stakhov2009-03-201-0/+3
| | | | * Add test case for fuzzy hashing check
* * Write functions to operate blocks in stat filesVsevolod Stakhov2008-11-281-0/+3
| | | | * Write test case for statistics files API
* * Implement expression parser (convertor to inverse polish record)cebka@cebka-laptop2008-10-131-0/+3
| | | | | | * Improve configure system by implementing dependencies * Add .depend files for subdirs that requre it * Write simple test for expressions parser
* * Optimize memory pools allocatorcebka@mailsupport.rambler.ru2008-09-221-1/+4
| | | | * Add test case for memory pools
* * Write test case for async memcached librarycebka@mailsupport.rambler.ru2008-09-161-0/+3
| | | | * Fix memcached async library to pass test :)
* * Add initial test suite using glib test suiteVsevolod Stakhov2008-09-081-0/+11