aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-03-29postpone theseDaniel Stenberg
2005-03-29When doing FTP-SSL, advance to the next state properly when the response toDaniel Stenberg
2005-03-29Fixed the FTP response reader function to properly deal with responses splitDaniel Stenberg
2005-03-29Made the server send data to the control/data connections using two dedicatedDaniel Stenberg
2005-03-28Based on Augustus Saunders' comments and findings, the HTTP output authDaniel Stenberg
2005-03-28Added --proxy-anyauthDaniel Stenberg
2005-03-28modified some log outputs, added comment about auth required as used inDaniel Stenberg
2005-03-22can you spell copy and paste error for me loud and clear? ;-PDaniel Stenberg
2005-03-22provide HTML and PDF versions of the man pages in the dist archiveDaniel Stenberg
2005-03-22When cross-compiling, we do some better checking for the NI_WITHSCOPEID optio...Daniel Stenberg
2005-03-22CURL_EXTERN is already in <curl/curl.h>.Gisle Vanem
2005-03-22Prevent redefinition warning with CURLDEBUG.Gisle Vanem
2005-03-22moved out the changes from 2004 to CHANGES.2004Daniel Stenberg
2005-03-22Fixed typo.Dan Fandrich
2005-03-21the same fix here too, typecast to prevent win32 compiler warningDaniel Stenberg
2005-03-21typecase to fix win32 compiler warning (and intended as other code is)Daniel Stenberg
2005-03-21Modified the VALID_SOCK() macro to become VERIFY_SOCK() instead. It is slighlyDaniel Stenberg
2005-03-21Make NTLM tests depend on the NTLM feature at not SSL, since the NTLM supportDaniel Stenberg
2005-03-21format mistakeDaniel Stenberg
2005-03-20removed a (fairly useless) debug output just to compile without warningDaniel Stenberg
2005-03-20silence win32 compiler warningsDaniel Stenberg
2005-03-20attempt to fix the ares link breakage with --enable-debug in libcurl and hereDaniel Stenberg
2005-03-19silence warnings on win32 about static functions that are never usedDaniel Stenberg
2005-03-19some additional debug outputDaniel Stenberg
2005-03-19fix compiler warningDaniel Stenberg
2005-03-18Fixed spelling of --runtestoptsDan Fandrich
2005-03-18Netware builds don't use configure.Dan Fandrich
2005-03-18fix by Kyrre KristiansenDaniel Stenberg
2005-03-18adjust to use plain 'make' even for cross-compiles if using configure-Daniel Stenberg
2005-03-18a Common Lisp bindingDaniel Stenberg
2005-03-17Change the bogus address used in test237 to be more reliable when runDan Fandrich
2005-03-17Use the proper macro to do uClibc detection.Dan Fandrich
2005-03-17include inet_pton.hDaniel Stenberg
2005-03-17added descriptionsDaniel Stenberg
2005-03-17update yearDaniel Stenberg
2005-03-17don't set TEST_F to blank when --runtestopts isn't used, as that will overrideDaniel Stenberg
2005-03-17support multiple error codes for a test case since some things just varyDaniel Stenberg
2005-03-17add 'FTP ASCII transfers' here, since they seem to be frequently attemptedDaniel Stenberg
2005-03-17add new optionDaniel Stenberg
2005-03-17add new fileDaniel Stenberg
2005-03-17its a startDaniel Stenberg
2005-03-17use Curl_inet_pton(), not inet_pton().Daniel Stenberg
2005-03-17Added the --runtestsopts option to testcurl.pl to override the defaultDan Fandrich
2005-03-16Removed references to config-vms.h from the makefiles.Dan Fandrich
2005-03-16Removed old VMS config files (on behalf of Marty Kuhrt). The VMS buildDan Fandrich
2005-03-16moreDaniel Stenberg
2005-03-16check for the HTTPS server in a manner similar to how we check for the HTTPDaniel Stenberg
2005-03-16- Tru64 and some IRIX boxes seem to not like test 237 as it is. TheirDaniel Stenberg
2005-03-16Fixed some compiler warnings I should have noticed before.Dan Fandrich
2005-03-15Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour.Dan Fandrich