summaryrefslogtreecommitdiff
path: root/memory
Commit message (Expand)AuthorAgeFilesLines
* Revert r1897209 and r1863234 to preserve ABI on 1.7.x.ylavic2022-06-171-1/+1
* apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.ylavic2022-01-191-39/+0
* apr_pools: Follow up to r1863234: APR_POOL_DEBUG macros for compat.ylavic2022-01-191-23/+0
* Merge r1878340, r1878343, r1878354, r1878365, r1878342 from trunk:jorton2021-07-021-1/+1
* Merge r936323, r1460182, r1884077, r1884078 from trunk:ylavic2020-12-041-0/+39
* Merge r1806296, r1883805 from trunk:ylavic2020-12-041-63/+32
* Merge r1883800, r1883801, r1883802, r1883806 from trunk:ylavic2020-12-041-98/+123
* Merge r1883749 from trunk:ylavic2020-11-231-6/+14
* Merge r1883750 from trunk:ylavic2020-11-231-3/+1
* Merge r1856873 from trunk:ylavic2020-04-301-4/+4
* Add empty stubs for APR pool functions, that arerjung2019-07-171-1/+24
* Register the pool debug log cleanup handler after emitting therjung2019-07-171-7/+7
* Follow up to r1675967 (trunk) resp. r1863202 (1.7.x):rjung2019-07-171-0/+13
* Fix pool debugging output so that creation events arerjung2019-07-171-14/+13
* Expand apr pools debug output with parent information.rjung2019-07-171-1/+3
* Pool debugging fixesrjung2019-07-171-1/+6
* Split apr_pool_check_integrity() into two partsrjung2019-07-171-3/+17
* * memory/unix/apr_pools.c (apr_pool_cleanup_register):rjung2019-07-171-0/+4
* Merge r1822357 from trunk:ylavic2018-04-041-10/+10
* Merge r1789947 from trunk:ylavic2017-04-031-1/+3
* Merge r1788334, r1788337 from trunk:ylavic2017-03-241-4/+26
* Merge r1595549:sf2014-05-171-19/+26
* Backport r1594684:sf2014-05-141-2/+2
* Backport r1593615, r1594708 from trunk:sf2014-05-141-3/+29
* Merge r892435 from trunk:sf2014-05-141-8/+8
* Backport r1593614 from trunk:sf2014-05-141-3/+101
* Backport r1460180:sf2014-05-141-3/+3
* Merge non-apr-util parts of r1438957 from trunk:sf2014-05-141-19/+141
* Backport r1438940 from trunk:sf2014-05-091-13/+13
* backport r979891:sf2011-10-151-0/+1
* Backport r1130270, r1130274:sf2011-06-011-1/+6
* Merge r892387 from trunk:trawick2011-03-211-11/+20
* Backport r1072165:sf2011-03-201-1/+40
* Backport of r990435sf2011-03-201-7/+7
* SECURITY: CVE-2009-2412 (cve.mitre.org)wrowe2009-08-041-7/+15
* Use the free_cleanup list for both post and pre cleanup listsmturk2009-04-021-11/+5
* Use correct array for pre_cleanupsmturk2008-07-191-2/+2
* Rename apr_pool_create_core to apr_pool_create_unmanaged and deprecate the or...mturk2008-07-091-2/+41
* Revert r647394. The API is incomplete and needs more developmentmturk2008-04-161-81/+18
* Add apr_pool_pre_cleanup_register implementation.mturk2008-04-121-0/+24
* Introduce apr_pool_sys_allocator_setmturk2008-04-121-18/+81
* Introduce apr_pool_pre_cleanup_registermturk2008-04-121-0/+47
* Introduce apr_pool_create_core_exmturk2008-04-121-0/+148
* Factor out node free space calculation, and fix off-by-one in the usejorton2008-04-071-4/+6
* Complete commit 488084; not only the documentation, but detection of underflow!wrowe2007-10-171-2/+8
* Update apr_atomic_init documentation. PR: 42760.davi2007-06-291-0/+3
* * memory/unix/apr_pools.c (apr_pool_log_event): Fix compiler warningjorton2007-01-121-4/+4
* * memory/unix/apr_pools.c (apr_pool_initialize): Fix possible crashjorton2007-01-071-2/+10
* * memory/unix/apr_pools.c (pool_clear_debug): Fix pointer subtraction.jorton2007-01-071-1/+1
* * memory/unix/apr_pools.cstriker2006-12-181-0/+23