summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Hmmm... been sitting on this little test bench a while, time to share.wrowe2001-05-161-6/+17
* Now we've moved the memory files update the references so we candreid2001-05-141-2/+2
* 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 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-131-0/+1
* The big name change for the memory code. Names used follow the outline Idreid2001-05-131-16/+55
* Another small update of a test program that I did yesterday afternoon.dreid2001-05-131-13/+34
* 2 small changes...dreid2001-05-131-1/+2
* 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
* As I'm off to work again tomorrow, here is the final batch of memory changesdreid2001-05-111-1/+1
* This adds Sanders suggestion of testing the reset for the tracking memorydreid2001-05-101-4/+18
* Add testmem to the cvsignore...dreid2001-05-091-0/+1
* Add a test file for the new memory code. Pretty simple, but at least itdreid2001-05-092-0/+166
* fix a problem with the FreeBSD flavor of apr_sendfile(); we couldtrawick2001-05-031-0/+1
* Add a family field to apr_sockaddr_t so there is a straightforward placetrawick2001-05-021-1/+1
* don't build the APR DSO test program automatically... we don't knowtrawick2001-05-011-5/+3
* get rid of a couple of warnings in testnames.c, one for a bad printftrawick2001-05-011-2/+2
* Be careful not to override what was set by configure for ALL_LIBSfielding2001-05-011-49/+49
* Get rid of a bunch of warnings about printf format/argumenttrawick2001-05-011-14/+28
* Add some testing to testshmem. This needs more work, but at least we nowdreid2001-04-301-12/+140
* More cvsignore goodness...dreid2001-04-301-0/+1
* Back out the last change to the Makefile in the test directory. Thoserbb2001-04-301-25/+25
* Completely revamp configure so that it preserves the standard makefielding2001-04-292-28/+25
* ignore failure to set APR_SO_DEBUG; some platforms don't have ittrawick2001-04-191-17/+17
* I actually remembered to add an entry to the CHANGES file and here is adreid2001-04-121-33/+41
* Hmmm... fgets() is flavored a bit differenly from gets()wrowe2001-04-091-0/+7
* new test program, we should ignore it.rbb2001-04-091-0/+1
* gets is an unsafe function, and it outputs and error message on Linux.rbb2001-04-091-2/+2
* Another source, and the makefile itself to help troubleshoot the .plwrowe2001-04-081-0/+8
* Add my testbench that demonstrates apr_filepath_merge. This would bewrowe2001-04-083-1/+135
* extremely minor cleanuptrawick2001-04-051-2/+1
* More checks and tests for time functions.dreid2001-04-051-7/+34
* More changes to the time test.dreid2001-04-041-8/+35
* Add an extra check to the time test.dreid2001-04-031-4/+25
* Something helpful, probably non-portable, catch David :-)wrowe2001-04-031-1/+5
* Hmmm... this ought to be a defvar, but ITMT, here is a fix to get awrowe2001-04-031-1/+0
* make sure that a program argument list is terminated withtrawick2001-04-011-1/+2
* minor improvements in error reporting so as to help somebodytrawick2001-03-311-3/+16
* fix bad return code checking and a bad error message aftertrawick2001-03-311-2/+2
* use apr_strerror() instead of strerror() so that we displaytrawick2001-03-311-2/+7
* We didn't have logic to retry an EAGAIN error from apr_recv(),trawick2001-03-311-19/+7
* Um... more specific, I guesswrowe2001-03-311-1/+1
* Don't look here eitherwrowe2001-03-311-0/+2