Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor function names. | Vsevolod Stakhov | 2014-11-29 | 2 | -13/+13 |
| | |||||
* | Rework IP addresses in upstreams. | Vsevolod Stakhov | 2014-11-07 | 1 | -0/+27 |
| | | | | | | | | | - Select ipv4/unix addresses if they exist and use ipv6 for ipv6 only upstreams (since the support of ipv6 is poor in many OSes and environments). - Free IP list on upstream destruction. - Add test cases for addresses selection. - Allow adding of free form IP addresses to upstreams. | ||||
* | Improve upstream tests. | Vsevolod Stakhov | 2014-11-03 | 1 | -1/+31 |
| | |||||
* | Configure upstreams in workers. | Vsevolod Stakhov | 2014-11-03 | 1 | -2/+4 |
| | |||||
* | Add consistent hash test. | Vsevolod Stakhov | 2014-11-02 | 1 | -5/+43 |
| | | | | | | | | | | P value is calculated as following: when we add/remove M upstreams from the list, the probability of hash miss should be close to the relation N / (N + M), where N is the size of the previous upstreams list. So far, the algorithm described in http://arxiv.org/abs/1406.2294 shows p value more than 0.99. | ||||
* | Some more fixes to the test. | Vsevolod Stakhov | 2014-11-02 | 1 | -1/+4 |
| | |||||
* | Add a simple upstreams test. | Vsevolod Stakhov | 2014-11-02 | 4 | -0/+77 |
| | |||||
* | Remove old radix tests. | Vsevolod Stakhov | 2014-11-02 | 1 | -3/+4 |
| | |||||
* | Rework fuzzy storage radix. | Vsevolod Stakhov | 2014-10-01 | 1 | -4/+4 |
| | |||||
* | Add tests for ipv6 addresses. | Vsevolod Stakhov | 2014-10-01 | 1 | -17/+45 |
| | |||||
* | Add cleanup. | Vsevolod Stakhov | 2014-09-18 | 2 | -0/+5 |
| | |||||
* | Use memory pool for radix. | Vsevolod Stakhov | 2014-09-18 | 1 | -0/+1 |
| | |||||
* | More realistic workload for radix. | Vsevolod Stakhov | 2014-09-17 | 1 | -12/+22 |
| | |||||
* | Fix profiler linkage. | Vsevolod Stakhov | 2014-09-17 | 1 | -0/+3 |
| | |||||
* | Select more limited range of masks. | Vsevolod Stakhov | 2014-09-17 | 1 | -2/+10 |
| | |||||
* | Rework radix tests. | Vsevolod Stakhov | 2014-09-17 | 2 | -8/+36 |
| | |||||
* | More fixes to compressed radix. | Vsevolod Stakhov | 2014-09-17 | 1 | -1/+3 |
| | |||||
* | Improve test vector. | Vsevolod Stakhov | 2014-09-17 | 1 | -3/+4 |
| | |||||
* | Improve testing for radix. | Vsevolod Stakhov | 2014-09-16 | 1 | -16/+30 |
| | |||||
* | Improve radix trie tests. | Vsevolod Stakhov | 2014-09-15 | 1 | -4/+74 |
| | |||||
* | Add radix trie test suite. | Vsevolod Stakhov | 2014-09-12 | 4 | -2/+92 |
| | |||||
* | Restore testing framework. | Vsevolod Stakhov | 2014-09-12 | 14 | -410/+93 |
| | |||||
* | Refactor config API. | Vsevolod Stakhov | 2014-04-30 | 3 | -9/+9 |
| | |||||
* | Refactor memory pool naming. | Vsevolod Stakhov | 2014-04-20 | 7 | -29/+29 |
| | |||||
* | Add comparasion for rcl vs jansson. | Vsevolod Stakhov | 2013-10-15 | 1 | -5/+26 |
| | | | | Fix some issues in jansson memory management. | ||||
* | Disallow '//' as a single line comment. | Vsevolod Stakhov | 2013-10-12 | 1 | -0/+1 |
| | |||||
* | Fix rcl parser. | Vsevolod Stakhov | 2013-10-11 | 1 | -1/+28 |
| | |||||
* | Improve tests. | Vsevolod Stakhov | 2013-08-25 | 1 | -0/+16 |
| | |||||
* | Add refcount to rcl objects. | Vsevolod Stakhov | 2013-08-25 | 1 | -4/+10 |
| | |||||
* | Add test for signature checking in rcl. | Vsevolod Stakhov | 2013-08-22 | 2 | -1/+12 |
| | |||||
* | Fix whitespace parsing for rcl arrays. | Vsevolod Stakhov | 2013-08-21 | 1 | -2/+7 |
| | |||||
* | Fix some issues with comments in rcl. | Vsevolod Stakhov | 2013-08-21 | 1 | -2/+13 |
| | |||||
* | Improve test suite by using standard glib test options. | Vsevolod Stakhov | 2013-08-21 | 3 | -19/+10 |
| | |||||
* | Refactor fetching functions slightly. | Vsevolod Stakhov | 2013-08-21 | 1 | -1/+1 |
| | |||||
* | Fixes to rcl parser found by tests. | Vsevolod Stakhov | 2013-08-13 | 1 | -3/+3 |
| | |||||
* | Improve testing logic. | Vsevolod Stakhov | 2013-08-13 | 1 | -1/+29 |
| | |||||
* | Fix rcl test suite and parser. | Vsevolod Stakhov | 2013-08-12 | 1 | -1/+10 |
| | |||||
* | Fix some rcl parser errors found by test. | Vsevolod Stakhov | 2013-08-09 | 1 | -3/+2 |
| | |||||
* | Add a test suite for rcl. | Vsevolod Stakhov | 2013-08-09 | 5 | -14/+79 |
| | |||||
* | Add a simple test of rsa utils in lua. | Vsevolod Stakhov | 2013-06-13 | 4 | -0/+94 |
| | | | | | | Support RSA signing in lua_rsa module. Add save function for rsa_signature. Fix test logic for lua modules. | ||||
* | Fix rrd update. | Vsevolod Stakhov | 2012-12-21 | 1 | -7/+6 |
| | |||||
* | Implement rra writing. | Vsevolod Stakhov | 2012-12-18 | 1 | -14/+13 |
| | |||||
* | * Add simple test for rrd. | Vsevolod Stakhov | 2012-12-15 | 5 | -13/+97 |
| | | | | | | | | Several fixes to RRD API. TODO: fix test building TODO: improve update of rrd files TODO: rework shared libraries again | ||||
* | * Implement 'time_jitter' setting allowing to check signatures in future in ↵ | Vsevolod Stakhov | 2012-06-04 | 1 | -1/+1 |
| | | | | case of incorrect system time (1 minute jittering by default). | ||||
* | * Write tests for DKIM signature and key parsers. | Vsevolod Stakhov | 2012-05-29 | 4 | -1/+103 |
| | | | | Fix DKIM parsers. | ||||
* | Aio context must be long not int. | Vsevolod Stakhov | 2012-03-11 | 1 | -5/+8 |
| | | | | O_DIRECT on linux requires strict memory alignment. | ||||
* | Fixed threading for testing suite. | Vsevolod Stakhov | 2012-03-05 | 2 | -1/+7 |
| | |||||
* | Fix asynchronous IO API. | Vsevolod Stakhov | 2012-03-01 | 5 | -3/+97 |
| | | | | Write test case for aio. | ||||
* | Separate librspamdserver API from plugins and workers functions. | Vsevolod Stakhov | 2012-03-01 | 4 | -7/+19 |
| | | | | Make tests compileable again. | ||||
* | * Rework build process: | Vsevolod Stakhov | 2011-05-10 | 3 | -26/+19 |
| | | | | | | | | | | - 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 |