summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_18(no author)2001-05-185-1901/+0
* Get the compile flag types right and in order.fielding2001-05-182-8/+9
* I wish I'd thought of this first...fielding2001-05-171-15/+30
* Do the cleans in test and build the right way, like apr-util.fielding2001-05-173-16/+7
* There is a list of pending renames in apr... comments folks?wrowe2001-05-171-13/+3
* Add APR_HAS_OTHER_CHILD support to Win32stoddard2001-05-175-8/+54
* Remove apr_proc_probe_writable_fdsstoddard2001-05-163-58/+0
* Automatically remove other-child registrations when thetrawick2001-05-164-8/+36
* Make the other child struct a bit more portable wrt to the filestoddard2001-05-162-2/+4
* A touch of fixes for win32. Lots more wrong apr_size_t vs apr_off_twrowe2001-05-164-5/+5
* Sing, "we are apr"... and make all hash functions accept apr_ssize_twrowe2001-05-169-30/+36
* Hmmm... been sitting on this little test bench a while, time to share.wrowe2001-05-161-6/+17
* Those aren't DWORDs, they are apr_size_t.wrowe2001-05-161-3/+2
* Needed for the filestat.c change in win32. Should help vanilla VC5wrowe2001-05-161-2/+5
* Partially solve the char/device issue, with a couple of observationswrowe2001-05-161-28/+94
* If I don't understand my original comment, who else will?wrowe2001-05-161-3/+3
* Required for reliable piped logs in Apache 2.stoddard2001-05-151-1/+3
* Byte counts are apr_size_t, win32 declares a goofy ptrdiff_t thatwrowe2001-05-153-6/+6
* don't hard-code some dll-related flags for OS/390 intrawick2001-05-151-5/+1
* Now we've moved the memory files update the references so we candreid2001-05-145-6/+7
* Remove the old memory files...dreid2001-05-143-1005/+0
* Add the renamed memory files to APR.dreid2001-05-144-3/+1008
* apr_memory_system.h has become apr_sms.hdreid2001-05-142-381/+0
* The renamed memory headers...dreid2001-05-142-0/+381
* get rid of some unused variablestrawick2001-05-141-2/+0
* The remainder of the changes to testfile.dreid2001-05-141-146/+73
* get rid of some unused variablestrawick2001-05-142-3/+0
* Change testfile.c to start using the new functions in test_apr.h.dreid2001-05-142-187/+115
* Update the testmd5 program to use the test_apr functions to do thedreid2001-05-141-42/+20
* Some changes that Jeff suggested. basically when we get an error we printdreid2001-05-131-19/+25
* fix some bad parms to printf/fprintftrawick2001-05-133-4/+4
* This should get the memory code building again and also addeddreid2001-05-133-12/+19
* This should have been updated already, but I must have missed it.dreid2001-05-131-7/+3
* build the APR memory code; otherwise, Apache won't build becausetrawick2001-05-132-1/+2
* This was missed from the last commit for some reason...dreid2001-05-131-5/+9
* OK, this commit basically tries to address the assert vs check thing we've alldreid2001-05-133-30/+74
* Add the check for calloc to configure.in.dreid2001-05-131-1/+1
* The big name change for the memory code. Names used follow the outline Idreid2001-05-136-411/+486
* I missed this previously. Basically the latest BeOS beta has changed the ver...dreid2001-05-131-1/+5
* Another small update of a test program that I did yesterday afternoon.dreid2001-05-131-13/+34
* 2 small changes...dreid2001-05-133-8/+20
* This has been on my list of things to do for a while, and as I had some timedreid2001-05-132-75/+128
* Fix an odd test switch, though it is still odd.fielding2001-05-121-1/+1
* Allow LTFLAGS to be overridden by the configure command-linefielding2001-05-123-10/+18
* Minor nit. We know that 'test -z' is OK, sincejim2001-05-111-1/+1
* Hum. On systems that don't necessarily have gcc, this is a breakage.orlikowski2001-05-111-1/+5
* export the setting for CPP as well.fielding2001-05-111-0/+1
* Remove useless cruft and make it unnecessary for clients of APRfielding2001-05-113-11/+4
* As I'm off to work again tomorrow, here is the final batch of memory changesdreid2001-05-115-78/+98
* Define HAVE_MEMCHR.brane2001-05-101-0/+1