History log of /curl/CHANGES (Results 201 – 225 of 1910)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5f0cae80 20-Jul-2009 Kamil Dudka

- Claes Jakobsson improved the support for client certificates handling
in NSS-powered libcurl. Now the client certificates can be selected
automatically by a NSS built-in hook. Additiona

- Claes Jakobsson improved the support for client certificates handling
in NSS-powered libcurl. Now the client certificates can be selected
automatically by a NSS built-in hook. Additionally pre-login to all PKCS11
slots is no more performed. It used to cause problems with HW tokens.

- Fixed reference counting for NSS client certificates. Now the PEM reader
module should be always properly unloaded on Curl_nss_cleanup(). If the unload
fails though, libcurl will try to reuse the already loaded instance.

show more ...


# b74b5e06 15-Jul-2009 Dan Fandrich

Added nonblock.c to the non-automake makefiles (note that the dependencies
in the Watcom makefiles aren't quite correct).


# 08d95bff 15-Jul-2009 Michal Marek

- Changed the description of CURLINFO_OS_ERRNO to make it clear that the
errno is not reset on success.


# 18b3833f 14-Jul-2009 Gunter Knauf

renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.


# d709cb2a 09-Jul-2009 Daniel Stenberg

- Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses for
setting a file descriptor non-blocking. Used by the functionality Eric
himself brough on June 15th.


# 5cf78472 08-Jul-2009 Daniel Stenberg

- Constantine Sapuntzakis posted bug report #2813123
(http://curl.haxx.se/bug/view.cgi?id=2813123) and an a patch that fixes the
problem:

Url A is accessed using auth. Url A re

- Constantine Sapuntzakis posted bug report #2813123
(http://curl.haxx.se/bug/view.cgi?id=2813123) and an a patch that fixes the
problem:

Url A is accessed using auth. Url A redirects to Url B (on a different
server0. Url B reuses a persistent connection. Url B has auth, even though
it's on a different server.

Note: if Url B does not reuse a persistent connection, auth is not sent.

show more ...


# 83fb285d 04-Jul-2009 Gunter Knauf

Markus Koetter provided a patch to avoid getnameinfo() usage which broke a couple of both IPv4 and IPv6 autobuilds.


# 4f551259 29-Jun-2009 Daniel Stenberg

- Markus Koetter made CURLOPT_FTPPORT (and curl's -P/--ftpport) support a port
range if given colon-separated after the host name/address part. Like
"192.168.0.1:2000-10000"


# d3e35d49 17-Jun-2009 Dan Fandrich

Added a few more compiler warning options for gcc.


# a0474685 16-Jun-2009 Daniel Stenberg

- Reuven Wachtfogel made curl -o - properly produce a binary output on windows
(no newline translations). Use -B/--use-ascii if you rather get the ascii
approach.


# 0b317b72 16-Jun-2009 Michal Marek

- When doing non-anonymous ftp via http proxies and the password is not
provided in the url, add it there (squid needs this).


# 4b6d3a2b 15-Jun-2009 Daniel Stenberg

- Eric Wong's patch:

This allows curl(1) to be used as a client-side tunnel for arbitrary stream
protocols by abusing chunked transfer encoding in both the HTTP request and
HTT

- Eric Wong's patch:

This allows curl(1) to be used as a client-side tunnel for arbitrary stream
protocols by abusing chunked transfer encoding in both the HTTP request and
HTTP response. This requires server support for sending a response while a
request is still being read, of course.

If attempting to read from stdin returns EAGAIN, then we pause our sender.
This leaves curl to attempt to read from the socket while reading from stdin
(and thus sending) is paused.

show more ...


# c32cf33a 15-Jun-2009 Patrick Monnerat

Replaced use of standard C library rand()/srand() by our own pseudo-random number generator.


# 065a51d2 11-Jun-2009 Yang Tse

mention configure --enable-curldebug decoupled from --enable-debug


# 7edcc221 11-Jun-2009 Yang Tse

changed testcurl script to allow building test harness
programs when cross-compiling for a *-*-mingw* host.


# 35217709 10-Jun-2009 Daniel Stenberg

- Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and
contributed a range of patches to fix them.


# 16ae283f 09-Jun-2009 Yang Tse

initialize fread callback pointer to avoid compiler warning


# 3e0c067e 08-Jun-2009 Daniel Stenberg

- Claes Jakobsson provided a patch for libcurl-NSS that fixed a bad refcount
issue with client certs that caused issues like segfaults.
http://curl.haxx.se/mail/lib-2009-05/0316.html


# f90551ff 08-Jun-2009 Daniel Stenberg

- Triggered by bug report #2798852 and the patch in there, I fixed configure
to detect gnutls build options with pkg-config only and not libgnutls-config
anymore since GnuTLS has stopped

- Triggered by bug report #2798852 and the patch in there, I fixed configure
to detect gnutls build options with pkg-config only and not libgnutls-config
anymore since GnuTLS has stopped distributing that tool. If an explicit path
is given to configure, we will instead guess on how to link and use that
lib. I did not use the patch from the bug report.

show more ...


# dbb93a27 08-Jun-2009 Yang Tse

mention last changes


# 242cf423 08-Jun-2009 Yang Tse

mention last changes


# e08f81c8 07-Jun-2009 Daniel Stenberg

Bill Hoffman (6 June 2009)
- Added some cmake docs and fixed socklen_t in the build.


# 9324f1c2 07-Jun-2009 Daniel Stenberg

- Eric Wong fixed --no-buffer to actually switch off output buffering. Been
broken since 7.19.0


# 16a56496 05-Jun-2009 Yang Tse

mention last changes


# 027cb376 05-Jun-2009 Yang Tse

mention last changes


12345678910>>...77