8efa6f40 | 30-Jun-2004 |
Daniel Stenberg |
I think 1024 bytes is enough for even most ipv6 addresses :-) |
85bd4621 | 30-Jun-2004 |
Daniel Stenberg |
Prevent a very long password to buffer overflow the global variable we use when built with a very old OpenSSL version. |
6c3759d7 | 30-Jun-2004 |
Daniel Stenberg |
removed trailing whitespace, free a missing malloc when returning error |
4af08a19 | 30-Jun-2004 |
Daniel Stenberg |
passing in a very long interface name could make a buffer overflow |
c14650ca | 30-Jun-2004 |
Daniel Stenberg |
not PIN code, pass phrase |
c7a9e079 | 30-Jun-2004 |
Daniel Stenberg |
simplified the check for when to free() the buf data |
185baf03 | 30-Jun-2004 |
Daniel Stenberg |
NOBODY set TRUE after a POST makes a good HEAD now |
35236138 | 30-Jun-2004 |
Daniel Stenberg |
wxcurldav |
782ade72 | 30-Jun-2004 |
Daniel Stenberg |
fixed |
ba40eccc | 30-Jun-2004 |
Daniel Stenberg |
make the SSL connect use the same default connect timeout define as the generic connect uses |
4191741f | 29-Jun-2004 |
Daniel Stenberg |
Curl_addrinfo is another typedef we use frequently |
7a52f44b | 29-Jun-2004 |
Daniel Stenberg |
Gisle fixed a bad free from the resolve reorg, I changed type of the buf variable to sort out some compiler warnings. |
efa54857 | 29-Jun-2004 |
Daniel Stenberg |
Gisle's djgpp updates |
c81ac51e | 29-Jun-2004 |
Daniel Stenberg |
Gisle's update |
fd17cf2e | 29-Jun-2004 |
Gunter Knauf |
fixed argument parsing; added --setup option. |
d4b09994 | 29-Jun-2004 |
Daniel Stenberg |
'M-x ispell-buffer' |
03f8ec89 | 29-Jun-2004 |
Daniel Stenberg |
multi interface connect fix |
f633ab68 | 29-Jun-2004 |
Daniel Stenberg |
commented out the check for gethostbyname_r() as we no longer use it |
808621ab | 29-Jun-2004 |
Daniel Stenberg |
corrected the Curl_is_connected() proto |
6ed5feda | 29-Jun-2004 |
Daniel Stenberg |
First attempt at making the multi interface work when connecting to a host that resolves to multiple IP addresses. |
964066c0 | 29-Jun-2004 |
Daniel Stenberg |
Added missing info for the command line tool, as noted by Mike Kienenberger |
a913e936 | 28-Jun-2004 |
Daniel Stenberg |
--limit-rate problems on Mac OS X was reported by Rob Stanzel |
a7b99fc4 | 27-Jun-2004 |
Daniel Stenberg |
check for a fine poll() before it is used to sleep subsecond |
6f252f47 | 27-Jun-2004 |
Daniel Stenberg |
reset CURLOPT_CUSTOMREQUEST with NULL |
b596c34b | 24-Jun-2004 |
Daniel Stenberg |
snprintf and version |