summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-3139-39/+39
* the cookie API is better and more likely to happen in a separate releaseDaniel Stenberg2005-03-311-0/+3
* fix configure's SSL-detection for msys/mingw (from Andres Garcia)Daniel Stenberg2005-03-303-17/+22
* format mistake in --form-string, pointed out by Owen WatsonDaniel Stenberg2005-03-301-3/+3
* Better connection keep-alive when POSTing with HTTP Digest or Negotiate.Daniel Stenberg2005-03-292-1/+13
* Don't close the connection if we're in a known negotiation mode and we won'tDaniel Stenberg2005-03-291-15/+21
* proxy multi auth fix, --proxy-anyauth, ftp-ssl and ftp response reading fixDaniel Stenberg2005-03-292-2/+22
* postpone theseDaniel Stenberg2005-03-291-1/+1
* When doing FTP-SSL, advance to the next state properly when the response toDaniel Stenberg2005-03-291-9/+10
* Fixed the FTP response reader function to properly deal with responses splitDaniel Stenberg2005-03-292-18/+30
* Made the server send data to the control/data connections using two dedicatedDaniel Stenberg2005-03-291-28/+56
* Based on Augustus Saunders' comments and findings, the HTTP output authDaniel Stenberg2005-03-284-5/+194
* Added --proxy-anyauthDaniel Stenberg2005-03-282-3/+18
* modified some log outputs, added comment about auth required as used inDaniel Stenberg2005-03-281-4/+14
* can you spell copy and paste error for me loud and clear? ;-PDaniel Stenberg2005-03-221-2/+2
* provide HTML and PDF versions of the man pages in the dist archiveDaniel Stenberg2005-03-221-1/+17
* When cross-compiling, we do some better checking for the NI_WITHSCOPEID optio...Daniel Stenberg2005-03-221-2/+18
* CURL_EXTERN is already in <curl/curl.h>.Gisle Vanem2005-03-221-4/+0
* Prevent redefinition warning with CURLDEBUG.Gisle Vanem2005-03-221-1/+1
* moved out the changes from 2004 to CHANGES.2004Daniel Stenberg2005-03-222-1995/+1994
* Fixed typo.Dan Fandrich2005-03-221-1/+1
* the same fix here too, typecast to prevent win32 compiler warningDaniel Stenberg2005-03-211-11/+11
* typecase to fix win32 compiler warning (and intended as other code is)Daniel Stenberg2005-03-211-12/+11
* Modified the VALID_SOCK() macro to become VERIFY_SOCK() instead. It is slighlyDaniel Stenberg2005-03-211-10/+10
* Make NTLM tests depend on the NTLM feature at not SSL, since the NTLM supportDaniel Stenberg2005-03-2118-33/+27
* format mistakeDaniel Stenberg2005-03-211-1/+1
* removed a (fairly useless) debug output just to compile without warningDaniel Stenberg2005-03-201-2/+0
* silence win32 compiler warningsDaniel Stenberg2005-03-201-2/+5
* attempt to fix the ares link breakage with --enable-debug in libcurl and hereDaniel Stenberg2005-03-201-0/+4
* silence warnings on win32 about static functions that are never usedDaniel Stenberg2005-03-191-6/+17
* some additional debug outputDaniel Stenberg2005-03-191-2/+5
* fix compiler warningDaniel Stenberg2005-03-191-1/+1
* Fixed spelling of --runtestoptsDan Fandrich2005-03-181-3/+3
* Netware builds don't use configure.Dan Fandrich2005-03-181-1/+2
* fix by Kyrre KristiansenDaniel Stenberg2005-03-181-2/+2
* adjust to use plain 'make' even for cross-compiles if using configure-Daniel Stenberg2005-03-181-2/+3
* a Common Lisp bindingDaniel Stenberg2005-03-181-0/+1
* Change the bogus address used in test237 to be more reliable when runDan Fandrich2005-03-171-2/+5
* Use the proper macro to do uClibc detection.Dan Fandrich2005-03-171-1/+1
* include inet_pton.hDaniel Stenberg2005-03-171-1/+2
* added descriptionsDaniel Stenberg2005-03-171-22/+37
* update yearDaniel Stenberg2005-03-171-1/+1
* don't set TEST_F to blank when --runtestopts isn't used, as that will overrideDaniel Stenberg2005-03-171-2/+6
* support multiple error codes for a test case since some things just varyDaniel Stenberg2005-03-173-7/+23
* add 'FTP ASCII transfers' here, since they seem to be frequently attemptedDaniel Stenberg2005-03-171-0/+9
* add new optionDaniel Stenberg2005-03-171-0/+3
* add new fileDaniel Stenberg2005-03-171-1/+1
* its a startDaniel Stenberg2005-03-171-0/+75
* use Curl_inet_pton(), not inet_pton().Daniel Stenberg2005-03-172-3/+3
* Added the --runtestsopts option to testcurl.pl to override the defaultDan Fandrich2005-03-172-13/+17