summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* The first ever attempts to do pure libcurl test casesDaniel Stenberg2002-12-125-0/+56
* Deal with HTML where ' is used instead of "Daniel Stenberg2002-12-121-12/+16
* moved the includes to outside the extern "C" stuffDaniel Stenberg2002-12-111-6/+8
* recent fluffDaniel Stenberg2002-12-101-0/+32
* The initial HTTP request can now be sent in multiple parts, as part of theDaniel Stenberg2002-12-103-76/+171
* send_buffer is no more hereDaniel Stenberg2002-12-101-7/+0
* added test56, nearly 100KB big!Daniel Stenberg2002-12-101-1/+1
* Test case for sending insanely big HTTP requests. Mainly done this way toDaniel Stenberg2002-12-101-0/+49
* more logging, now logs the full response too, basic support for dealingDaniel Stenberg2002-12-101-4/+48
* A normal POST now provides data to the main transfer loop via the usualDaniel Stenberg2002-12-092-15/+45
* The fread() callback pointer and associated pointer is now stored in theDaniel Stenberg2002-12-096-237/+241
* Added a default headers section and also made some minor details moreDaniel Stenberg2002-12-091-77/+148
* better errno include and no externDaniel Stenberg2002-12-051-2/+1
* read and write as much as possible until end of data or EWOULDBLOCK beforeDaniel Stenberg2002-12-051-481/+504
* deal with spaces in name and value tags a lot better!Daniel Stenberg2002-12-051-5/+24
* changed proto for Curl_krb_kauth()Daniel Stenberg2002-12-051-1/+1
* Solaris needs errno as an extern int.Daniel Stenberg2002-12-051-0/+1
* make WIN32 defined for Borland properly, as told by Alexander J. OssDaniel Stenberg2002-12-042-6/+4
* called SSLCERTS nowDaniel Stenberg2002-12-041-34/+0
* 7.10.3-pre2Daniel Stenberg2002-12-043-3/+32
* The waiting for the 226 or 250 line expected to come after a transfer isDaniel Stenberg2002-12-041-10/+20
* missing }Daniel Stenberg2002-12-031-0/+1
* clarifiedDaniel Stenberg2002-12-033-4/+10
* Jeff pointed out this flaw in the exampleDaniel Stenberg2002-12-031-1/+2
* -@ is no longer an official shortcut for --create-dirsDaniel Stenberg2002-12-031-4/+4
* don't officially use -@ for --create-dirs, only use the long formDaniel Stenberg2002-12-031-3/+2
* clarify the DEBUGFUNCTION data not being zero terminatedDaniel Stenberg2002-12-031-0/+4
* Curl_GetFTPResponse() takes a different set of parameters and now return aDaniel Stenberg2002-12-035-123/+126
* updated to realityDaniel Stenberg2002-12-032-2/+10
* Nicolas Berloquin's fix of his previous dir creation patchDaniel Stenberg2002-12-031-10/+9
* Nicolas Berloquin's description of his -@/--create-dirs fixDaniel Stenberg2002-12-021-0/+5
* Nicolas Berloquin's added code for dealing with -@/--create-dirs to createDaniel Stenberg2002-12-021-6/+107
* if the PWD reply parser failed, we leaked memoryDaniel Stenberg2002-12-021-1/+3
* clarified SSL_VERIFYPEER and SSL_VERIFYHOST a bit, thanks to Soren SpiesDaniel Stenberg2002-12-021-5/+9
* wrapped the line for PRIVATE nicerDaniel Stenberg2002-12-011-3/+3
* more to ignoreDaniel Stenberg2002-12-011-1/+2
* only use Content-Length: header if not transfering data chunkedDaniel Stenberg2002-12-011-15/+28
* mention CVS-INFO for more info when checked out from CVSDaniel Stenberg2002-11-301-27/+11
* stuff done since the 7.10.2 releaseDaniel Stenberg2002-11-291-0/+35
* let the Curl_FormReader() return 0 when it reaches end of data to that theDaniel Stenberg2002-11-291-1/+1
* fix the hash init to call the correct dns cleanup functionDaniel Stenberg2002-11-281-3/+2
* added compareheader protoDaniel Stenberg2002-11-281-0/+4
* compareheader() was moved over to http.c and got a Curl_ prefixDaniel Stenberg2002-11-281-61/+7
* Moved the compareheader function into this file and added Curl_ prefixDaniel Stenberg2002-11-281-8/+75
* mention how to generate patchesDaniel Stenberg2002-11-281-7/+26
* bad use of AM_CONDITIONAL removed and now configure runs better when usedDaniel Stenberg2002-11-281-2/+1
* execve.net is an official download mirror in HKDaniel Stenberg2002-11-271-2/+3
* Dan Becker fixed a minor memory leak on persistent connnections usingDaniel Stenberg2002-11-261-0/+4
* removed extra space from trace output 'Send data'Daniel Stenberg2002-11-261-1/+1
* fixed Curl_freeaddrinfo() to only free addrinfo, and added Curl_freednsinfo()Daniel Stenberg2002-11-263-9/+20