summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* apr_queue_trypush() doesn't block if the queue is full.bojan2009-06-141-3/+3
* Turn off the DSO build for netware and revert the previous changes that tried...bnicholes2008-11-251-5/+0
* Fix apu_dso_load() for netware. Make sure that the search for the apr global...bnicholes2008-11-251-1/+6
* This was a complete mess; the correct answer is that the entire filewrowe2008-11-211-15/+9
* * misc/apr_thread_pool.cpquerna2008-10-301-12/+15
* Expose the apr_dso_handle_t when calling apu_dso_load, so that theminfrin2008-09-071-1/+7
* Add API that allows to setup the cleanup order after the reslist was createdmturk2008-08-071-0/+11
* Use default pool cleanup order for reslist create.mturk2008-08-071-8/+2
* Export internal reslist_maint as public apr_reslist_maintainmturk2008-08-071-3/+3
* Oops. Fix copy/paste typomturk2008-08-071-1/+1
* Destroy already created resources if create failsmturk2008-08-071-0/+3
* Revert r683191. Any blocking code should be done before invalidate to deal wi...mturk2008-08-071-2/+1
* Do not serialize destructor calls.mturk2008-08-061-1/+2
* Implement resource list when threads are unavailable.bojan2008-07-281-4/+57
* Better enforce reslist limits.bojan2008-07-281-1/+2
* Round out 675817 by avoiding a skip of a 'special' last elementwrowe2008-07-231-0/+4
* * apr_pool_pre_cleanup_register has no child_cleanup parameterrpluem2008-07-171-2/+1
* Use apr_pool_pre_cleanup_register for reslist cleanupmturk2008-07-171-2/+9
* Unlock list mutex before destroying it.bojan2008-07-151-0/+1
* When searching for DSOs, look in apr-util-APU_MAJOR_VERSION subdirectorybojan2008-07-111-0/+13
* Fix build failure when --disable-util-dso is used.bojan2008-07-071-0/+2
* Remaining changes to plug win32 into the dso schema.wrowe2008-05-291-2/+6
* apr_reslist: destroy all resources in a cleanup (don't stop immediatelyniq2008-05-281-5/+7
* No need to look for global pool if we're alrealy initialised.bojan2008-05-271-3/+4
* Correction to r659802: apr_reslist fix to enforce ttl on idle resourcesniq2008-05-251-0/+2
* Enforce ttl (where used) on individual resources in an apr_reslistniq2008-05-241-4/+15
* Fix ifdef tests where the flags are booleans.wrowe2008-05-231-3/+3
* Clean all lingering maintainer mode emits, and drop apu_dso_init fromwrowe2008-05-231-6/+6
* Introduce an internal apu_dso API for loading modular components into thewrowe2008-05-221-0/+175
* * The idle thread timeout statistic was being incremented each time anwrowe2008-05-071-25/+144
* * Wakeup waiting threads after resource was invalidated.rpluem2007-11-171-0/+1
* Simple size_t > int correctionwrowe2007-10-231-1/+1
* * Ensure the shrinking of the pool back to SMAX via the TTL by reorganising rpluem2007-08-061-5/+6
* * Avoid creating hmax + 1 resources at most instead of hmax resources at mostrpluem2007-08-061-1/+1
* Public APR-UTIL functions are declared with APU_DECLARE(), not APR_DECLARE().davi2007-07-221-30/+30
* Fix bug #42294bojan2007-05-111-1/+3
* * misc/apr_thread_pool.c (apr_thread_pool_task_owner_get): Fix gccjorton2007-04-231-2/+4
* Fix the assert, which should only for preventing task from owner itselfwrowe2007-04-171-4/+25
* Update license headers.jerenkrantz2007-01-155-30/+30
* Add apr_thread_pool implementation.wrowe2007-01-041-0/+817
* * misc/apr_reslist.c (apr_reslist_acquired_count): Fix to match namejorton2006-09-181-1/+1
* Add an apr_reslist_acquired_count API for determining how many outstandingrooneg2006-09-131-0/+11
* Correct a comment regarding what is at the start of a datestring.colm2006-05-121-1/+1
* Fix the parsing of several types of RFC style dates and add a new one.rooneg2005-08-191-20/+41
* * misc/apr_rmm.c (apr_rmm_realloc): Fix offset calculation.jorton2005-08-051-1/+1
* * misc/apr_rmm.c: Add a comment describing the layout of an RMMjorton2005-08-051-0/+29
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-045-5/+10
* Remove .cvsignore files.jorton2004-11-181-4/+0
* Avoid testing undefined symbols. No functional change.jorton2004-11-171-0/+3
* apr_queue_trypop: fix inaccurate commentsgregames2004-09-291-4/+2