- Oct 24, 2007
-
-
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
-
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
Specifically for linux x86-64 with Intel's icc.
-
Yang Tse authored
icc warning level with libcurl's
-
Patrick Monnerat authored
-
Dan Fandrich authored
-
Yang Tse authored
may lose significant bits
-
- Oct 17, 2007
-
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
failure condition: http://curl.haxx.se/mail/lib-2007-10/0152.html
-
Yang Tse authored
-
Yang Tse authored
when assigning a NULL pointer to a function pointer var.
-
Yang Tse authored
and allow parameter specification of libraries to check.
-
Yang Tse authored
-
Yang Tse authored
-
- Oct 16, 2007
-
-
Yang Tse authored
-
Steinar H. Gunderson authored
Fix a bug where fallback from AF_INET6 to AF_INET would not work properly together with relative search; if you had a search path of .a.com and .b.com, and foo.a.com would return ARES_ENODATA and foo.b.com would return ARES_ENOTFOUND, the lookup would not properly retry with AF_INET as it forgot the first ARES_ENODATA.
-
Dan Fandrich authored
-
- Oct 15, 2007
-
-
Yang Tse authored
-