summaryrefslogtreecommitdiff
path: root/memory
Commit message (Expand)AuthorAgeFilesLines
* correct missing NULLwrowe2009-08-041-1/+1
* SECURITY: CVE-2009-2412 (cve.mitre.org)wrowe2009-08-041-5/+14
* Complete commit 488084; not only the documentation, but detection of underflow!wrowe2007-10-171-2/+31
* Update license header.jorton2006-09-201-6/+6
* Merge r328355 into 0.9.x.rooneg2006-01-261-2/+9
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Remove .cvsignore files.APR_0_9_BRANCHjorton2004-11-201-5/+0
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
* Since all NetWare memory is shared, allowing an application access to the APR...bnicholes2003-12-091-0/+7
* Backport from 1.0striker2003-10-301-37/+26
* brain fartjwoolley2003-09-281-1/+1
* apr_pools.c: In function `apr_pool_initialize':jwoolley2003-09-281-0/+1
* * misc/unix/start.cstriker2003-09-271-0/+14
* * memory/unix/apr_pools.cstriker2003-07-181-1/+1
* Fixed a bug that could be triggered remotely through mod_dav and possibly otherjerenkrantz2003-05-281-1/+1
* * memory/unix/apr_pools.cstriker2003-03-071-1/+4
* As near as I can tell, Win32 will now correspond to Unix in terms of thewrowe2003-02-271-21/+6
* A silly little patch - the uses of 'pid' as the apr_proc_t* name are reallywrowe2003-02-271-12/+13
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Fix cleanups so cleanups actually get run when registered from within anotherstriker2002-11-191-11/+16
* Fix a couple of logic bugs:stoddard2002-11-121-17/+19
* Update free_proc_chain timeout algorithm from a static 3 second timeoutstoddard2002-11-121-3/+36
* Revert the apr_pool_userdata_get change from last night.rbb2002-10-221-4/+0
* Allow people who use userdata to distinguish between a successful retrievalrbb2002-10-221-2/+8
* Revert wrowes last commit and use casts instead.striker2002-10-051-3/+4
* Patch a compilation signedness emit... the difference of the memory ptrswrowe2002-09-291-3/+3
* Fix pools to play nice with gcc bounds checking.striker2002-08-121-9/+5
* Detabbify previous commit... The offending party has been slapped on thestriker2002-07-131-7/+7
* Remove a bogus fixup from apr_vformatter, which made sure a NUL byte couldstriker2002-07-131-0/+23
* use new time conversion macros in place of APR_USEC_PER_SECbrianp2002-07-051-1/+1
* Introduce a new symbolic constant, effectively eliminating a magicstriker2002-07-041-1/+4
* get rid of a warning (unreferenced static function) for some pool-debugtrawick2002-06-121-0/+2
* move some deprecated functions inside a check for APR_HAS_THREADStrawick2002-06-101-0/+3
* Seems I was cutting a pasting just a little over the speed limit.wrowe2002-06-081-3/+3
* More API get/set renames, and providing stubs for those previouslywrowe2002-06-081-4/+58
* Move the apr_pool_allocator_get out of the #if !APR_POOL_DEBUG block.striker2002-05-301-5/+5
* New function: apr_pool_allocator_get. This function allows us tostriker2002-05-301-0/+5
* The style police patrols in a dimly lit alleyway...striker2002-05-301-9/+9
* Fix the pool debug code. A pool clear destroys the pools mutex.striker2002-05-301-0/+31
* Renames:striker2002-05-301-13/+13
* Don't inline and export functions at the same time.striker2002-05-291-16/+24
* The 'reuse' patch. This will make pools a bit more carefull aboutstriker2002-05-261-30/+149
* The hi free patch. This will add the ability for a developer tostriker2002-05-261-2/+54
* Since we're using -Wmissing-prototypes, we were getting this warning:jwoolley2002-05-051-0/+1
* Convert apr_pcalloc to a macro to take advantage of compilerbrianp2002-05-051-0/+8
* Add .deps to cvsignore since APR may now generate .deps files.jerenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-221-0/+2
* Minor tweaks to expose things in the apr_allocator API needed to implementjwoolley2002-04-011-18/+5
* Fix a logic bug.striker2002-03-311-1/+1
* Fix the fix...striker2002-03-191-7/+9