Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-18 | adjust to use plain 'make' even for cross-compiles if using configure- | Daniel Stenberg | |
style build | |||
2005-03-18 | a Common Lisp binding | Daniel Stenberg | |
2005-03-17 | Change the bogus address used in test237 to be more reliable when run | Dan Fandrich | |
on a host with a buggy resolver that strips all but the bottom 8 bits of each octet. The resolved address in this case (192.0.2.127) is guaranteed never to belong to a real host (see RFC3330). | |||
2005-03-17 | Use the proper macro to do uClibc detection. | Dan Fandrich | |
2005-03-17 | include inet_pton.h | Daniel Stenberg | |
2005-03-17 | added descriptions | Daniel Stenberg | |
2005-03-17 | update year | Daniel Stenberg | |
2005-03-17 | don't set TEST_F to blank when --runtestopts isn't used, as that will override | Daniel Stenberg | |
the default options set in the Makefile | |||
2005-03-17 | support multiple error codes for a test case since some things just vary | Daniel Stenberg | |
between platforms | |||
2005-03-17 | add 'FTP ASCII transfers' here, since they seem to be frequently attempted | Daniel Stenberg | |
these days...! | |||
2005-03-17 | add new option | Daniel Stenberg | |
2005-03-17 | add new file | Daniel Stenberg | |
2005-03-17 | its a start | Daniel Stenberg | |
2005-03-17 | use Curl_inet_pton(), not inet_pton(). | Daniel Stenberg | |
2005-03-17 | Added the --runtestsopts option to testcurl.pl to override the default | Dan Fandrich | |
options used by runtests.pl during testing (useful for disabling valgrind). | |||
2005-03-16 | Removed references to config-vms.h from the makefiles. | Dan Fandrich | |
2005-03-16 | Removed old VMS config files (on behalf of Marty Kuhrt). The VMS build | Dan Fandrich | |
scripts use the version in packages/vms/ | |||
2005-03-16 | more | Daniel Stenberg | |
2005-03-16 | check for the HTTPS server in a manner similar to how we check for the HTTP | Daniel Stenberg | |
server | |||
2005-03-16 | - Tru64 and some IRIX boxes seem to not like test 237 as it is. Their | Daniel 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-16 | Fixed some compiler warnings I should have noticed before. | Dan Fandrich | |
2005-03-15 | Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour. | Dan Fandrich | |
2005-03-15 | test EPSV and PASV response handling when they get well-formated data back | Daniel Stenberg | |
but using illegal values | |||
2005-03-15 | initial man page attempt for testcurl.pl | Daniel Stenberg | |
2005-03-15 | new options to testcurl.pl, fixed curl-config and removed compiler warnings | Daniel Stenberg | |
2005-03-15 | added missing features to curl-config | Daniel Stenberg | |
2005-03-15 | nonsense change for(;;) => while(1) just to prevent gcc from warning on | Daniel Stenberg | |
never executed code when -Wunreachable-code is used | |||
2005-03-15 | prevent compiler warning | Daniel Stenberg | |
2005-03-15 | Added lots of new command line options, made confsuffix get set based on | Daniel Stenberg | |
targetos only and not build os. Commented away the line that enables perl warnings. | |||
2005-03-15 | Finally fixed the LDAP library searching bug on libtool ver. 1.5 | Dan Fandrich | |
2005-03-15 | Make nonexistent host names absolute so tests will pass on machines | Dan Fandrich | |
with a wildcard DNS search domain. | |||
2005-03-14 | Use the libtool variables better to make LDAP library search work on | Dan Fandrich | |
more platforms. | |||
2005-03-14 | hushing up more warnings | Daniel Stenberg | |
2005-03-14 | silence compiler warnings for mingw win32 builds --enable-debug | Daniel Stenberg | |
2005-03-14 | show LDFLAGS too | Daniel Stenberg | |
2005-03-14 | if ws2_32 is used, append the lib last in the LIBS list (too) to make it | Daniel Stenberg | |
build and link fine with c-ares | |||
2005-03-14 | Avoid "unused variable" warnings. | Gisle Vanem | |
2005-03-14 | configure --enable-sspi | Daniel Stenberg | |
2005-03-14 | security.h is removed | Daniel Stenberg | |
2005-03-14 | two issues fixed | Daniel Stenberg | |
2005-03-14 | include security.h with lowercase s to work on cross-compiled mingw | Daniel Stenberg | |
2005-03-14 | Removed security.h since it shadows an include file mingw needs when building | Daniel Stenberg | |
for SSPI support. The contents of the file has been moved into the krb4.h file. | |||
2005-03-13 | Added --enable-sspi that now make libcurl build with SSPI support. This only | Daniel Stenberg | |
works when built for win32. | |||
2005-03-13 | Prevent gcc warning. | Gisle Vanem | |
2005-03-12 | found a common lisp binding | Daniel Stenberg | |
2005-03-12 | --form-string | Daniel Stenberg | |
2005-03-12 | David Houlder added --form-string | Daniel Stenberg | |
2005-03-12 | Swap <security.h> and <sspi.h> (needed for MingW). | Gisle Vanem | |
2005-03-11 | Work around a bug in libtool ver. 1.5 during LDAP library detection. | Dan Fandrich | |
2005-03-11 | added CURL_VERSION_SSPI | Daniel Stenberg | |