summaryrefslogtreecommitdiff
path: root/include/apr_skiplist.h
Commit message (Expand)AuthorAgeFilesLines
* Fix some doxygen commentsjailletc362018-06-241-2/+2
* Introduce apr_skiplist_last[_compare]() and apr_skiplist_remove_node().ylavic2015-04-071-0/+34
* skiplist: follow up to r1667420: fix bad copy/paste in description.ylavic2015-03-171-2/+2
* skiplist: Introduce apr_skiplist_replace[_compare]().ylavic2015-03-171-1/+27
* skiplist: restore back add-if-not-exist semantic to apr_skiplist_insert(),ylavic2015-03-131-14/+14
* skiplist: provide apr_skiplist_element().ylavic2015-03-071-0/+6
* FIX: Skiplists should allow for dups by default. Also, when added, dupsjim2015-03-051-12/+14
* Provide apr_skiplist_size/height/preheight() to get the corresponding valuesylavic2014-07-171-0/+34
* missing protojim2014-06-241-0/+9
* correct doc for apr_skiplist_pop -- "leaving the element in the skip list." covener2014-06-221-1/+1
* update doccojim2014-05-271-2/+2
* apr_skiplist_add()... idea from yannjim2014-05-271-1/+12
* add compatibility with C++ applicationstrawick2013-11-171-13/+190
* Add in apr_skiplistjim2013-09-301-0/+82