summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize lua tests.Vsevolod Stakhov2015-02-2738-29/+55
|
* Add lua test framework.Vsevolod Stakhov2015-02-275-1/+89
|
* Add busted lua testing framework.Vsevolod Stakhov2015-02-2736-0/+2848
|
* Eliminate mess with linking.Vsevolod Stakhov2015-02-131-36/+1
|
* Add latency calculations.Vsevolod Stakhov2015-02-121-10/+66
|
* Allow to specify keypairs cache externally.Vsevolod Stakhov2015-02-111-5/+17
|
* Fix memory leaks in HTTP code.Vsevolod Stakhov2015-02-091-1/+1
|
* Small fixes.Vsevolod Stakhov2015-02-092-0/+4
|
* Unify align macro.Vsevolod Stakhov2015-02-081-1/+1
|
* Init cryptobox library properly.Vsevolod Stakhov2015-02-071-1/+1
|
* Add uncached test.Vsevolod Stakhov2015-02-041-3/+34
|
* Fix encryption test.Vsevolod Stakhov2015-02-041-3/+5
|
* Add HTTP connections speed test.Vsevolod Stakhov2015-02-045-2/+243
|
* More rework.Vsevolod Stakhov2015-01-201-7/+7
|
* Remove checks from debian build.Vsevolod Stakhov2014-12-201-20/+23
|
* Resize hashes array properly.Vsevolod Stakhov2014-12-191-1/+1
|
* Measure time for shingles generation.Vsevolod Stakhov2014-12-191-5/+9
|
* Update tests suite.Vsevolod Stakhov2014-12-171-6/+10
|
* Add some tests for shingles.Vsevolod Stakhov2014-12-174-0/+124
|
* Refactor function names.Vsevolod Stakhov2014-11-292-13/+13
|
* Rework IP addresses in upstreams.Vsevolod Stakhov2014-11-071-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 Stakhov2014-11-031-1/+31
|
* Configure upstreams in workers.Vsevolod Stakhov2014-11-031-2/+4
|
* Add consistent hash test.Vsevolod Stakhov2014-11-021-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 Stakhov2014-11-021-1/+4
|
* Add a simple upstreams test.Vsevolod Stakhov2014-11-024-0/+77
|
* Remove old radix tests.Vsevolod Stakhov2014-11-021-3/+4
|
* Rework fuzzy storage radix.Vsevolod Stakhov2014-10-011-4/+4
|
* Add tests for ipv6 addresses.Vsevolod Stakhov2014-10-011-17/+45
|
* Add cleanup.Vsevolod Stakhov2014-09-182-0/+5
|
* Use memory pool for radix.Vsevolod Stakhov2014-09-181-0/+1
|
* More realistic workload for radix.Vsevolod Stakhov2014-09-171-12/+22
|
* Fix profiler linkage.Vsevolod Stakhov2014-09-171-0/+3
|
* Select more limited range of masks.Vsevolod Stakhov2014-09-171-2/+10
|
* Rework radix tests.Vsevolod Stakhov2014-09-172-8/+36
|
* More fixes to compressed radix.Vsevolod Stakhov2014-09-171-1/+3
|
* Improve test vector.Vsevolod Stakhov2014-09-171-3/+4
|
* Improve testing for radix.Vsevolod Stakhov2014-09-161-16/+30
|
* Improve radix trie tests.Vsevolod Stakhov2014-09-151-4/+74
|
* Add radix trie test suite.Vsevolod Stakhov2014-09-124-2/+92
|
* Restore testing framework.Vsevolod Stakhov2014-09-1214-410/+93
|
* Refactor config API.Vsevolod Stakhov2014-04-303-9/+9
|
* Refactor memory pool naming.Vsevolod Stakhov2014-04-207-29/+29
|
* Add comparasion for rcl vs jansson.Vsevolod Stakhov2013-10-151-5/+26
| | | | Fix some issues in jansson memory management.
* Disallow '//' as a single line comment.Vsevolod Stakhov2013-10-121-0/+1
|
* Fix rcl parser.Vsevolod Stakhov2013-10-111-1/+28
|
* Improve tests.Vsevolod Stakhov2013-08-251-0/+16
|
* Add refcount to rcl objects.Vsevolod Stakhov2013-08-251-4/+10
|
* Add test for signature checking in rcl.Vsevolod Stakhov2013-08-222-1/+12
|
* Fix whitespace parsing for rcl arrays.Vsevolod Stakhov2013-08-211-2/+7
|