summaryrefslogtreecommitdiff
path: root/test/testskiplist.c
Commit message (Expand)AuthorAgeFilesLines
* testskiplist: silence Sun compiler warning.ylavic2015-04-231-2/+4
* testskiplist: axe buggy compare function acomp() and associated test.ylavic2015-04-091-31/+57
* skiplist: fix the minimum height (to one).ylavic2015-04-091-1/+1
* skiplist: follow up to r1664769.ylavic2015-04-091-44/+44
* Introduce apr_skiplist_last[_compare]() and apr_skiplist_remove_node().ylavic2015-04-071-0/+62
* skiplist: Introduce apr_skiplist_replace[_compare]().ylavic2015-03-171-3/+46
* testskiplist: Add a test to show that comparek == compare is required forylavic2015-03-131-9/+25
* testskiplist: revert r1666602. ylavic2015-03-131-4/+4
* skiplist: sync tests with 1.5.x.ylavic2015-03-131-4/+4
* skiplist: restore back add-if-not-exist semantic to apr_skiplist_insert(),ylavic2015-03-131-22/+22
* skiplist:ylavic2015-03-081-3/+3
* fix testjim2015-03-071-1/+1
* remove debugjim2015-03-071-5/+0
* Adj test to ensure that dups are entered AFTER existing onesjim2015-03-071-0/+55
* skiplist: improve duplicates ordering test.ylavic2015-03-051-2/+7
* skiplist: keep tests in sync with 1.5.x and 1.6.x.ylavic2015-03-051-1/+18
* FIX: Skiplists should allow for dups by default. Also, when added, dupsjim2015-03-051-19/+19
* Provide apr_skiplist_size/height/preheight() to get the corresponding valuesylavic2014-07-171-20/+36
* Improve skiplist tests.ylavic2014-07-161-4/+213
* Merge forward r1610988 from 1.6.x branch:trawick2014-07-161-2/+2
* Add a basic skiplist test. Based on test program posted to PR 56654 by Takas...covener2014-06-221-0/+100