9e8615ae | 18-May-2001 |
Daniel Stenberg |
strlcpy() turned static |
bb51c20c | 16-May-2001 |
Daniel Stenberg |
Added #define CURLE_ALREADY_COMPLETE to not break compiles that use that symbol, but libcurl will not return this ever |
a84af986 | 15-May-2001 |
Daniel Stenberg |
added pointer to the examples/getinmemory.c source code for paragraph 5.2 "How can I receive all data into a large memory chunk?" |
3ab3be1b | 15-May-2001 |
Daniel Stenberg |
Added getinmemory.c |
3ceb2bcb | 15-May-2001 |
Daniel Stenberg |
this might actually compile too... |
2457a319 | 15-May-2001 |
Daniel Stenberg |
an example on how you can use the write callback to receive data in a memory chunk |
9e1e3186 | 15-May-2001 |
Daniel Stenberg |
We need -lpthread for the pthread example |
e1132ecb | 15-May-2001 |
Daniel Stenberg |
corrected |
ccb92f1a | 15-May-2001 |
Daniel Stenberg |
Added Pawel A. Gajda |
8526fa97 | 15-May-2001 |
Daniel Stenberg |
Pawel A. Gajda fixed resumed transfers on persistent connections |
f85c29aa | 14-May-2001 |
Daniel Stenberg |
Added the first https test: 300 |
4677f733 | 14-May-2001 |
Daniel Stenberg |
pid files fixes, ftp server already-running-but-no-control check |
e82d2dc6 | 14-May-2001 |
Daniel Stenberg |
Jun-ichiro itojun Hagino fixed FTP PORT for IPv6-enabled libcurl |
b56f1e51 | 14-May-2001 |
Daniel Stenberg |
added a pointer to the download web page |
c7c94286 | 12-May-2001 |
Daniel Stenberg |
Added tons of comments all over |
a50fac0e | 12-May-2001 |
Daniel Stenberg |
multiple transfer path fixes, location fixes, resume download changes, ssl peer verify fixes and more |
e0f56897 | 12-May-2001 |
Daniel Stenberg |
CURLE_ALREADY_COMPLETE is removed CURLE_SSL_PEER_CERTIFICATE is added |
c7dbde9f | 12-May-2001 |
Daniel Stenberg |
Uses the Curl_SSLConnect() according to the new return type |
8fd89d6b | 12-May-2001 |
Daniel Stenberg |
fixed Curl_SSLConnect() to return CURLcode errors, including the new error code for peer certificate errors |
632e951e | 11-May-2001 |
Daniel Stenberg |
changed wording to make it more obvious I don't continuously work on this. |
a3a2d200 | 11-May-2001 |
Daniel Stenberg |
two new FTP file transfer resume test cases added |
4c2ca97d | 11-May-2001 |
Daniel Stenberg |
removed unused #ifdef'ed section |
11f2464a | 11-May-2001 |
Daniel Stenberg |
when asking for a resumed FTP transfer, even though the entire file has already been transfered no longer returns error but instead is OK. The reasoning behind this is of course that no extra
when asking for a resumed FTP transfer, even though the entire file has already been transfered no longer returns error but instead is OK. The reasoning behind this is of course that no extra actions need to be taken and it is as if a transfer had been successfully performed.
show more ...
|
291075b1 | 11-May-2001 |
Daniel Stenberg |
checkheader() added to check headers+contents instead of the previous strnequal() approach that really didn't follow the RFC properly |
282939c6 | 11-May-2001 |
Daniel Stenberg |
another multiple FTP transfer fix |