3d582064 | 04-Oct-2002 |
Daniel Stenberg |
as Ralph Mitchell pointed out, the Location: following code needs some basic ./ and ../ strip-off understanding, and this change introduces with. test cases 49 - 52 test this. |
d08df97f | 04-Oct-2002 |
Daniel Stenberg |
new redirect tests with ./ and ../ |
fd6624a0 | 04-Oct-2002 |
Daniel Stenberg |
Kevin Roth's patch for his new packaging |
8aa41dd0 | 03-Oct-2002 |
Daniel Stenberg |
Bjorn Wiren pointed out that INSTALL was missing in the tarballs |
e890113f | 01-Oct-2002 |
Daniel Stenberg |
--with-libz and --without-libz are now supported |
e2e64798 | 01-Oct-2002 |
Daniel Stenberg |
7.10 |
b9b6a656 | 01-Oct-2002 |
Daniel Stenberg |
three more changes |
dc9e4156 | 30-Sep-2002 |
Daniel Stenberg |
get an argument and add a 'age' field to the struct |
84fa12c8 | 30-Sep-2002 |
Daniel Stenberg |
Cris Bailiff found this flaw, gethostbyname_r() on linux returns 0 even when it can't lookup the name (at least in some cases) and thus we need to make an extra check to detect failures. |
296b35fe | 27-Sep-2002 |
Daniel Stenberg |
"" proxy means no proxy |
0ff89b9c | 27-Sep-2002 |
Daniel Stenberg |
Allow a "" proxy explicitly set dont-use-proxy, i.e don't even check the environment variables or anything. Setting it to NULL disables proxy as well, but allows the environment variables to
Allow a "" proxy explicitly set dont-use-proxy, i.e don't even check the environment variables or anything. Setting it to NULL disables proxy as well, but allows the environment variables to kick in and be used.
show more ...
|
3b33540c | 26-Sep-2002 |
Daniel Stenberg |
point out more docs |
29d01742 | 26-Sep-2002 |
Daniel Stenberg |
nicer html |
cc7f2a0d | 26-Sep-2002 |
Daniel Stenberg |
main index for the tool docs |
b1579aed | 26-Sep-2002 |
Daniel Stenberg |
fixed html tag |
9247daf9 | 26-Sep-2002 |
Daniel Stenberg |
enhanced curl_version_info |
9031e33b | 25-Sep-2002 |
Daniel Stenberg |
language! |
1ee1f5f4 | 25-Sep-2002 |
Daniel Stenberg |
extended curl_version_info() with more info on related sub-libraries |
a5874a53 | 25-Sep-2002 |
Daniel Stenberg |
four fixes of yday and today |
969217c9 | 25-Sep-2002 |
Daniel Stenberg |
make sure we free rangeline before we re-assign it to a new allocated memory as otherwise we (might) leak memory |
e399502c | 25-Sep-2002 |
Daniel Stenberg |
curl_free proto added |
6883f0c4 | 25-Sep-2002 |
Daniel Stenberg |
Walter J. Mack added curl_free |
3fc2c813 | 25-Sep-2002 |
Daniel Stenberg |
added curl_free and an "overview" section |
9de4b99f | 25-Sep-2002 |
Daniel Stenberg |
added curl_free |
24e70368 | 25-Sep-2002 |
Daniel Stenberg |
Walter J. Mack's curl_free addition |