summaryrefslogtreecommitdiff
path: root/lib/apr_pools.c
Commit message (Expand)AuthorAgeFilesLines
* remove compile warning when compiling without threadsJeff Trawick2000-03-291-0/+2
* Tweaked APR initialization and termination so that the lifetimeJeff Trawick2000-03-281-21/+17
* Clean up the locks required for pool allocation correctly. If the locksRyan Bloom2000-03-211-121/+161
* If we don't have threads in APR, we can't create INTRAPROCESS locks.Ryan Bloom2000-03-131-1/+28
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Check return code from ap_create_lock.Ryan Bloom2000-02-281-2/+6
* Fix bug in Win32 ap_get_os_proc() (it was already fixed in the Unix side...).Bill Stoddard2000-01-281-6/+9
* Migrate free_proc_chain() for Windows to APR. Fix invalid handle exceptionBill Stoddard2000-01-281-53/+31
* Fi ap_note_subprocess to use ap_proc_t's instead of pid's.Ryan Bloom1999-12-131-6/+6
* Make APR compile on Windows again. The changes that I introduced forRyan Bloom1999-12-091-1/+1
* Tidy up a small copy/paste error in the headers.David Reid1999-12-061-1/+1
* Cleanup some mistakes I made. We are now configuring the APR_HAS_FOORyan Bloom1999-12-061-0/+3
* Fix a couple of warnings that were caused by the APR leak problem. TheseRyan Bloom1999-12-021-0/+3
* The next step in removing the APR HAVE_*_H leak. This removes all of thoseRyan Bloom1999-12-011-0/+6
* correct some build errors.Greg Stein1999-11-271-4/+4
* Deal with pool function failures in a clean way. I need to look at how weRyan Bloom1999-11-241-22/+32
* This removes all of the fprintf calls from APR, except for those whichRyan Bloom1999-11-231-7/+1
* Make -DALLOC_USE_MALLOC work for APR's pools.Manoj Kasichainula1999-10-291-1/+5
* I am actually going to fix the recursive lock contention this time.Ryan Bloom1999-10-131-9/+3
* Fix a bug in pool locking. The current logic requires recursive mutex's,Ryan Bloom1999-10-121-5/+15
* Remove most of the annoying "re ap_context_t mplement" mis-replacementsMartin Kraemer1999-10-111-4/+4
* Ooops, missed an argument swap on the create_locks call.Bill Stoddard1999-10-111-6/+4
* Migrate pool locking to use apr locks.Bill Stoddard1999-10-111-18/+25
* Make Apache use the new ap_create_process call. This is the first of aRyan Bloom1999-10-111-555/+0
* fix typoRalf S. Engelschall1999-10-081-1/+1
* Ok, today it bored me too much that APR shouts many pages with warnings underRalf S. Engelschall1999-10-011-1/+1
* Move ap_pregcomp and ap_pregfree from APR to Apache proper, since theseManoj Kasichainula1999-09-201-37/+0
* Put back the regex_cleanup that was taken out by accidentManoj Kasichainula1999-09-201-2/+1
* Fix warnings.Ben Laurie1999-09-121-1/+1
* Fix some STUPID typos I made on my last commit.Ryan Bloom1999-09-081-2/+2
* Protect some #includes with #ifdefs and remove one that is no longer needed.Ryan Bloom1999-09-081-1/+6
* Remove the "ap_popenf"-like calls. These are basically the ones that wereRyan Bloom1999-09-081-265/+12
* Allor ap_palloc to work without a pool. Basically, this just uses malloc.Ryan Bloom1999-09-071-19/+41
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-70/+97
* Two more changes for AIX. One defines the __attributes__ directive for non-gccRyan Bloom1999-08-181-1/+0
* Cleanup some warnings on BSD. Also fixes the other two problems Ben foundRyan Bloom1999-08-181-0/+4
* Initial revisionRyan Bloom1999-08-171-0/+2110