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