- Mar 09, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
machine type too.
-
Daniel Stenberg authored
upload a file it couldn't open. Bug #1676581 (http://curl.haxx.se/bug/view.cgi?id=1676581)
-
Dan Fandrich authored
test, fixing KNOWN_BUGS #11. Fixed some tests to more accurately specify their required servers and features.
-
- Mar 08, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Yang Tse authored
libtool to skip C++ and Fortran checks in patchset: http://cool.haxx.se/cvs.cgi/curl/ares/configure.ac.diff?r1=1.60&r2=1.64
-
Dan Fandrich authored
supports only ftps:// URLs with --ftp-ssl-control specified, which implicitly encrypts the control channel but not the data channels. That allows stunnel to be used with an unmodified ftp server in exactly the same way that the test https server is set up. Added test case 400 as a basic FTPS test.
-
- Mar 07, 2007
-
-
Dan Fandrich authored
unencrypted data connections.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
it fails if the macro that is being undefined is not already defined. To make this work under all cases and be sure that at a certain point some specific macro isn't defined we must use the following style in configure: m4_ifdef([macro], [m4_undefine([macro])])
-
- Mar 06, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
Luckily, they weren't needed.
-
Yang Tse authored
-
Yang Tse authored
-
- Mar 03, 2007
- Mar 02, 2007
-
-
Daniel Stenberg authored
makefiles that are included in the source release archives, generated from the Makefile.vc6 files by the maketgz script. I also modified the root Makefile to have a VC variable that defaults to vc6 but can be overridden to allow it to be used for vc8 as well. Like this: nmake VC=vc8 vc
-
- Mar 01, 2007
-
-
Daniel Stenberg authored
-
Yang Tse authored
tearing down the test ftp server due to a read error condition.
-
Yang Tse authored
in builds with HTTP support disabled to keep consistent enum values for CURLMstate in all kind of builds.
-
- Feb 28, 2007
-
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
- Feb 27, 2007
-
-
Yang Tse authored
line break detection in daily build logs.
-
Daniel Stenberg authored
server through a proxy and have the remote https server port set using the CURLOPT_PORT option, protocol gets reset to http from https after the first request. User defined URL was modified internally by libcurl and subsequent reuse of the easy handle may lead to connection using a different protocol (if not originally http). I found that libcurl hardcoded the protocol to "http" when it tries to regenerate the URL if CURLOPT_PORT is set. I tried to fix the problem as follows and it's working fine so far
-
Gisle Vanem authored
-
Gisle Vanem authored
Added -DHAVE_STRUCT_TIMEVAL to CFLAGS.
-
Gisle Vanem authored
-
Gisle Vanem authored
config.h includes ../lib/config.dos.
-
Gisle Vanem authored
-
Gisle Vanem authored
Simplified dependency generation.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
specific SSL library that might be used, and I cut out the closepolicy stuff that we no longer support
-
Yang Tse authored
-
- Feb 26, 2007
-
-
Daniel Stenberg authored
header line without quotes and with a CRLF immediately following...
-
Gisle Vanem authored
since it's already included through "setup.h".
-