summaryrefslogtreecommitdiff
path: root/include/apr_pools.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_48(no author)2003-10-241-4/+6
* * include/apr_pools.hstriker2003-03-111-0/+3
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-30/+34
* Revert bogus commit of revision 1.100.brane2003-02-121-3/+0
* Added two new functions, apr_filepath_list_split and apr_filepath_list_merge,brane2003-02-121-0/+3
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Go through doxygen output and remove as many errors and warnings as I could.jerenkrantz2002-11-101-1/+1
* Aught to not nest extern "C" {} blocks, although this wasn't the bugwrowe2002-06-241-6/+6
* More API get/set renames, and providing stubs for those previouslywrowe2002-06-081-8/+11
* New function: apr_pool_allocator_get. This function allows us tostriker2002-05-301-0/+6
* Renames:striker2002-05-301-1/+1
* Fair warning, as this keeps coming up over and over. We're not usingjwoolley2002-05-251-2/+8
* get rid of the macro redefinition warnings for a pool-debug buildtrawick2002-05-101-1/+1
* Convert apr_pcalloc to a macro to take advantage of compilerbrianp2002-05-051-0/+4
* Fix a macro call (should have cut the POOL part out in last commit).striker2002-04-221-1/+1
* Move APR_STRINGIFY to a common place (apr_general.h). Remove thestriker2002-04-221-5/+2
* Fix doc. The child cleanup is called when the child is being taken downstoddard2002-04-151-2/+2
* ** DEPRECATE old lock API: apr_lock.h **aaron2002-04-091-1/+2
* Remove the APR_POOL_IMPLEMENT_ACCESSOR_X macro, since it isn't usedstriker2002-03-211-8/+2
* Move the pool accessor macros to before we do any includes thatstriker2002-03-201-35/+37
* small minor fixes to Doxygenianh2002-03-181-0/+2
* fix the doxygenization of these 2 filesianh2002-03-181-6/+13
* Update the doxygen docs to reflect the recent API change.striker2002-03-181-7/+3
* Style Police patrols in the backyard...striker2002-03-181-28/+28
* Factor out the allocators from pools.striker2002-03-151-20/+16
* Update our copyright for this year.fielding2002-03-131-1/+1
* Rename apr_find_pool to apr_pool_find. Implement it in terms ofstriker2002-02-091-2/+2
* Add a means to track where allocations are done. Show each andstriker2002-02-051-2/+37
* No functional change.gstein2002-02-031-26/+30
* Remove evil spaces following #.striker2002-01-251-28/+35
* Deprecate apr_pool_free_blocks_num_bytes.striker2002-01-241-6/+0
* And that's three... Sheesh, this just isn't my day.striker2002-01-241-5/+0
* Never consider a commit when you have limited time...striker2002-01-241-19/+41
* Provide stubs for apr_pool_xxx_debug in release builds. This givesstriker2002-01-181-19/+61
* Supply a default tag in debug mode. The tag is the location wherestriker2002-01-131-9/+13
* Another update of the pools debug code.striker2002-01-131-35/+37
* The new APR_POOL_DEBUG and APR_POOL_DEBUG_VERBOSE code.striker2002-01-121-12/+14
* add a new define APR_POOL_DEBUG_VERBOSEianh2002-01-111-3/+37
* Fill in code that is to be used when APR_POOL_DEBUG is defined.striker2002-01-011-117/+149
* Enable apr_pool_tag by default, instead of only when APR_POOL_DEBUGstriker2001-12-181-12/+7
* Move us over to the new pools code. The debug code isn't in place yet,striker2001-12-141-98/+138
* Constify the pool accessor functions. Use the DECLARE_ACCESSOR macrogstein2001-11-091-2/+2
* Introduce the apr_pool_userdata_setn() variant that doesn't strdup the key.wrowe2001-10-291-1/+19
* Introduce apr_pool_lock for debugging, in combination withwrowe2001-09-281-0/+10
* Remove SMS and all references.striker2001-09-281-41/+0
* fix some homophonic issues in comments, as well as sometrawick2001-08-151-1/+1
* Make all APR pools be allocated out of the permanent pool.rbb2001-08-131-1/+0
* These two pool functions were declared twice in apr_pools.h. This bringsrbb2001-08-121-16/+0
* Begin to move the APR documentation to Doxygen.rbb2001-08-111-2/+6
* Modify this semantic to 1. keep in tune with apr return values (althoughwrowe2001-08-021-4/+5