summaryrefslogtreecommitdiff
path: root/include/apr_skiplist.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces.Ivan Zhakov2022-11-191-2/+2
* Fix some doxygen commentsChristophe Jaillet2018-06-241-2/+2
* Introduce apr_skiplist_last[_compare]() and apr_skiplist_remove_node().Yann Ylavic2015-04-071-0/+34
* skiplist: follow up to r1667420: fix bad copy/paste in description.Yann Ylavic2015-03-171-2/+2
* skiplist: Introduce apr_skiplist_replace[_compare]().Yann Ylavic2015-03-171-1/+27
* skiplist: restore back add-if-not-exist semantic to apr_skiplist_insert(),Yann Ylavic2015-03-131-14/+14
* skiplist: provide apr_skiplist_element().Yann Ylavic2015-03-071-0/+6
* FIX: Skiplists should allow for dups by default. Also, when added, dupsJim Jagielski2015-03-051-12/+14
* Provide apr_skiplist_size/height/preheight() to get the corresponding valuesYann Ylavic2014-07-171-0/+34
* missing protoJim Jagielski2014-06-241-0/+9
* correct doc for apr_skiplist_pop -- "leaving the element in the skip list." Eric Covener2014-06-221-1/+1
* update doccoJim Jagielski2014-05-271-2/+2
* apr_skiplist_add()... idea from yannJim Jagielski2014-05-271-1/+12
* add compatibility with C++ applicationsJeff Trawick2013-11-171-13/+190
* Add in apr_skiplistJim Jagielski2013-09-301-0/+82