summaryrefslogtreecommitdiff
path: root/memory
Commit message (Expand)AuthorAgeFilesLines
* * Need to use pool_allocator as base instead of node as the endpointer isRuediger Pluem2009-03-091-1/+1
* No need for additional allocator space.Mladen Turk2009-03-091-1/+1
* When creating allocator together with unmanaged poolMladen Turk2009-03-091-4/+9
* 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
* Since all NetWare memory is shared, allowing an application access to the APR...Bradley Nicholes2003-12-091-0/+7
* * memory/unix/apr_pools.cSander Striker2003-11-061-0/+4
* Submitted by: Joe OrtonSander Striker2003-10-301-37/+26
* apr_pools.c: In function `apr_pool_initialize':Cliff Woolley2003-09-281-0/+1
* * misc/unix/start.cSander Striker2003-09-271-0/+14
* axe these deprecated functions:Jeff Trawick2003-09-031-57/+0
* * memory/unix/apr_pools.cSander Striker2003-07-181-1/+1
* Fixed a bug that could be triggered remotely through mod_dav and possibly otherJustin Erenkrantz2003-05-281-1/+1
* * memory/unix/apr_pools.cSander Striker2003-03-071-1/+4
* As near as I can tell, Win32 will now correspond to Unix in terms of theWilliam A. Rowe Jr2003-02-271-21/+6
* A silly little patch - the uses of 'pid' as the apr_proc_t* name are reallyWilliam A. Rowe Jr2003-02-271-12/+13
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Fix cleanups so cleanups actually get run when registered from within anotherSander Striker2002-11-191-11/+16
* Fix a couple of logic bugs:Bill Stoddard2002-11-121-17/+19