summaryrefslogtreecommitdiff
path: root/include/apr_pools.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces.Ivan Zhakov2022-11-191-6/+6
* Fix a doxygen syntax.Christophe Jaillet2020-11-081-2/+2
* Add empty stubs for APR pool functions, that areRainer Jung2019-07-171-28/+10
* Add apr_pool_get_tag to retrieve the pool tag name.Joe Orton2017-12-121-0/+7
* Follow up to r1788346: we don't really need a separate "order" setting forYann Ylavic2017-03-241-9/+0
* apr_allocator, apr_pools: Add apr_allocator_page_size(),Yann Ylavic2017-03-231-0/+8
* Fix doc errors in APR header files.Jeff Trawick2013-06-251-17/+17
* Add apr_pool_owner_set function to allow use of pool debugging with threadsStefan Fritsch2013-03-231-0/+16
* add attribute alloc_size to a few functionsStefan Fritsch2012-05-211-0/+6
* Add some nonnull and pure attributes Stefan Fritsch2011-05-151-44/+61
* Remove all deprecated pool*_core functions. (renamed to _unmanaged)Paul Querna2009-12-251-30/+3
* Add comments describing the thread-safety properties of apr_pool_t.Graham Leggett2009-09-091-5/+19
* Reveert pool code back to r751657, before we got a little crazy and tried to ...Paul Querna2009-07-191-4/+60
* Add unmanaged pools from 1.4 branchMladen Turk2009-07-181-0/+40
* - palloc now used malloc underneath.Paul Querna2009-03-251-96/+0
* * include/apr_pools.h (apr_pool_create_unmanaged_ex): ... is consideredJoe Orton2009-02-231-0/+4
* Pools: Documentation update. #define tweaks.Sander Striker2008-07-111-8/+9
* Rename apr_pool_create_core to apr_pool_create_unmanaged and deprecate the or...Mladen Turk2008-07-091-8/+40
* Revert r647394. The API is incomplete and needs more developmentMladen Turk2008-04-161-34/+0
* Fix typo for r647384Mladen Turk2008-04-121-1/+1
* Introduce apr_pool_sys_allocator_setMladen Turk2008-04-121-0/+34
* Introduce apr_pool_pre_cleanup_registerMladen Turk2008-04-121-0/+17
* Introduce apr_pool_create_core_exMladen Turk2008-04-121-0/+54
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* * include/apr_pools.h: Clarify docs on cleanups.Joe Orton2005-08-301-16/+34
* * include/apr_pools.h: Remove some out-of-context references toJoe Orton2005-05-041-8/+6
* Steal the joined-pool debug code from 1.3:Joe Orton2005-05-041-1/+5
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* spellingJeff Trawick2004-01-161-1/+1
* Clarify what is and isn't safe to do with cleanups.Sander Striker2003-12-121-1/+6
* Fix child_cleanup docco.Ben Laurie2003-11-031-2/+2
* Submitted by: Julian Foad <julianfoad@btopenworld.com>Sander Striker2003-10-301-1/+2
* clarify docs.Cliff Woolley2003-09-261-5/+6
* * include/apr_pools.hSander Striker2003-09-261-1/+0
* * include/apr_pools.hSander Striker2003-09-261-2/+5
* axe these deprecated functions:Jeff Trawick2003-09-031-21/+0
* * include/apr_pools.hSander Striker2003-03-111-0/+3
* Rebalance our exposed headers such that everything is nested properlyWilliam A. Rowe Jr2003-03-051-30/+34
* Revert bogus commit of revision 1.100.Branko Čibej2003-02-121-3/+0
* Added two new functions, apr_filepath_list_split and apr_filepath_list_merge,Branko Čibej2003-02-121-0/+3
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Go through doxygen output and remove as many errors and warnings as I could.Justin Erenkrantz2002-11-101-1/+1
* Aught to not nest extern "C" {} blocks, although this wasn't the bugWilliam A. Rowe Jr2002-06-241-6/+6
* More API get/set renames, and providing stubs for those previouslyWilliam A. Rowe Jr2002-06-081-8/+11
* New function: apr_pool_allocator_get. This function allows us toSander Striker2002-05-301-0/+6
* Renames:Sander Striker2002-05-301-1/+1
* Fair warning, as this keeps coming up over and over. We're not usingCliff Woolley2002-05-251-2/+8
* get rid of the macro redefinition warnings for a pool-debug buildJeff Trawick2002-05-101-1/+1