summaryrefslogtreecommitdiff
path: root/test/testskiplist.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-3/+3
* * test/testskiplist.c: Use ABTS_SIZE_EQUAL() where it makes sense.Ivan Zhakov2022-06-211-24/+24
* Fix compiler warning.Ivan Zhakov2022-06-211-1/+1
* testskiplist: silence Sun compiler warning.Yann Ylavic2015-04-231-2/+4
* testskiplist: axe buggy compare function acomp() and associated test.Yann Ylavic2015-04-091-31/+57
* skiplist: fix the minimum height (to one).Yann Ylavic2015-04-091-1/+1
* skiplist: follow up to r1664769.Yann Ylavic2015-04-091-44/+44
* Introduce apr_skiplist_last[_compare]() and apr_skiplist_remove_node().Yann Ylavic2015-04-071-0/+62
* skiplist: Introduce apr_skiplist_replace[_compare]().Yann Ylavic2015-03-171-3/+46
* testskiplist: Add a test to show that comparek == compare is required forYann Ylavic2015-03-131-9/+25
* testskiplist: revert r1666602. Yann Ylavic2015-03-131-4/+4
* skiplist: sync tests with 1.5.x.Yann Ylavic2015-03-131-4/+4
* skiplist: restore back add-if-not-exist semantic to apr_skiplist_insert(),Yann Ylavic2015-03-131-22/+22
* skiplist:Yann Ylavic2015-03-081-3/+3
* fix testJim Jagielski2015-03-071-1/+1
* remove debugJim Jagielski2015-03-071-5/+0
* Adj test to ensure that dups are entered AFTER existing onesJim Jagielski2015-03-071-0/+55
* skiplist: improve duplicates ordering test.Yann Ylavic2015-03-051-2/+7
* skiplist: keep tests in sync with 1.5.x and 1.6.x.Yann Ylavic2015-03-051-1/+18
* FIX: Skiplists should allow for dups by default. Also, when added, dupsJim Jagielski2015-03-051-19/+19
* Provide apr_skiplist_size/height/preheight() to get the corresponding valuesYann Ylavic2014-07-171-20/+36
* Improve skiplist tests.Yann Ylavic2014-07-161-4/+213
* Merge forward r1610988 from 1.6.x branch:Jeff Trawick2014-07-161-2/+2
* Add a basic skiplist test. Based on test program posted to PR 56654 by Takas...Eric Covener2014-06-221-0/+100