History log of /curl/ (Results 26576 – 26600 of 33766)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a8fc5d0f05-Nov-2005 Daniel Stenberg

CurlPas 2005-11-05 was released: http://curlpas.sf.net/

f5e85bab02-Nov-2005 Daniel Stenberg

oops

9a44fa8302-Nov-2005 Daniel Stenberg

Added:

1.9 Where do I buy commercial support for curl?
1.10 How many are using curl?
6.7 What are my obligations when using libcurl in my commerical apps?

Edited a few ot

Added:

1.9 Where do I buy commercial support for curl?
1.10 How many are using curl?
6.7 What are my obligations when using libcurl in my commerical apps?

Edited a few other paragraphs slightly.

show more ...

6b1e54da01-Nov-2005 Gisle Vanem

Use an empty '*mod_name'.

b91421b131-Oct-2005 Daniel Stenberg

Vilmos Nebehaj improved libcurl's LDAP abilities:

The LDAP code in libcurl can't handle LDAP servers of LDAPv3 nor binary
attributes in LDAP objects. So, I made a quick patch to address

Vilmos Nebehaj improved libcurl's LDAP abilities:

The LDAP code in libcurl can't handle LDAP servers of LDAPv3 nor binary
attributes in LDAP objects. So, I made a quick patch to address these
problems.

The solution is simple: if we connect to an LDAP server, first try LDAPv3
(which is the preferred protocol as of now) and then fall back to LDAPv2.
In case of binary attributes, we first convert them to base64, just like the
openldap client does. It uses ldap_get_values_len() instead of
ldap_get_values() to be able to retrieve binary attributes correctly. I
defined the necessary LDAP macros in lib/ldap.c to be able to compile
libcurl without the presence of libldap

show more ...

43b3954f31-Oct-2005 Daniel Stenberg

kill trailing whitespace

80f2e3f230-Oct-2005 Daniel Stenberg

test 275 makes a CONNECT through a proxy and then gets two pages from the
same server

9ea423b429-Oct-2005 Daniel Stenberg

--max-redirs 0

b259c9c529-Oct-2005 Daniel Stenberg

re-arranged the win32 section and added a pointer to the INSTALL.devcpp
document

80f481a528-Oct-2005 Daniel Stenberg

Tom Kyer's DevCpp-Mingw Install & Compilation guide

115fe1b528-Oct-2005 Daniel Stenberg

mention brokenness

06d6ea6528-Oct-2005 Daniel Stenberg

elaborated somewhat in the license chapter

966fa84827-Oct-2005 Daniel Stenberg

Nis Jorgensen filed bug report #1338648
(http://curl.haxx.se/bug/view.cgi?id=1338648) which really is more of a
feature request, but anyway. It pointed out that --max-redirs did not allow

Nis Jorgensen filed bug report #1338648
(http://curl.haxx.se/bug/view.cgi?id=1338648) which really is more of a
feature request, but anyway. It pointed out that --max-redirs did not allow
it to be set to 0, which then would return an error code on the first
Location: found. Based on Nis' patch, now libcurl supports CURLOPT_MAXREDIRS
set to 0, or -1 for infinity. Added test case 274 to verify.

show more ...

6f8fe67a27-Oct-2005 Daniel Stenberg

tommink[at]post.pl reported in bug report #1337723
(http://curl.haxx.se/bug/view.cgi?id=1337723) that curl could not upload
binary data from stdin on Windows if the data contained control-Z (

tommink[at]post.pl reported in bug report #1337723
(http://curl.haxx.se/bug/view.cgi?id=1337723) that curl could not upload
binary data from stdin on Windows if the data contained control-Z (hex 1a)
since that is treated as end-of-file when read in text mode. Gisle Vanem
pointed out the fix, and I made both -T and --data-binary take advantage of
it.

show more ...

d49edc8e27-Oct-2005 Daniel Stenberg

updates to reflect current status in Debian land, and added some known
differences between OpenSSL and GnuTLS (that is probably a suitable subject
for a separate document...)

3b9c20fe27-Oct-2005 Gisle Vanem

Removed dependency on zlib.h. Added dependency for
..\lib\timeval.c.

bd72c5ea27-Oct-2005 Gisle Vanem

Added option '-zc' puts const data in code-segment.
Added CURL_DISABLE_TFTP; tftp.c doesn't compile as-is.

9d152a7727-Oct-2005 Daniel Stenberg

Jaz Fresh pointed out that if you used "-r [number]" as was wrongly described
in the man page, curl would send an invalid HTTP Range: header. The correct
way would be to use "-r [number]-" or

Jaz Fresh pointed out that if you used "-r [number]" as was wrongly described
in the man page, curl would send an invalid HTTP Range: header. The correct
way would be to use "-r [number]-" or even "-r -[number]". Starting now,
curl will warn if this is discovered, and automatically append a dash to the
range before passing it to libcurl.

show more ...

33dc28b925-Oct-2005 Daniel Stenberg

multi IP socket description leak with multi interface

43ce64dc25-Oct-2005 Daniel Stenberg

added new dutch mirror and removed the "--" separators

9e0882ba25-Oct-2005 Daniel Stenberg

close the existing socket when trying next IP, as otherwise we leak one!
bug #1326306

c890149c22-Oct-2005 Daniel Stenberg

Dima Barsky reported a problem with GnuTLS-enabled libcurl in bug report
#1334338 (http://curl.haxx.se/bug/view.cgi?id=1334338). When reading an SSL
stream from a server and the server re

Dima Barsky reported a problem with GnuTLS-enabled libcurl in bug report
#1334338 (http://curl.haxx.se/bug/view.cgi?id=1334338). When reading an SSL
stream from a server and the server requests a "rehandshake", the current
code simply returns this as an error. I have no good way to test this, but
I've added a crude attempt of dealing with this situation slightly better -
it makes a blocking handshake if this happens. Done like this because fixing
this the "proper" way (that would handshake asynchronously) will require
quite some work and I really need a good way to test this to do such a
change.

show more ...

1a1ab2e221-Oct-2005 Daniel Stenberg

"Ofer" reported a problem when libcurl re-used a connection and failed to do
it, it could then accidentally actually crash. Presumably, this concerns FTP
connections. http://curl.haxx.se/bug

"Ofer" reported a problem when libcurl re-used a connection and failed to do
it, it could then accidentally actually crash. Presumably, this concerns FTP
connections. http://curl.haxx.se/bug/view.cgi?id=1330310

show more ...

715b706c21-Oct-2005 Daniel Stenberg

Temprimus improved the MSVC makefile so that the static debug SSL libs are
linked to the executable and not to the libcurld.lib
http://curl.haxx.se/bug/view.cgi?id=1326676

bfa9c42c21-Oct-2005 Daniel Stenberg

Bradford Bruce made the windows resolver code properly return
CURLE_COULDNT_RESOLVE_PROXY and CURLE_COULDNT_RESOLVE_HOST on resolving
errors (as documented).

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