summaryrefslogtreecommitdiff
path: root/include/apr_reslist.h
Commit message (Expand)AuthorAgeFilesLines
* Create 'a trunk' to explain things as nick suggestswrowe2010-10-051-174/+0
* Add API that allows to setup the cleanup order after the reslist was createdmturk2008-08-071-0/+20
* Export internal reslist_maint as public apr_reslist_maintainmturk2008-08-071-0/+6
* Implement resource list when threads are unavailable.bojan2008-07-281-4/+3
* There is only one pool argument to apr_reslist_create().bojan2008-07-141-1/+0
* Update license headers.jerenkrantz2007-01-151-6/+6
* Add an apr_reslist_acquired_count API for determining how many outstandingrooneg2006-09-131-0/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Rationale: if an module gets a resource that proves to be bad (e.g.aaron2004-03-151-0/+9
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
* document an interesting requirement of apr_reslist_destroy()trawick2003-12-101-0/+3
* Add timeout feature to apr_reslist_acquire().trawick2003-12-101-0/+9
* Update copyright notifications to 2003.thommay2003-01-011-1/+1
* Go through doxygen output and remove as many errors and warnings as I could.jerenkrantz2002-11-101-7/+16
* doxygen: move these 2 api groups to apr-util where they belongianh2002-09-011-3/+3
* fix doxygen groupianh2002-08-071-1/+1
* Add a new Resource List API for APR-UTIL.aaron2002-08-051-0/+152