summaryrefslogtreecommitdiff
path: root/memory
Commit message (Expand)AuthorAgeFilesLines
* add a new define APR_POOL_DEBUG_VERBOSEIan Holsman2002-01-111-6/+52
* Clear the pool struct when APR_POOL_DEBUG is defined.Sander Striker2002-01-101-6/+4
* Fill in code that is to be used when APR_POOL_DEBUG is defined.Sander Striker2002-01-011-228/+652
* * memory/unix/apr_pools.c (apr_pool_create_ex): Properly inheritSander Striker2002-01-011-0/+3
* Enable apr_pool_tag by default, instead of only when APR_POOL_DEBUGSander Striker2001-12-181-7/+1
* Bring the code more into the style of the rest of APR. ReplacedSander Striker2001-12-151-40/+53
* get the new pools code to compile when !APR_HAS_THREADSJeff Trawick2001-12-141-1/+9
* AIX system header files define something called ALIGN(),Jeff Trawick2001-12-141-10/+10
* - Switch a sleep call to apr_sleepJustin Erenkrantz2001-12-141-36/+3
* remember us pool people working in evil-empire landIan Holsman2001-12-141-4/+4
* Move us over to the new pools code. The debug code isn't in place yet,Sander Striker2001-12-141-1108/+646
* Speed up apr_pool_userdata_set[n] by letting apr_hash_set/get figure out theIan Holsman2001-11-231-8/+4
* This patch speeds up the apr_hash_t implementation'sIan Holsman2001-11-211-1/+1
* Introduce the apr_pool_userdata_setn() variant that doesn't strdup the key.William A. Rowe Jr2001-10-291-1/+20
* Fix the reporting for child processes that die. This removesRyan Bloom2001-10-231-2/+2
* Introduce apr_pool_lock for debugging, in combination withWilliam A. Rowe Jr2001-09-281-1/+84
* Remove SMS and all references.Sander Striker2001-09-289-3699/+1
* Add an extra parameter to all apr_proc_wait() calls for the new "exitcode"Greg Stein2001-09-201-2/+2
* Whoops - we want that hproc just a little while longer.William A. Rowe Jr2001-09-171-6/+8
* Fix two odd bits of breakage. Don't you just -love- casts?William A. Rowe Jr2001-09-171-2/+6
* The spawn_mutex is a leftover from 1.3. Remove it.Justin Erenkrantz2001-09-021-8/+0
* That free statement is altogether stupid.Justin Erenkrantz2001-08-301-4/+0
* Removed code for NetWare that is trying to free a lock handle as if it wereBradley Nicholes2001-08-301-0/+2
* Doxygen updatesIan Holsman2001-08-241-9/+9
* fix some homophonic issues in comments, as well as someJeff Trawick2001-08-152-2/+2
* Make all APR pools be allocated out of the permanent pool.Ryan Bloom2001-08-131-2/+5
* Add doxygen work for SMS code.Ryan Bloom2001-08-121-20/+31
* don't destroy an APR lock which wasn't successfully created;Jeff Trawick2001-08-091-2/+0
* Modify this semantic to 1. keep in tune with apr return values (althoughWilliam A. Rowe Jr2001-08-022-22/+20
* It just won't work on win32 that way... need an .m4 test for HAVE__ENDWilliam A. Rowe Jr2001-08-021-2/+8
* gotta use apr_os_thread_equal() instead of comparing apr_os_thread_tJeff Trawick2001-07-271-3/+3
* Use apr_want.h instead of using string.h directlyCliff Woolley2001-07-241-1/+2
* D'oh - that was stupid.Justin Erenkrantz2001-07-241-1/+1
* Thank you justin :)William A. Rowe Jr2001-07-231-1/+1
* This is the patch described in the prior cvs checkinWilliam A. Rowe Jr2001-07-231-7/+3
* Depricated the broken apr_pool_child_cleanup_kill, and added the newWilliam A. Rowe Jr2001-07-231-6/+8
* Remove independent lock. Rely on the lock in the apr_sms_t structureJustin Erenkrantz2001-07-231-38/+25
* Ensure that our parent knows to be thread-safe before we continueJustin Erenkrantz2001-07-231-24/+33
* #include <string.h>, for memcpy().Karl Fogel2001-07-191-0/+1
* use a macro for obtaining the thread hash value so thatJeff Trawick2001-07-181-4/+6
* Add a new function to be able to cancel a child cleanup. This isRyan Bloom2001-07-141-0/+21
* Fix up the min_free setting in the create function is a way that itSander Striker2001-07-121-1/+3
* Changed the calls to apr_sms_trivial_create to apr_sms_trivial_create_exSander Striker2001-07-121-4/+14
* Add a SMS module that will maintain a free list per thread. This couldSander Striker2001-07-122-1/+964
* The 'pools are sms' patch. Think I got everything :)David Reid2001-07-113-0/+222
* Thinko.Justin Erenkrantz2001-07-081-1/+1
* This function is only used if we are debugging the code, so we shouldRyan Bloom2001-07-071-2/+2
* Get us building again. David changed the header files, but not the .cJustin Erenkrantz2001-07-071-1/+1
* Remove an uneeded cast.David Reid2001-07-071-1/+1
* Few changes, mainly to add more support for sms :)David Reid2001-07-072-1/+36