summaryrefslogtreecommitdiff
path: root/lib/apr_pools.c
Commit message (Expand)AuthorAgeFilesLines
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-7/+7
* prefix libapr functions and types with apr_dougm2000-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, andrbb2000-07-211-66/+1
* const-ify the cleanup functionsgstein2000-07-081-7/+7
* use ap_size_t rather than "int" or "long"gstein2000-07-071-17/+18
* Move some private information for pools from a public header file to therbb2000-07-051-0/+10
* Cleanup yesterday's patch to make APR use APR namespace protected macros.rbb2000-06-221-4/+4
* Big commit. Basically, if APR defines a public feature macro, then APRrbb2000-06-221-4/+5
* Tidy up the debugging documentation.dreid2000-06-181-58/+3
* This commit gets the debugging of alloc and pools working again.dreid2000-06-171-5/+15
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.wrowe2000-05-261-20/+20
* Win32: Convert ap_proc_t to tranparent type.stoddard2000-05-241-3/+1
* pool->prog_data structures are allocated from within the pool. make sure togstein2000-05-221-0/+2
* In ap_run_cleanup(), swap the actual running of the cleanup andmanoj2000-05-211-4/+1
* Remove all remaining instances in Apache code ofmanoj2000-05-211-27/+0
* Since cleanups return an APR status, ap_run_cleanup should too.manoj2000-05-211-2/+5
* Remove some stuff left over from the old context code. The removes arbb2000-05-191-20/+0
* back out APR_ prefix for TRUE,FALSEdougm2000-04-281-1/+1
* prefix TRUE,FALSE with APR_dougm2000-04-281-1/+1
* Add ApacheModAuthDigest to apache.dsw. Get rid of compile warnings.stoddard2000-04-221-0/+1
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-221-1/+1
* Eliminate some useless cruft left over from 1.3stoddard2000-04-211-14/+0
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-45/+30
* Remove unused variable 'status'martin2000-04-131-2/+1
* permanent_pool was not initialized from the proper variable and wastrawick2000-04-101-1/+1
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-13/+13
* Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause).stoddard2000-04-031-4/+0
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-13/+13
* Update to Apache Software License version 1.1fielding2000-03-311-34/+31
* remove compile warning when compiling without threadstrawick2000-03-291-0/+2
* Tweaked APR initialization and termination so that the lifetimetrawick2000-03-281-21/+17
* Clean up the locks required for pool allocation correctly. If the locksrbb2000-03-211-121/+161
* If we don't have threads in APR, we can't create INTRAPROCESS locks.rbb2000-03-131-1/+28
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Check return code from ap_create_lock.rbb2000-02-281-2/+6
* Fix bug in Win32 ap_get_os_proc() (it was already fixed in the Unix side...).stoddard2000-01-281-6/+9
* Migrate free_proc_chain() for Windows to APR. Fix invalid handle exceptionstoddard2000-01-281-53/+31
* Fi ap_note_subprocess to use ap_proc_t's instead of pid's.rbb1999-12-131-6/+6
* Make APR compile on Windows again. The changes that I introduced forrbb1999-12-091-1/+1
* Tidy up a small copy/paste error in the headers.dreid1999-12-061-1/+1
* Cleanup some mistakes I made. We are now configuring the APR_HAS_FOOrbb1999-12-061-0/+3
* Fix a couple of warnings that were caused by the APR leak problem. Theserbb1999-12-021-0/+3
* The next step in removing the APR HAVE_*_H leak. This removes all of thoserbb1999-12-011-0/+6
* correct some build errors.gstein1999-11-271-4/+4
* Deal with pool function failures in a clean way. I need to look at how werbb1999-11-241-22/+32
* This removes all of the fprintf calls from APR, except for those whichrbb1999-11-231-7/+1
* Make -DALLOC_USE_MALLOC work for APR's pools.manoj1999-10-291-1/+5
* I am actually going to fix the recursive lock contention this time.rbb1999-10-131-9/+3
* Fix a bug in pool locking. The current logic requires recursive mutex's,rbb1999-10-121-5/+15