summaryrefslogtreecommitdiff
path: root/util-misc/apr_reslist.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-1/+1
* apr_reslist: put common code in push_resource().Yann Ylavic2018-06-211-12/+13
* apr_reslist: don't release/re-acquire the mutex in apr_reslist_release().Yann Ylavic2018-06-211-20/+20
* apr_reslist: add apr_reslist_acquire_ex().Yann Ylavic2018-06-211-8/+31
* apr_reslist: always expire oldest entries first.Yann Ylavic2018-06-211-13/+20
* apr_reslist: follow up to r1834023: avoid unnecessary apr_time_now() calls.Yann Ylavic2018-06-211-3/+7
* apr_reslist: fix release of resource with zero/no TTL.Yann Ylavic2018-06-211-2/+4
* Revert apr_reslist_fifo_set() (r1828289 and follow ups).Yann Ylavic2018-04-131-25/+3
* reslist: follow up to r1828289: enfore empty list requirement when setting fifo.Yann Ylavic2018-04-061-1/+7
* reslist: follow up to r1828289: adjust maintenance top too.Yann Ylavic2018-04-041-2/+7
* reslist: follow up to r1828289: name fifo arg according to doxygen.Yann Ylavic2018-04-041-2/+2
* reslist: Add apr_reslist_fifo_set().Yann Ylavic2018-04-031-1/+12
* thread_pool/reslist: take ownership of the pool when we lock the mutexStefan Fritsch2013-03-231-0/+6
* Convert various APU_DECLARE into APR_DECLARE.Bojan Smojver2009-07-161-9/+9
* Merge APR-Util trunk into APR.Paul Querna2009-03-241-0/+473