summaryrefslogtreecommitdiff
path: root/include/apr_pools.h
Commit message (Expand)AuthorAgeFilesLines
* Add apr_pool_get_tag to retrieve the pool tag name.jorton2017-12-121-0/+7
* Follow up to r1788346: we don't really need a separate "order" setting forylavic2017-03-241-9/+0
* apr_allocator, apr_pools: Add apr_allocator_page_size(),ylavic2017-03-231-0/+8
* Fix doc errors in APR header files.trawick2013-06-251-17/+17
* Add apr_pool_owner_set function to allow use of pool debugging with threadssf2013-03-231-0/+16
* add attribute alloc_size to a few functionssf2012-05-211-0/+6
* Add some nonnull and pure attributes sf2011-05-151-44/+61
* Remove all deprecated pool*_core functions. (renamed to _unmanaged)pquerna2009-12-251-30/+3
* Add comments describing the thread-safety properties of apr_pool_t.minfrin2009-09-091-5/+19
* Reveert pool code back to r751657, before we got a little crazy and tried to ...pquerna2009-07-191-4/+60
* Add unmanaged pools from 1.4 branchmturk2009-07-181-0/+40
* - palloc now used malloc underneath.pquerna2009-03-251-96/+0
* * include/apr_pools.h (apr_pool_create_unmanaged_ex): ... is consideredjorton2009-02-231-0/+4
* Pools: Documentation update. #define tweaks.striker2008-07-111-8/+9
* Rename apr_pool_create_core to apr_pool_create_unmanaged and deprecate the or...mturk2008-07-091-8/+40
* Revert r647394. The API is incomplete and needs more developmentmturk2008-04-161-34/+0
* Fix typo for r647384mturk2008-04-121-1/+1
* Introduce apr_pool_sys_allocator_setmturk2008-04-121-0/+34
* Introduce apr_pool_pre_cleanup_registermturk2008-04-121-0/+17
* Introduce apr_pool_create_core_exmturk2008-04-121-0/+54
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* * include/apr_pools.h: Clarify docs on cleanups.jorton2005-08-301-16/+34
* * include/apr_pools.h: Remove some out-of-context references tojorton2005-05-041-8/+6
* Steal the joined-pool debug code from 1.3:jorton2005-05-041-1/+5
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* spellingtrawick2004-01-161-1/+1
* Clarify what is and isn't safe to do with cleanups.striker2003-12-121-1/+6
* Fix child_cleanup docco.ben2003-11-031-2/+2
* Submitted by: Julian Foad <julianfoad@btopenworld.com>striker2003-10-301-1/+2
* clarify docs.jwoolley2003-09-261-5/+6
* * include/apr_pools.hstriker2003-09-261-1/+0
* * include/apr_pools.hstriker2003-09-261-2/+5
* axe these deprecated functions:trawick2003-09-031-21/+0
* * 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