- Oct 22, 2007
-
-
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
-
Dan Fandrich authored
Don't confuse NUL with NULL.
-
Dan Fandrich authored
-
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 14, 2007
- Oct 13, 2007
-
-
Daniel Stenberg authored
My understanding is that we use "number" for discrete variables and "amount" for continuous variables. So you can say "The amount of flour required depends on..." or, "Last night I consumed a large amount of beer!". And, "That tank contains a large number of fish" or, "Over the week I consumed a number of cases of beer." I think that features are discrete, so the man page would read "...the number of features will make your head spin!".
-