History log of /curl/ (Results 26726 – 26750 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
49a16f7124-Aug-2005 Daniel Stenberg

Theo Borm's example, as was posted here:
http://curl.haxx.se/mail/lib-2005-08/0163.html

a4773fcb24-Aug-2005 Daniel Stenberg

Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessible
from the command line tool with --ignore-content-length. This will make it
easier to download files from Apache 1.

Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessible
from the command line tool with --ignore-content-length. This will make it
easier to download files from Apache 1.x (and similar) servers that are
still having problems serving files larger than 2 or 4 GB. When this option
is enabled, curl will simply have to wait for the server to close the
connection to signal end of transfer. I wrote test case 269 that runs a
simple test that this works.

show more ...

1e038c4b24-Aug-2005 Daniel Stenberg

valgrind version 3 renames the --logfile command line option to --log-file...

6ba1969224-Aug-2005 Daniel Stenberg

fixed #26, GnuTLS CA cert verification

432dfe2b24-Aug-2005 Daniel Stenberg

Fixed CA cert verification using GnuTLS with the default bundle, which
previously failed due to GnuTLS not allowing x509 v1 CA certs by default.

a142372723-Aug-2005 Daniel Stenberg

known bug #26, pretty fatal for anyone who wants to use proper SSL and GnuTLS

f14195f722-Aug-2005 Gunter Knauf

enabled statically linked builds.

9d54f9a621-Aug-2005 Daniel Stenberg

well hit me, that wasn't possible, use 1:0:0 anyway...

ebb9119121-Aug-2005 Daniel Stenberg

modified the version-info, we only added functions

8742e29421-Aug-2005 Daniel Stenberg

increase version info

8882d1fa21-Aug-2005 Daniel Stenberg

avoid adding a blank dir to the LD_LIBRARY_PATH when OpenSSL is found in a
default dir

0c37ab5221-Aug-2005 Daniel Stenberg

Alfredo Tupone provided a fix for the Windows code in get_iphlpapi_dns_info()
when getting the DNS server etc.

747a058419-Aug-2005 Daniel Stenberg

Using CURLOPT_COOKIEFILE serveral times add more files to read from.

c7b7bf3219-Aug-2005 Daniel Stenberg

removed the unreachable code warning from gcc debug builds, even the most
recent gcc versions give far too many false positives for this to be valuable

710ee3b019-Aug-2005 Daniel Stenberg

Norbert Novotny had problems with FTPS and he helped me work out a patch
that made curl run fine in his end. The key was to make sure we do the
SSL/TLS negotiation immediately after the TCP c

Norbert Novotny had problems with FTPS and he helped me work out a patch
that made curl run fine in his end. The key was to make sure we do the
SSL/TLS negotiation immediately after the TCP connect is done and not after
a few other commands have been sent like we did previously. I don't consider
this change necessary to obey the standards, I think this server is pickier
than what the specs allow it to be, but I can't see how this modified
libcurl code can add any problems to those who are interpreting the
standards more liberally.

show more ...

7a89938919-Aug-2005 Daniel Stenberg

one german mirror has died while another one was added, and yet another Texas
one!

5e16a77f19-Aug-2005 Daniel Stenberg

Added new contributors from RELEASE-NOTES. The somewhat different sort order
is due to now using emacs to sort but I'm not in a mood to fix it better just
now.

ef35519619-Aug-2005 Daniel Stenberg

removed some inaccurate comments about the TYPE_IN_ADDR_T check

d5baaf7719-Aug-2005 Daniel Stenberg

The big POST to HTTPS is probably not a bug.

The CONNECT problem is now bug #25 planned to get fixed in next release.

2a94387f18-Aug-2005 Gunter Knauf

minor Makefile fixes.

6a5c2b0f18-Aug-2005 Gunter Knauf

updated NetWare section.

fc281d6418-Aug-2005 Daniel Stenberg

detabified

e22ac39d18-Aug-2005 Daniel Stenberg

detabify

34cadb1e18-Aug-2005 Daniel Stenberg

Harshal Pradhan's use-after-free bug with ares is now known bug #24 to be
fixed after 7.14.1

94692b9018-Aug-2005 Daniel Stenberg

it isn't strictly necessary to use it after a perform

1...<<1061106210631064106510661067106810691070>>...1351