summaryrefslogtreecommitdiff
path: root/memory
Commit message (Expand)AuthorAgeFilesLines
* This is a much larger commit than I meant to have, but a lot hasdreid2001-06-062-3/+46
* Add some explanation of the way that parent/child/sibling relationshipsdreid2001-06-051-7/+18
* Add an accessor function for the SMS identity.dreid2001-06-051-0/+4
* Greg wanted the TODO file removed, Greg has the TODO file removed.dreid2001-06-051-44/+0
* It is satisfactory for the current memory system itself to be tracking.jwoolley2001-06-041-1/+4
* * Remove the unnecessary parameter checks and the extra error codes thatjwoolley2001-06-043-126/+15
* This changes apr_sms_create into a more appropriately nameddreid2001-06-013-24/+39
* Add some more stuff to the TODOdreid2001-05-301-0/+15
* Add an identity string to the memory modules. Justin pointed out thatdreid2001-05-302-0/+6
* Add a TODO for the memory stuff.dreid2001-05-291-0/+29
* Bring SMS code into line with the Apache styleguide. No functional change.jwoolley2001-05-203-116/+123
* Fix some accidentally inverted logic.jwoolley2001-05-201-1/+1
* Some more tidying up.dreid2001-05-191-16/+17
* This assignment does seem to be intentional, so throw ajwoolley2001-05-191-2/+2
* Fix warnings.ben2001-05-191-1/+5
* More cleanup and improvement of the memory code...dreid2001-05-191-98/+165
* Sing, "we are apr"... and make all hash functions accept apr_ssize_twrowe2001-05-161-4/+4
* Now we've moved the memory files update the references so we candreid2001-05-143-3/+4
* Remove the old memory files...dreid2001-05-143-1005/+0
* Add the renamed memory files to APR.dreid2001-05-144-3/+1008
* This should get the memory code building again and also addeddreid2001-05-132-11/+18
* OK, this commit basically tries to address the assert vs check thing we've alldreid2001-05-131-25/+66
* The big name change for the memory code. Names used follow the outline Idreid2001-05-133-301/+327
* As I'm off to work again tomorrow, here is the final batch of memory changesdreid2001-05-112-76/+78
* Some more updates and small corrections to the memory code. This starts todreid2001-05-103-48/+47
* Some small changes to the return values of some functions. Basicallydreid2001-05-091-5/+7
* Thought I'd already done this... This is needed to get the new memorydreid2001-05-091-2/+2
* Add cvs goodness...dreid2001-05-091-0/+4
* The new memory code from Sander, Luke and Elrond. This has been modified todreid2001-05-094-0/+941
* *) add apr_pool_get_parent() function.gstein2001-04-271-2/+14
* *) Make the apr_pool_t structure private.gstein2001-04-261-31/+71
* Add a nifty memory/pool debugging option: allocation everything on a page,gstein2001-04-261-12/+88
* * shift some debug symbols to apr_pools.c since they are entirely internalgstein2001-04-171-5/+42
* Eliminate usage of long long in favor of apr_uint64_t.fielding2001-04-121-4/+5
* If the process no longer exists, we might as well remember not totrawick2001-04-041-1/+1
* More doxygenation.ben2001-03-111-1/+1
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-5/+5
* rename miss: s/apr_clear_pool/apr_pool_clear/gdougm2001-02-191-3/+3
* Update copyright to 2001fielding2001-02-161-1/+1
* doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...dougm2001-02-131-6/+6
* renaming various functions for consistency sakedougm2001-02-081-48/+48
* Eliminate the APR_SIG* aliases for standard signal names,fielding2001-01-281-3/+3
* Add APR_DECLARE to some of APR's function declarations. This helps withrbb2001-01-111-5/+5
* Keep apr_terminate from seg faulting on terminate. This isrbb2001-01-061-2/+8
* Back out the changes to ALLOC_STATS that weren't ready yet.rbb2001-01-051-70/+0
* We need to initialize have_corkable_tcp to 0, otherwise on platformsrbb2001-01-051-0/+70
* Fix the compile break in apr_pools.crbb2001-01-031-1/+1
* Remove some left overs from the NULL pool code. This was only in debugrbb2001-01-031-6/+0
* We should not be assigning permanent_pool inside of make_sub_pool. Thisrbb2001-01-031-3/+1
* Remove the ability to allocate out of a NULL pool. This was always a badrbb2001-01-021-6/+0