aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2002-12-12The first ever attempts to do pure libcurl test casesDaniel Stenberg
2002-12-12Deal with HTML where ' is used instead of "Daniel Stenberg
Cut off name from option
2002-12-11moved the includes to outside the extern "C" stuffDaniel Stenberg
decreased the write buffer size to 16KB to perform a lot better on Windows(!)
2002-12-10recent fluffDaniel Stenberg
2002-12-10The initial HTTP request can now be sent in multiple parts, as part of theDaniel Stenberg
regular transfer process. This required some new tweaks, like for example we need to be able to tell the tranfer loop to not chunky-encode uploads while we're transferring the rest of the request...
2002-12-10send_buffer is no more hereDaniel Stenberg
2002-12-10added test56, nearly 100KB big!Daniel Stenberg
2002-12-10Test case for sending insanely big HTTP requests. Mainly done this way toDaniel Stenberg
make sure that it isn't all sent off in one single send() but instead really tests the multiple-part-send logic.
2002-12-10more logging, now logs the full response too, basic support for dealingDaniel Stenberg
with chunked transfer-encoding uploads added
2002-12-09A normal POST now provides data to the main transfer loop via the usualDaniel Stenberg
read callback, and thus won't put a lot of stress on the request sending code (which currently does an ugly loop).
2002-12-09The fread() callback pointer and associated pointer is now stored in theDaniel Stenberg
connectdata struct instead, and is no longer modified within the 'set' struct as previously (which was a really BAAAD thing).
2002-12-09Added a default headers section and also made some minor details moreDaniel Stenberg
up-to-date with recent changes.
2002-12-05better errno include and no externDaniel Stenberg
2002-12-05read and write as much as possible until end of data or EWOULDBLOCK beforeDaniel Stenberg
returning back to the select() loop. Consider this a test so far.
2002-12-05deal with spaces in name and value tags a lot better!Daniel Stenberg
2002-12-05changed proto for Curl_krb_kauth()Daniel Stenberg
2002-12-05Solaris needs errno as an extern int.Daniel Stenberg
2002-12-04make WIN32 defined for Borland properly, as told by Alexander J. OssDaniel Stenberg
2002-12-04called SSLCERTS nowDaniel Stenberg
2002-12-047.10.3-pre2Daniel Stenberg
2002-12-04The waiting for the 226 or 250 line expected to come after a transfer isDaniel Stenberg
complete is now only made for 60 seconds and if no data was received during those 60 seconds, we store a special error message (preparing to make this a special error code) as this most likely means that the control connection has died while we were transferring data.
2002-12-03missing }Daniel Stenberg
2002-12-03clarifiedDaniel Stenberg
2002-12-03Jeff pointed out this flaw in the exampleDaniel Stenberg
2002-12-03-@ is no longer an official shortcut for --create-dirsDaniel Stenberg
2002-12-03don't officially use -@ for --create-dirs, only use the long formDaniel Stenberg
2002-12-03clarify the DEBUGFUNCTION data not being zero terminatedDaniel Stenberg
2002-12-03Curl_GetFTPResponse() takes a different set of parameters and now return aDaniel Stenberg
proper CURLcode. The default timeout for reading one response is now also possible to change while running.
2002-12-03updated to realityDaniel Stenberg
2002-12-03Nicolas Berloquin's fix of his previous dir creation patchDaniel Stenberg
2002-12-02Nicolas Berloquin's description of his -@/--create-dirs fixDaniel Stenberg
2002-12-02Nicolas Berloquin's added code for dealing with -@/--create-dirs to createDaniel Stenberg
the necessary directories as specified with -o.
2002-12-02if the PWD reply parser failed, we leaked memoryDaniel Stenberg
2002-12-02clarified SSL_VERIFYPEER and SSL_VERIFYHOST a bit, thanks to Soren SpiesDaniel Stenberg
2002-12-01wrapped the line for PRIVATE nicerDaniel Stenberg
2002-12-01more to ignoreDaniel Stenberg