441a957d | 21-May-2001 |
Daniel Stenberg |
ftps test case data |
adc0edc4 | 21-May-2001 |
Daniel Stenberg |
slightly "hackish" approach to disable SSL during download if the connection is a FTPS connection as the data transfer is then done unencrypted! |
4836154c | 18-May-2001 |
Daniel Stenberg |
this should not set a SSL path to LDFLAGS or CPPFLAGS unless it really needs to |
0058e87e | 18-May-2001 |
Daniel Stenberg |
added some, removed some, moved around some. |
23903306 | 18-May-2001 |
Daniel Stenberg |
nicer OpenSSL header check |
49b9926d | 18-May-2001 |
Daniel Stenberg |
our internal strlcat() is now named Curl_strlcat() |
6c50d2ee | 18-May-2001 |
Daniel Stenberg |
strlcat() is now Curl_strlcat() instead to prevent collisions when used with other libs |
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 |