summaryrefslogtreecommitdiff
path: root/memory
Commit message (Expand)AuthorAgeFilesLines
* 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
* get a --disable-threads --enable-pool-debug built to compile againtrawick2002-01-261-1/+1
* Deprecate apr_pool_free_blocks_num_bytes.striker2002-01-241-6/+0
* Never consider a commit when you have limited time...striker2002-01-241-14/+1
* Introduce a new configure option: --enable-pool-debugstriker2002-01-241-155/+215
* fix a typo in a commenttrawick2002-01-211-1/+1
* Provide stubs for apr_pool_xxx_debug in release builds. This givesstriker2002-01-181-0/+26
* In verbose debug mode, also output the parent pool on CLEAR and DESTROY.striker2002-01-151-4/+8
* Move around the creation of the lock and adding the pool to thestriker2002-01-151-22/+22
* In debug, no matter what the creation flags say, alwaysstriker2002-01-141-11/+23