fa601af7 | 25-Jun-2001 |
Daniel Stenberg |
Anton Kalmykov's fix for dealing with form names with spaces! |
303b3cf4 | 21-Jun-2001 |
Daniel Stenberg |
added return type void in SYNOPSIS |
fc535aa0 | 21-Jun-2001 |
Daniel Stenberg |
libcurl.5 is renamed to libcurl.3 |
cd337959 | 20-Jun-2001 |
Daniel Stenberg |
all changes from year 2000 was moved to CHANGES.2000 and that is now only available in CVS |
c9d233d3 | 20-Jun-2001 |
Daniel Stenberg |
the changelog from year 2000 |
bd192d53 | 20-Jun-2001 |
Daniel Stenberg |
ftp cut off transfer fix, configure --with-ssl fix |
4ac7a087 | 20-Jun-2001 |
Daniel Stenberg |
when --with-ssl is used with a specified path, we use that path immediately to check libs and include files in, we don't check the default places first! |
2d503918 | 19-Jun-2001 |
Daniel Stenberg |
Added items we've discussed previously, and URLs to dev notes discussing the matter |
b1bbaebb | 19-Jun-2001 |
Daniel Stenberg |
better treatment of truly aborted transfers |
8f6997cb | 18-Jun-2001 |
Daniel Stenberg |
files to ignore by default in cvs operations |
e18ecaf1 | 14-Jun-2001 |
Daniel Stenberg |
made stdin testing work, also made 'nocheck=true' work when set on the reply data section |
fe67ba6d | 14-Jun-2001 |
Daniel Stenberg |
three more HTTP tests added from the old test suite |
e39e6c53 | 12-Jun-2001 |
Daniel Stenberg |
removed a failf() that would overwrite the previous error message |
4e4a8993 | 12-Jun-2001 |
Daniel Stenberg |
better ssl error msg, libcurl.def fix, -version-info corrected, more test cases and fixed FTP ranges |
9a78db6e | 12-Jun-2001 |
Daniel Stenberg |
Salvador D�vila's ftp range download fix |
6475600a | 12-Jun-2001 |
Daniel Stenberg |
New test cases added |
e450888b | 12-Jun-2001 |
Daniel Stenberg |
supports SIZE now |
23522a66 | 11-Jun-2001 |
Daniel Stenberg |
corrected the -version-info |
116462a5 | 11-Jun-2001 |
Daniel Stenberg |
Added a check that 'localhost' resolves before the gethostbyname_r() checks, as they depend on the resolving of that name. It seems this mistake is happening from time to time and people have
Added a check that 'localhost' resolves before the gethostbyname_r() checks, as they depend on the resolving of that name. It seems this mistake is happening from time to time and people have a hard time finding out why configure can't detect their gethostbyname_r()-setup.
show more ...
|
217e0331 | 07-Jun-2001 |
Daniel Stenberg |
duplicate curl_unescape entry removed |
259ac2dd | 07-Jun-2001 |
Daniel Stenberg |
7.8 commit |
4ebf001d | 07-Jun-2001 |
Daniel Stenberg |
SM's suggested update of the Microsoft and SSL compiling section |
5e326014 | 07-Jun-2001 |
Daniel Stenberg |
SDavila posted a fix that sets conn->bits.use_range properly when doing resumed downloads |
0b0bbffa | 07-Jun-2001 |
Daniel Stenberg |
J�rn corrected the mingw32 makefile |
2b35432f | 06-Jun-2001 |
Daniel Stenberg |
S. Moonesamy updates, strtok.[ch] issues |