summaryrefslogtreecommitdiff
path: root/memory
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Don't allow apr_pool_parent_get() to return a NULL pointer. Since there aren...bnicholes2006-06-021-1/+1
* * memory/unix/apr_pools.c (apr_pool_create_ex): Revert previousjorton2006-03-101-1/+5
* * memory/unix/apr_pools.c (apr_pool_create_ex): Remove a redundantjorton2006-03-091-1/+1
* * memory/unix/apr_pools.c (pool_clear_debug): Scribble over blocksjorton2005-10-251-2/+9
* Decrement apr_pools_initialized in the debug version of apr_pool_termiante, m...pquerna2005-08-271-1/+2
* * memory/unix/apr_pools.c (apr_pool_cleanup_kill) [APR_POOL_DEBUG]:jorton2005-08-241-0/+9
* Abort if the caller violates a joined-pool guarantee and explicitlyjorton2005-05-311-3/+21
* Steal the joined-pool debug code from 1.3:jorton2005-05-041-0/+16
* fix the style of the variable I added.pquerna2005-03-231-1/+1
* Check the 'APR_POOL_DEBUG_LOG' for an alternative to stderr for debugging poo...pquerna2005-03-231-1/+14
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Remove .cvsignore files.jorton2004-11-181-5/+0
* WIN64: update pools code for 64 bit compilesake2004-10-071-9/+15
* Reuse cleanup structures to prevent memory consumption from repeatedjorton2004-06-171-1/+14
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-13/+0
* Move the NetWare memory pool cleanup code outside of the APR_POOL_DEBUG #if s...bnicholes2004-02-021-18/+23