aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
the default options set in the Makefile
2005-03-17support multiple error codes for a test case since some things just varyDaniel Stenberg
between platforms
2005-03-17add 'FTP ASCII transfers' here, since they seem to be frequently attemptedDaniel Stenberg
these days...!
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
options used by runtests.pl during testing (useful for disabling valgrind).
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
scripts use the version in packages/vms/
2005-03-16moreDaniel Stenberg
2005-03-16check for the HTTPS server in a manner similar to how we check for the HTTPDaniel Stenberg
server
2005-03-16- Tru64 and some IRIX boxes seem to not like test 237 as it is. TheirDaniel Stenberg
inet_addr() functions seems to use &255 on all numericals in a ipv4 dotted address which makes a different failure... Now I've modified the ipv4 resolve code to use inet_pton() instead in an attempt to make these systems better detect this as a bad IP address rather than creating a toally bogus address that is then passed on and used.
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
2005-03-15test EPSV and PASV response handling when they get well-formated data backDaniel Stenberg
but using illegal values
2005-03-15initial man page attempt for testcurl.plDaniel Stenberg
2005-03-15new options to testcurl.pl, fixed curl-config and removed compiler warningsDaniel Stenberg
2005-03-15added missing features to curl-configDaniel Stenberg
2005-03-15nonsense change for(;;) => while(1) just to prevent gcc from warning onDaniel Stenberg
never executed code when -Wunreachable-code is used
2005-03-15prevent compiler warningDaniel Stenberg
2005-03-15Added lots of new command line options, made confsuffix get set based onDaniel Stenberg
targetos only and not build os. Commented away the line that enables perl warnings.
2005-03-15Finally fixed the LDAP library searching bug on libtool ver. 1.5Dan Fandrich
2005-03-15Make nonexistent host names absolute so tests will pass on machinesDan Fandrich
with a wildcard DNS search domain.
2005-03-14Use the libtool variables better to make LDAP library search work onDan Fandrich
more platforms.
2005-03-14hushing up more warningsDaniel Stenberg
2005-03-14silence compiler warnings for mingw win32 builds --enable-debugDaniel Stenberg
2005-03-14show LDFLAGS tooDaniel Stenberg
2005-03-14if ws2_32 is used, append the lib last in the LIBS list (too) to make itDaniel Stenberg
build and link fine with c-ares
2005-03-14Avoid "unused variable" warnings.Gisle Vanem
2005-03-14configure --enable-sspiDaniel Stenberg
2005-03-14security.h is removedDaniel Stenberg
2005-03-14two issues fixedDaniel Stenberg
2005-03-14include security.h with lowercase s to work on cross-compiled mingwDaniel Stenberg
2005-03-14Removed security.h since it shadows an include file mingw needs when buildingDaniel Stenberg
for SSPI support. The contents of the file has been moved into the krb4.h file.
2005-03-13Added --enable-sspi that now make libcurl build with SSPI support. This onlyDaniel Stenberg
works when built for win32.
2005-03-13Prevent gcc warning.Gisle Vanem
2005-03-12found a common lisp bindingDaniel Stenberg
2005-03-12--form-stringDaniel Stenberg
2005-03-12David Houlder added --form-stringDaniel Stenberg
2005-03-12Swap <security.h> and <sspi.h> (needed for MingW).Gisle Vanem
2005-03-11Work around a bug in libtool ver. 1.5 during LDAP library detection.Dan Fandrich
2005-03-11added CURL_VERSION_SSPIDaniel Stenberg
2005-03-11curl_version_info() returns the feature bit CURL_VERSION_SSPIDaniel Stenberg
2005-03-11fixed two leftover from Christopher's patchDaniel Stenberg
2005-03-11the ares_parse_aaaa_reply man pageDaniel Stenberg
2005-03-11Check for winsock.h to work with win32. Only include system headers we knowDaniel Stenberg
exist.
2005-03-11Replace AC_TRY_RUN() with AC_EGREP_CPP() when checking for constants toDaniel Stenberg
work fine with cross-compiled builds.