summaryrefslogtreecommitdiff
path: root/lib/apr_pools.c
Commit message (Expand)AuthorAgeFilesLines
* rename miss: s/apr_clear_pool/apr_pool_clear/gDoug MacEachern2001-02-191-3/+3
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...Doug MacEachern2001-02-131-6/+6
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-48/+48
* Eliminate the APR_SIG* aliases for standard signal names,Roy T. Fielding2001-01-281-3/+3
* Add APR_DECLARE to some of APR's function declarations. This helps withRyan Bloom2001-01-111-5/+5
* Keep apr_terminate from seg faulting on terminate. This isRyan Bloom2001-01-061-2/+8
* Back out the changes to ALLOC_STATS that weren't ready yet.Ryan Bloom2001-01-051-70/+0
* We need to initialize have_corkable_tcp to 0, otherwise on platformsRyan Bloom2001-01-051-0/+70
* Fix the compile break in apr_pools.cRyan Bloom2001-01-031-1/+1
* Remove some left overs from the NULL pool code. This was only in debugRyan Bloom2001-01-031-6/+0
* We should not be assigning permanent_pool inside of make_sub_pool. ThisRyan Bloom2001-01-031-3/+1
* Remove the ability to allocate out of a NULL pool. This was always a badRyan Bloom2001-01-021-6/+0
* Begin to remove the ability to allocate out of NULL pools. The firstRyan Bloom2000-12-311-13/+26
* put the pool functions in the pool code.Greg Stein2000-12-061-0/+68
* Change POOL_DEBUG into APR_POOL_DEBUG. This allows us to detect the macroRyan Bloom2000-12-011-21/+21
* Make the APR headers sane.Greg Stein2000-11-261-0/+3
* #include <string.h>, for memset().Ryan Bloom2000-11-091-0/+3
* Fix dependency on misc.hMartin Kraemer2000-11-091-1/+0
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-18/+18
* Squishing bugs.William A. Rowe Jr2000-10-111-1/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-7/+7
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-86/+86
* - fix POOL_DEBUG ... restored the ap_pool_joins that dreid removed.dgaudet2000-07-261-11/+13
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-66/+1
* const-ify the cleanup functionsGreg Stein2000-07-081-7/+7
* use ap_size_t rather than "int" or "long"Greg Stein2000-07-071-17/+18
* Move some private information for pools from a public header file to theRyan Bloom2000-07-051-0/+10
* Cleanup yesterday's patch to make APR use APR namespace protected macros.Ryan Bloom2000-06-221-4/+4
* Big commit. Basically, if APR defines a public feature macro, then APRRyan Bloom2000-06-221-4/+5
* Tidy up the debugging documentation.David Reid2000-06-181-58/+3
* This commit gets the debugging of alloc and pools working again.David Reid2000-06-171-5/+15
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.William A. Rowe Jr2000-05-261-20/+20
* Win32: Convert ap_proc_t to tranparent type.Bill Stoddard2000-05-241-3/+1
* pool->prog_data structures are allocated from within the pool. make sure toGreg Stein2000-05-221-0/+2
* In ap_run_cleanup(), swap the actual running of the cleanup andManoj Kasichainula2000-05-211-4/+1
* Remove all remaining instances in Apache code ofManoj Kasichainula2000-05-211-27/+0
* Since cleanups return an APR status, ap_run_cleanup should too.Manoj Kasichainula2000-05-211-2/+5
* Remove some stuff left over from the old context code. The removes aRyan Bloom2000-05-191-20/+0
* back out APR_ prefix for TRUE,FALSEDoug MacEachern2000-04-281-1/+1
* prefix TRUE,FALSE with APR_Doug MacEachern2000-04-281-1/+1
* Add ApacheModAuthDigest to apache.dsw. Get rid of compile warnings.Bill Stoddard2000-04-221-0/+1
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.Ryan Bloom2000-04-221-1/+1
* Eliminate some useless cruft left over from 1.3Bill Stoddard2000-04-211-14/+0
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-45/+30
* Remove unused variable 'status'Martin Kraemer2000-04-131-2/+1
* permanent_pool was not initialized from the proper variable and wasJeff Trawick2000-04-101-1/+1
* Finish the APR naming cleanup. This removes the struct's fromRyan Bloom2000-04-031-13/+13
* Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause).Bill Stoddard2000-04-031-4/+0
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing theRyan Bloom2000-04-031-13/+13