summaryrefslogtreecommitdiff
path: root/memory
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Tag the apr global poolstriker2002-03-191-0/+2
* Don't try to obtain a mutex if it was already destroyed...striker2002-03-191-0/+7
* Style Police patrols in the backyard...striker2002-03-181-18/+22
* Factor out the allocators from pools.striker2002-03-151-274/+323
* Move the kill_conditions enum in apr_thread_proc.h into thetrawick2002-03-141-15/+8
* struct process_chain is not part of the API, so get it out oftrawick2002-03-141-0/+16
* Update our copyright for this year.fielding2002-03-131-1/+1
* Export the APR_ALIGN macros.striker2002-03-021-11/+0
* Implement apr_pcalloc in terms of apr_palloc.striker2002-02-091-29/+2
* Rename apr_find_pool to apr_pool_find. Implement it in terms ofstriker2002-02-091-19/+19
* Simplify some logic in the pools debug code by using a 'nested' lock.striker2002-02-081-98/+59
* Trailing whitespace is evil. This gets rids of it. Add some commentsstriker2002-02-071-112/+112
* Fix a bug where we are NULL'ing too many bytes.striker2002-02-061-2/+2
* Add a means to track where allocations are done. Show each andstriker2002-02-051-77/+135
* Move around some logic to make abstraction of the allocator a bitstriker2002-02-051-41/+24
* All memory resources are shared with all NLMs running on NetWare. Thisbnicholes2002-01-311-0/+24
* Get rid of the getpid warning.striker2002-01-301-2/+5