aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-12-29return -1 even if SSL_pending() doesn't return non-zero, as we don't reallyDaniel Stenberg
care how many bytes that is readable NOW. Philippe Raoult reported the bug in 7.10.3-pre3.
2002-12-29Marc Herbert's suggstion: mention that insecure is ignored if cacert or capathDaniel Stenberg
is used.
2002-12-20example configure command lineDaniel Stenberg
2002-12-20Use AM_MAINTAINER_MODE which thus makes less maintainer stuff in the defaultDaniel Stenberg
makefile when --enable-maintainer-mode is not used.
2002-12-207.10.3-commitDaniel Stenberg
2002-12-19fixesDaniel Stenberg
2002-12-19removed fruitless attempts to overload some targetsDaniel Stenberg
2002-12-19Curl_base64_decode() fixed by Matthew BDaniel Stenberg
2002-12-19Fixed the usage of SSL_read() to properly return -1 if the EWOULDBLOCKDaniel Stenberg
situation occurs, which it previously didn't! This was reptoed by Evan Jordan in bug report #653022. Also, if ERROR_SYSCALL is returned from SSL_write(), include the errno number in the error string for easier error detection.
2002-12-19CURLOPT_DNS_USE_GLOBAL_CACHE is not thread-safeDaniel Stenberg
2002-12-18CURLE_HTTP_NOT_FOUND => CURLE_HTTP_RETURNED_ERRORDaniel Stenberg
2002-12-17Removed weird special multi interface condition that caused bug reportDaniel Stenberg
#651464.
2002-12-17don't install the test programsDaniel Stenberg
2002-12-16writefunction data is not zero terminatedDaniel Stenberg
2002-12-16removed junkDaniel Stenberg
2002-12-16Added test case 504, using multi interface and a local proxy without anythingDaniel Stenberg
listening on the port we use.
2002-12-16better descDaniel Stenberg
2002-12-16mistake, this only requires httpDaniel Stenberg
2002-12-16the hostip.c commitDaniel Stenberg
2002-12-16EAGAIN on older (correct) glibc versions indicate a problem and not the needDaniel Stenberg
for a bigger buffer and this is indeed badness for us. Making this work on both old and new glibc versions require an ugly loop that in its worse form cause 45 bad loops when using the correct glibc and a non-resolving host name... :-/ We want a better fix. Badly.
2002-12-16changes from last weekDaniel Stenberg
2002-12-16cut off -O properly when building for debugDaniel Stenberg
setup the Makefile in tests/libtest/
2002-12-13documented the %-variablesDaniel Stenberg
2002-12-13fixed another space issueDaniel Stenberg
2002-12-13please mr CVS ignore theseDaniel Stenberg
2002-12-13set up arg2 to point to argv[2] to be used at will by programsDaniel Stenberg
2002-12-13added 503Daniel Stenberg
2002-12-13used this to verify bug report 651460Daniel Stenberg
2002-12-13added support for CONNECT, both good and badDaniel Stenberg
2002-12-13test case 503 entered the dirDaniel Stenberg
2002-12-13conn->bits.tcpconnect now keeps track of if this connection is connectedDaniel Stenberg
or not
2002-12-13include files without the curl/ to reduce the risk of us including the wrongDaniel Stenberg
set of include files during tests
2002-12-13Evan Jordan's fix for a memory leak. Bug report 650989.Daniel Stenberg
2002-12-13make a little work-around for file:// in _is_connected() and voila, now theDaniel Stenberg
multi interface works with file:// URLs fine (previously it crashed). This won't make it work on Windows though...
2002-12-13one slash too manyDaniel Stenberg
2002-12-13lib502.c for multi interface tests on a single URL without select()Daniel Stenberg
2002-12-13test 502, multi interface with file://Daniel Stenberg
2002-12-12bail out on crap received, makes test case 402 *NOT* ruin the test seriesDaniel Stenberg
anymore!
2002-12-12missing space added, nows run old tests fine againDaniel Stenberg
2002-12-12remove test pieceDaniel Stenberg
2002-12-12make ftps and https invoke both necessary serversDaniel Stenberg
2002-12-12fixesDaniel Stenberg
2002-12-12link the test tools this way insteadDaniel Stenberg
2002-12-12no moreDaniel Stenberg
2002-12-12correctedDaniel Stenberg
2002-12-12new subdir added 'libtest'Daniel Stenberg
2002-12-12supports the new 'tool' and 'server' tagsDaniel Stenberg
2002-12-12describe the new sections added for (better) libcurl testingDaniel Stenberg
2002-12-12500 + 501 addedDaniel Stenberg
2002-12-12run tiny specific libcurl-testing toolsDaniel Stenberg