- Oct 25, 2007
-
-
Dan Fandrich authored
Disable valgrind in test case 1004 due to a libtool bug.
-
Daniel Stenberg authored
-
Patrick Monnerat authored
Tests 35, 544 545 added: binary data POSTs.
-
Dan Fandrich authored
to running it and ignoring its output).
-
Yang Tse authored
-
Daniel Stenberg authored
lib is built shared with libtool.
-
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
-
-
Dan Fandrich authored
Added test cases 2002 and 2003 (the latter disabled for now)
-
Daniel Stenberg authored
-
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
-
Dan Fandrich authored
same easy handle Fixed the filecheck: make target to work outside the source tree
-
Dan Fandrich authored
-
Yang Tse 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.
-
Patrick Monnerat authored
-
Daniel Stenberg authored
building with VC8 to get the "manifest" embedded to make fine stand-alone binaries. The maketgz and the src/Makefile.vc6 files were adjusted accordingly.
-
- 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
-
Yang Tse authored
-
- Oct 22, 2007
-
-
Guenter Knauf authored
-
Daniel Stenberg authored
105 - "invalid free after an http redirect to ftp"
-
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).
-
Daniel Stenberg authored
way: 93 - Digest for IIS fix (subject for removal) 100 - icc segmentation faults (subject for removal)
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
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
-
-
Guenter Knauf authored
-
Yang Tse authored
when assigning a NULL pointer to a function pointer var.
-
Yang Tse authored
-
- Oct 19, 2007
- Oct 18, 2007