summaryrefslogtreecommitdiff
path: root/include/apr_pools.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Depricated the broken apr_pool_child_cleanup_kill, and added the newwrowe2001-07-231-7/+9
* Add a new function to be able to cancel a child cleanup. This isrbb2001-07-141-0/+9
* The 'pools are sms' patch. Think I got everything :)dreid2001-07-111-17/+76
* When David moved the code from lib/ to memory/unix, they made thesejerenkrantz2001-07-071-14/+14
* Make apr_pool_is_ancestor a non-debug function. This is required forrbb2001-06-131-8/+9
* Doxygenation.ben2001-06-031-2/+23
* *) add apr_pool_get_parent() function.gstein2001-04-271-1/+11
* *) Make the apr_pool_t structure private.gstein2001-04-261-35/+21
* * shift some debug symbols to apr_pools.c since they are entirely internalgstein2001-04-171-3/+0
* More doxygenation.ben2001-03-111-73/+51
* rename miss: s/apr_clear_pool/apr_pool_clear/gdougm2001-02-191-2/+2
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-31/+31
* get rid of the extra semicolon, as it leads to a bazilliontrawick2001-01-241-1/+1
* Use a typesafe function for access objects' pools.gstein2001-01-241-2/+32
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-21/+24
* Add APR_DECLARE to some of APR's function declarations. This helps withrbb2001-01-111-5/+10
* Begin to remove the ability to allocate out of NULL pools. The firstrbb2000-12-311-2/+8