5c52cacc | 08-Oct-2003 |
Daniel Stenberg |
- Frank Ticheler provided a patch that fixes how libcurl connects to multiple addresses, if one of them fails (ipv4-code). |
e612f733 | 08-Oct-2003 |
Daniel Stenberg |
include file fixes |
ff5b6ff5 | 08-Oct-2003 |
Daniel Stenberg |
fixed to build fine without ssl |
c86768d8 | 07-Oct-2003 |
Daniel Stenberg |
check for inet_pton() |
9f002b12 | 07-Oct-2003 |
Daniel Stenberg |
Neil Dunbar and subjectAltNames |
0436fbe2 | 07-Oct-2003 |
Daniel Stenberg |
ares 1.1.1 with collected applied patches |
6494889e | 07-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 ...
|
f5253452 | 07-Oct-2003 |
Daniel Stenberg |
test case 508 added to test callback-based POST |
0b615afa | 07-Oct-2003 |
Daniel Stenberg |
http post fix |
b61c25af | 07-Oct-2003 |
Daniel Stenberg |
make sure that a regular POST using the read callback works |
bf20ed59 | 06-Oct-2003 |
Daniel Stenberg |
O_NONBLOCK does not work on BeOS according to Shard |
9d5c22d5 | 05-Oct-2003 |
Daniel Stenberg |
builds better on BeOS |
aaddfa01 | 05-Oct-2003 |
Daniel Stenberg |
Shard's fix to build fine on BeOS |
17e13acd | 05-Oct-2003 |
Daniel Stenberg |
BeOS-adjustments, as provided by Shard |
5564e9a3 | 05-Oct-2003 |
Daniel Stenberg |
weird typo removed |
a0118fb3 | 05-Oct-2003 |
Daniel Stenberg |
just re-indented some code |
57b6202e | 05-Oct-2003 |
Daniel Stenberg |
New code for BeOS-style non-blocking sockets, provided by Shard and Jeremy Friesner. |
0bbe184f | 05-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 ...
|
1b0af1c5 | 04-Oct-2003 |
Daniel Stenberg |
curlx.c example added |
23f86920 | 04-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! |
780652e5 | 04-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. |
8297ac4a | 04-Oct-2003 |
Daniel Stenberg |
Jon Turner fix |
45ef092c | 04-Oct-2003 |
Daniel Stenberg |
Jon Turner mentioned this bug fix to correct how libcurl deals with paths after a failed transfer. |
a191fe02 | 04-Oct-2003 |
Daniel Stenberg |
fixed ares-resolves and ip-only names |
343291ce | 04-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 ...
|