summaryrefslogtreecommitdiff
path: root/memory
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update free_proc_chain timeout algorithm from a static 3 second timeoutBill Stoddard2002-11-121-3/+36
* Revert the apr_pool_userdata_get change from last night.Ryan Bloom2002-10-221-4/+0
* Allow people who use userdata to distinguish between a successful retrievalRyan Bloom2002-10-221-2/+8
* Revert wrowes last commit and use casts instead.Sander Striker2002-10-051-3/+4
* Patch a compilation signedness emit... the difference of the memory ptrsWilliam A. Rowe Jr2002-09-291-3/+3
* Fix pools to play nice with gcc bounds checking.Sander Striker2002-08-121-9/+5
* Detabbify previous commit... The offending party has been slapped on theSander Striker2002-07-131-7/+7
* Remove a bogus fixup from apr_vformatter, which made sure a NUL byte couldSander Striker2002-07-131-0/+23
* use new time conversion macros in place of APR_USEC_PER_SECBrian Pane2002-07-051-1/+1
* Introduce a new symbolic constant, effectively eliminating a magicSander Striker2002-07-041-1/+4
* get rid of a warning (unreferenced static function) for some pool-debugJeff Trawick2002-06-121-0/+2
* move some deprecated functions inside a check for APR_HAS_THREADSJeff Trawick2002-06-101-0/+3