History log of /curl/ (Results 29901 – 29925 of 33763)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
5c52cacc08-Oct-2003 Daniel Stenberg

- Frank Ticheler provided a patch that fixes how libcurl connects to multiple
addresses, if one of them fails (ipv4-code).

e612f73308-Oct-2003 Daniel Stenberg

include file fixes

ff5b6ff508-Oct-2003 Daniel Stenberg

fixed to build fine without ssl

c86768d807-Oct-2003 Daniel Stenberg

check for inet_pton()

9f002b1207-Oct-2003 Daniel Stenberg

Neil Dunbar and subjectAltNames

0436fbe207-Oct-2003 Daniel Stenberg

ares 1.1.1 with collected applied patches

6494889e07-Oct-2003 Daniel Stenberg

Neil Dunbar provided a patch that now makes libcurl check SSL
subjectAltNames when matching certs. This is apparently detailed in RFC2818
as the right thing to do. I had to add configure

Neil Dunbar provided a patch that now makes libcurl check SSL
subjectAltNames when matching certs. This is apparently detailed in RFC2818
as the right thing to do. I had to add configure checks for inet_pton() and
our own (strictly speaking, code from BIND written by Paul Vixie) provided
code for the function for platforms that miss it.

show more ...

f525345207-Oct-2003 Daniel Stenberg

test case 508 added to test callback-based POST

0b615afa07-Oct-2003 Daniel Stenberg

http post fix

b61c25af07-Oct-2003 Daniel Stenberg

make sure that a regular POST using the read callback works

bf20ed5906-Oct-2003 Daniel Stenberg

O_NONBLOCK does not work on BeOS according to Shard

9d5c22d505-Oct-2003 Daniel Stenberg

builds better on BeOS

aaddfa0105-Oct-2003 Daniel Stenberg

Shard's fix to build fine on BeOS

17e13acd05-Oct-2003 Daniel Stenberg

BeOS-adjustments, as provided by Shard

5564e9a305-Oct-2003 Daniel Stenberg

weird typo removed

a0118fb305-Oct-2003 Daniel Stenberg

just re-indented some code

57b6202e05-Oct-2003 Daniel Stenberg

New code for BeOS-style non-blocking sockets, provided by Shard and
Jeremy Friesner.

0bbe184f05-Oct-2003 Daniel Stenberg

improved the non-block check a lot:
* several tests ALWAYS failed due to bad test programs
* the IoctlSocket() test now is linked on test as it could otherwise compile
fine on many syst

improved the non-block check a lot:
* several tests ALWAYS failed due to bad test programs
* the IoctlSocket() test now is linked on test as it could otherwise compile
fine on many systems that doesn't support it
* added a test for the BeOS way of doing non-blocking sockets (based on a
patch from Shard)

show more ...

1b0af1c504-Oct-2003 Daniel Stenberg

curlx.c example added

23f8692004-Oct-2003 Daniel Stenberg

- Vincent Bronner pointed out that if you set CURLOPT_COOKIE for a transfer
and then set it to NULL in a subsequent one, the previous cookie was still
sent off!

780652e504-Oct-2003 Daniel Stenberg

Vincent Bronner pointed out that if you set CURLOPT_COOKIE to NULL, it still
sends off the previously set cookie. This also concerns CURLOPT_REFERER.
This fix should stop this.

8297ac4a04-Oct-2003 Daniel Stenberg

Jon Turner fix

45ef092c04-Oct-2003 Daniel Stenberg

Jon Turner mentioned this bug fix to correct how libcurl deals with paths
after a failed transfer.

a191fe0204-Oct-2003 Daniel Stenberg

fixed ares-resolves and ip-only names

343291ce04-Oct-2003 Daniel Stenberg

Based on a patch provided by Siddhartha Prakash Jain. In Curl_resolv() when
my_getaddrinfo() has been called (and wait has been set to TRUE), we check
if the name already is resolved and if s

Based on a patch provided by Siddhartha Prakash Jain. In Curl_resolv() when
my_getaddrinfo() has been called (and wait has been set to TRUE), we check
if the name already is resolved and if so don't return wait status to the
parent. This can happen with IP-only names.

show more ...

1...<<1191119211931194119511961197119811991200>>...1351