summaryrefslogtreecommitdiff
path: root/memory
Commit message (Expand)AuthorAgeFilesLines
* Revert r1897209 and r1863234 to preserve ABI on 1.7.x.Yann Ylavic2022-06-171-1/+1
* apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.Yann Ylavic2022-01-191-39/+0
* apr_pools: Follow up to r1863234: APR_POOL_DEBUG macros for compat.Yann Ylavic2022-01-191-23/+0
* Merge r1878340, r1878343, r1878354, r1878365, r1878342 from trunk:Joe Orton2021-07-021-1/+1
* Merge r936323, r1460182, r1884077, r1884078 from trunk:Yann Ylavic2020-12-041-0/+39
* Merge r1806296, r1883805 from trunk:Yann Ylavic2020-12-041-63/+32
* Merge r1883800, r1883801, r1883802, r1883806 from trunk:Yann Ylavic2020-12-041-98/+123
* Merge r1883749 from trunk:Yann Ylavic2020-11-231-6/+14
* Merge r1883750 from trunk:Yann Ylavic2020-11-231-3/+1
* Merge r1856873 from trunk:Yann Ylavic2020-04-301-4/+4
* Add empty stubs for APR pool functions, that areRainer Jung2019-07-171-1/+24
* Register the pool debug log cleanup handler after emitting theRainer Jung2019-07-171-7/+7
* Follow up to r1675967 (trunk) resp. r1863202 (1.7.x):Rainer Jung2019-07-171-0/+13
* Fix pool debugging output so that creation events areRainer Jung2019-07-171-14/+13
* Expand apr pools debug output with parent information.Rainer Jung2019-07-171-1/+3
* Pool debugging fixesRainer Jung2019-07-171-1/+6
* Split apr_pool_check_integrity() into two partsRainer Jung2019-07-171-3/+17
* * memory/unix/apr_pools.c (apr_pool_cleanup_register):Rainer Jung2019-07-171-0/+4
* Merge r1822357 from trunk:Yann Ylavic2018-04-041-10/+10
* Merge r1789947 from trunk:Yann Ylavic2017-04-031-1/+3
* Merge r1788334, r1788337 from trunk:Yann Ylavic2017-03-241-4/+26
* Merge r1595549:Stefan Fritsch2014-05-171-19/+26
* Backport r1594684:Stefan Fritsch2014-05-141-2/+2
* Backport r1593615, r1594708 from trunk:Stefan Fritsch2014-05-141-3/+29
* Merge r892435 from trunk:Stefan Fritsch2014-05-141-8/+8
* Backport r1593614 from trunk:Stefan Fritsch2014-05-141-3/+101
* Backport r1460180:Stefan Fritsch2014-05-141-3/+3
* Merge non-apr-util parts of r1438957 from trunk:Stefan Fritsch2014-05-141-19/+141
* Backport r1438940 from trunk:Stefan Fritsch2014-05-091-13/+13
* backport r979891:Stefan Fritsch2011-10-151-0/+1
* Backport r1130270, r1130274:Stefan Fritsch2011-06-011-1/+6
* Merge r892387 from trunk:Jeff Trawick2011-03-211-11/+20
* Backport r1072165:Stefan Fritsch2011-03-201-1/+40
* Backport of r990435Stefan Fritsch2011-03-201-7/+7
* SECURITY: CVE-2009-2412 (cve.mitre.org)William A. Rowe Jr2009-08-041-7/+15
* Use the free_cleanup list for both post and pre cleanup listsMladen Turk2009-04-021-11/+5
* Use correct array for pre_cleanupsMladen Turk2008-07-191-2/+2
* Rename apr_pool_create_core to apr_pool_create_unmanaged and deprecate the or...Mladen Turk2008-07-091-2/+41
* Revert r647394. The API is incomplete and needs more developmentMladen Turk2008-04-161-81/+18
* Add apr_pool_pre_cleanup_register implementation.Mladen Turk2008-04-121-0/+24
* Introduce apr_pool_sys_allocator_setMladen Turk2008-04-121-18/+81
* Introduce apr_pool_pre_cleanup_registerMladen Turk2008-04-121-0/+47
* Introduce apr_pool_create_core_exMladen Turk2008-04-121-0/+148
* Factor out node free space calculation, and fix off-by-one in the useJoe Orton2008-04-071-4/+6
* Complete commit 488084; not only the documentation, but detection of underflow!William A. Rowe Jr2007-10-171-2/+8
* Update apr_atomic_init documentation. PR: 42760.Davi Arnaut2007-06-291-0/+3
* * memory/unix/apr_pools.c (apr_pool_log_event): Fix compiler warningJoe Orton2007-01-121-4/+4
* * memory/unix/apr_pools.c (apr_pool_initialize): Fix possible crashJoe Orton2007-01-071-2/+10
* * memory/unix/apr_pools.c (pool_clear_debug): Fix pointer subtraction.Joe Orton2007-01-071-1/+1
* * memory/unix/apr_pools.cSander Striker2006-12-181-0/+23