- Nov 05, 2007
-
-
Daniel Stenberg authored
connectdata struct. This will in theory enable us to do persistent connections with SCP+SFTP, but currently the state machine always (and wrongly) cleanup everything in the 'done' action instead of in 'disconnect'. Also did a bunch of indent fixes, if () => if() and a few other source cleanups like added comments etc.
-
- Nov 03, 2007
-
-
Daniel Stenberg authored
-
- Nov 02, 2007
-
-
Daniel Stenberg authored
-
- Nov 01, 2007
-
-
Daniel Stenberg authored
-
- Oct 31, 2007
-
-
Gisle Vanem authored
headers <winlap.h> and <winber.h> defines wrong calling convention.
-
Gisle Vanem authored
Use a response-file for the C-compiler.
-
- Oct 30, 2007
-
-
Dan Fandrich authored
Moved Curl_file_connect into the protocol handler struct.
-
- Oct 29, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
- Oct 28, 2007
-
-
Gisle Vanem authored
Added generation of dummy ca-bundle.h. Sorted objects.
-
- Oct 26, 2007
-
-
Dan Fandrich authored
-
Yang Tse authored
-
- Oct 25, 2007
-
-
Daniel Stenberg authored
Previously it would fail if the ca bundle wasn't present, even if the code ignored the verification results.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
so do the data->reqdata.current_conn assignment when we know there is an easy handle existing! Fixes the valgrind report on test 509.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 24, 2007
-
-
Daniel Stenberg authored
was even mentioned to be bad in a comment! Should make test 2000 and 2001 work fine. Also, freedirs() now take a ftp_conn struct pointer which saves some extra unnecessary variable assignments.
-
Daniel Stenberg authored
-
Yang Tse authored
versions of ws2tcpip.h do not have the definition. It seems that when the socklen_t definition is missing from ws2tcpip.h the definition for INET_ADDRSTRLEN is also missing, and that when one definition is present the other one also is available.
-
- Oct 23, 2007
-
-
http://curl.haxx.se/bug/view.cgi?id=1812190Daniel Stenberg authored
that libcurl tried to re-use connections a bit too much when using non-SSL protocols tunneled over a HTTP proxy.
-
Yang Tse authored
-
Yang Tse authored
-
- Oct 22, 2007
-
-
Daniel Stenberg authored
https://bugzilla.novell.com/show_bug.cgi?id=332917 about a HTTP redirect to FTP that caused memory havoc. His work together with my efforts created two fixes: #1 - FTP::file was moved to struct ftp_conn, because is has to be dealt with at connection cleanup, at which time the struct HandleData could be used by another connection. Also, the unused char *urlpath member is removed from struct FTP. #2 - provide a Curl_reset_reqproto() function that frees data->reqdata.proto.* on connection setup if needed (that is if the SessionHandle was used by a different connection).
-
http://curl.haxx.se/bug/view.cgi?id=1815530Daniel Stenberg authored
that specifying a proxy with a trailing slash didn't work (unless it also contained a port number).
-
- Oct 20, 2007
- Oct 18, 2007
-
-
Patrick Monnerat authored
-
Dan Fandrich authored
-
- Oct 17, 2007
- Oct 16, 2007
-
-
Yang Tse authored
-
Dan Fandrich authored
-
- Oct 15, 2007
-
-
Patrick Monnerat authored
CURLOPT_COPYPOSTFIELDS option added for dynamic. Fix some OS400 features.
-
Dan Fandrich authored
Fixed a typo in the LDAP configure code and made sure NULL is defined in a test programs that need it.
-
- Oct 13, 2007
-
-
Dan Fandrich authored
-