summaryrefslogtreecommitdiff
path: root/util-misc
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-205-56/+56
* Follow up to r1884109: Fix synchronization in thread_pool_cleanup().Yann Ylavic2021-04-261-20/+16
* apr_thread_pool: don't detach worker threads (and always join them).Yann Ylavic2020-12-041-156/+220
* apu_dso_init: Fix pool lifetime and introduce a reference count. Graham Leggett2019-06-231-16/+32
* * util-misc/apr_thread_pool.cIvan Zhakov2019-05-271-1/+1
* Simplify apr_errprintf() to return a structure instead of a status.Graham Leggett2018-09-011-11/+9
* Add apr_errprintf() as a convenience function to create andGraham Leggett2018-08-191-0/+45
* 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
* apr_crypto: follow up to r1833359: fix some root pool scopes (possible leaks).Yann Ylavic2018-06-141-3/+14
* 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
* apr_queue: Add apr_queue_timedpush() and apr_queue_timedpop() toYann Ylavic2015-03-161-79/+56
* fix some minor bugs and useless assignments so that clang scan-buildJeff Trawick2013-10-231-0/+3
* Include apr_version.h to get the value of APR_MAJOR_VERSIONJeff Trawick2013-08-231-0/+1
* Followup fix for incomplete patch with r1479836.Guenter Knauf2013-05-071-4/+3
* Fix forever loop on NetWare when trying to get parent pool.Guenter Knauf2013-05-071-2/+4
* kill the threads in the thread pool in a pre-cleanupStefan Fritsch2013-03-231-3/+3
* thread_pool/reslist: take ownership of the pool when we lock the mutexStefan Fritsch2013-03-232-0/+14
* Remove variables that we assign but never read.Graham Leggett2011-11-281-3/+2
* Fix thread unsafe pool usage. This is a potential culprit for the occasionalStefan Fritsch2011-05-221-5/+10
* replace expensive % with faster (2-4x) functional equiv.Jim Jagielski2011-01-271-4/+12
* apr_thread_pool: Fix some potential deadlock situations.Jeff Trawick2010-09-281-24/+6
* apr_thread_pool_create: Fix pool corruption caused by multithread use of the ...Jeff Trawick2010-09-271-0/+6
* - remove unused assignmentPhilip M. Gollucci2010-08-051-1/+1
* Renamed _self var since (Open)Watcom recognizes this as reserved.Guenter Knauf2010-08-031-7/+7
* Refactor away apu_version legacy cruftWilliam A. Rowe Jr2009-12-212-38/+0
* Refactoring to drop apr_config.h, renamed APU_MODULE_DECLARE_DATAWilliam A. Rowe Jr2009-12-171-2/+1
* SECURITY: CVE-2009-2412 (cve.mitre.org)William A. Rowe Jr2009-08-041-9/+20
* Convert various APU_DECLARE into APR_DECLARE.Bojan Smojver2009-07-166-57/+57
* apr_queue_trypush() doesn't block if the queue is full.Bojan Smojver2009-06-141-3/+3
* Fix race conditions in initialisation of DBD, DBM and DSO.Bojan Smojver2009-06-101-1/+10
* APR->APU conversion of DSO buildfoo; rename --disable-util-dso toJoe Orton2009-03-241-1/+1
* * Makefile.in, configure.in: s/APU/APR/ in DSO handling code.Joe Orton2009-03-241-8/+8
* Merge APR-Util trunk into APR.Paul Querna2009-03-247-0/+3146