History log of /curl/RELEASE-NOTES (Results 1726 – 1750 of 2421)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e1998e3b 03-Dec-2007 Daniel Stenberg

SSL session id caching bugfix


# 9d0ffb9c 03-Dec-2007 Daniel Stenberg

mention "no longer default-appends ;type= on FTP URLs thru proxies" as a bug
fix even if kind of implied by the new option


# 1c93e753 02-Dec-2007 Daniel Stenberg

Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to control
the appending of the "type=" thing on FTP URLs when they are passed to a
HTTP proxy. Some proxies just don't like

Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to control
the appending of the "type=" thing on FTP URLs when they are passed to a
HTTP proxy. Some proxies just don't like that appending (which is done
unconditionally in 7.17.1), and some proxies treat binary/ascii transfers
better with the appending done!

show more ...


# 56ddfbea 29-Nov-2007 Daniel Stenberg

ftp resumed upload and long Digest nonces


# d789097a 22-Nov-2007 Yang Tse

Provide a socklen_t definition in curl.h for Win32 API build targets
which don't have one.


# ecfede9b 22-Nov-2007 Daniel Stenberg

Alessandro Vesely helped me improve the --data-urlencode's syntax, parser
and documentation.


# b6575ce0 20-Nov-2007 Daniel Stenberg

While inspecting the Negotiate code, I noticed how the proxy auth was using
the same state struct as the host auth, so both could never be used at the
same time! I fixed it (without being abl

While inspecting the Negotiate code, I noticed how the proxy auth was using
the same state struct as the host auth, so both could never be used at the
same time! I fixed it (without being able to check) to use two separate
structs to allow authentication using Negotiate on host and proxy
simultanouesly.

show more ...


# 600d0b13 20-Nov-2007 Daniel Stenberg

Introuced --data-urlencode to the curl tool for easier url encoding of the
data sent in a post.


# c80b9c37 18-Nov-2007 Daniel Stenberg

Rob Crittenden fixed SSL connections with NSS done with the multi-interface


# 22e52ddd 15-Nov-2007 Daniel Stenberg

Ates Goral identified a problem in http.c:add_buffer_send() when a debug
callback was used, as it could wrongly pass on a bad size for the outgoing
HTTP header. The bad size would be a very l

Ates Goral identified a problem in http.c:add_buffer_send() when a debug
callback was used, as it could wrongly pass on a bad size for the outgoing
HTTP header. The bad size would be a very large value as it was a wrapped
size_t content. This happened when the whole HTTP request failed to get sent
in one single send. http://curl.haxx.se/mail/lib-2007-11/0165.html

show more ...


# a2926ebe 14-Nov-2007 Yang Tse

Fix a variable potential wrapping in add_buffer() when using absolutely
huge send buffer sizes


# c5b16d44 12-Nov-2007 Daniel Stenberg

Bug report #1830637 (http://curl.haxx.se/bug/view.cgi?id=1830637), which was
forwarded from the Gentoo bug tracker by Daniel Black and was originally
submitted by Robin Johnson, pointed out t

Bug report #1830637 (http://curl.haxx.se/bug/view.cgi?id=1830637), which was
forwarded from the Gentoo bug tracker by Daniel Black and was originally
submitted by Robin Johnson, pointed out that libcurl would do bad memory
references when it failed and bailed out before the handler thing was
setup. My fix is not done like the provided patch does it, but instead I
make sure that there's never any chance for a NULL pointer in that struct
member.

show more ...


# 3ec32268 11-Nov-2007 Daniel Stenberg

new ruby binding, curl-multi version 0.1


# ba6f20a2 08-Nov-2007 Daniel Stenberg

Bug report #1823487 (http://curl.haxx.se/bug/view.cgi?id=1823487) pointed
out that SFTP requests didn't use persistent connections. Neither did SCP
ones. I gave the SSH code a good beating a

Bug report #1823487 (http://curl.haxx.se/bug/view.cgi?id=1823487) pointed
out that SFTP requests didn't use persistent connections. Neither did SCP
ones. I gave the SSH code a good beating and now both SCP and SFTP should
use persistent connections fine. I also did a bunch for indent changes as
well as a bug fix for the "keyboard interactive" auth.

show more ...


# 775b60fa 06-Nov-2007 Yang Tse

Bug report #1824894 (http://curl.haxx.se/bug/view.cgi?id=1824894) pointed
out a problem in curl.h when building C++ apps with MSVC. To fix it, the
inclusion of header files in curl.h is moved

Bug report #1824894 (http://curl.haxx.se/bug/view.cgi?id=1824894) pointed
out a problem in curl.h when building C++ apps with MSVC. To fix it, the
inclusion of header files in curl.h is moved outside of the C++ extern "C"
linkage block.

show more ...


# 98ecad0d 05-Nov-2007 Daniel Stenberg

tclcurl and a mirror recount when bad ones have been cut out


# 7f62028d 01-Nov-2007 Daniel Stenberg

Toby Peterson patched a memory problem in the command line tool that
happened when a user had a home dir as an empty string. curl would then do
free() on a wrong area.


# 48dd0c56 01-Nov-2007 Dan Fandrich

Fixed curl-config --features to not display libz when it wasn't used
due to a missing header file.


# 823a0454 31-Oct-2007 Dan Fandrich

Fixed the output of curl-config --protocols which showed SCP and SFTP
always, except when --without-libssh2 was given


# 7aba59f5 31-Oct-2007 Daniel Stenberg

contributor re-count (we'll break the 600 limit very very soon now) and I made
all the numericals at the top phrased "shorter" and I cut out the "number of
releases since the very beginning"

contributor re-count (we'll break the 600 limit very very soon now) and I made
all the numericals at the top phrased "shorter" and I cut out the "number of
releases since the very beginning" since that's just the number curl releases
+ 26 and not a very interesting number anyway.

show more ...


# 2f285b3f 29-Oct-2007 Daniel Stenberg

curl-config --features and --protocols show the correct output when built
with NSS


# 5a5287ef 29-Oct-2007 Daniel Stenberg

start working on 7.17.2


Revision tags: curl-7_17_1
# ed3cc863 29-Oct-2007 Daniel Stenberg

correct mirror count


# 5adf53dc 28-Oct-2007 Daniel Stenberg

http://curl.wetzlmayr.at/ is a new web mirror in Nuremberg, Germany


# faaaf626 25-Oct-2007 Dan Fandrich

Added the --static-libs option to curl-config


1...<<61626364656667686970>>...97