summaryrefslogtreecommitdiff
path: root/misc/apr_reslist.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * 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
* apr_reslist: destroy all resources in a cleanup (don't stop immediatelyniq2008-05-281-5/+7
* 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
* * Wakeup waiting threads after resource was invalidated.rpluem2007-11-171-0/+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
* Update license headers.jerenkrantz2007-01-151-6/+6
* * 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
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Fix memory leak when maintaining resources. When extra resources aremturk2004-09-261-8/+9
* Rationale: if an module gets a resource that proves to be bad (e.g.aaron2004-03-151-0/+11
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
* Add timeout feature to apr_reslist_acquire().trawick2003-12-101-1/+16
* Fix another memory leak that happens when a constructor returns a failure code.aaron2003-10-061-0/+1
* Return errors from constructors all the way back through to the consumer.aaron2003-10-061-20/+6
* check return codejwoolley2003-09-181-0/+6
* Allow the Soft Max or the Hard Max to equal the Minimum number of resources.aaron2003-09-041-1/+1
* Update copyright notifications to 2003.thommay2003-01-011-1/+1
* Add a new Resource List API for APR-UTIL.aaron2002-08-051-0/+394