c5cca4d0 | 17-Sep-2001 |
Daniel Stenberg |
fixed the stunnel PEM path |
0db04c4f | 17-Sep-2001 |
Daniel Stenberg |
added stunnel PEM |
5c566c9a | 17-Sep-2001 |
Daniel Stenberg |
added the stunnel PEM file |
822f0231 | 17-Sep-2001 |
Daniel Stenberg |
changed the PEM path |
d934890c | 17-Sep-2001 |
Daniel Stenberg |
libtool 1.4.2 |
0e25cf41 | 14-Sep-2001 |
Daniel Stenberg |
modified error message when PWD fails |
5214dbbd | 14-Sep-2001 |
Daniel Stenberg |
duphandle(), cipher list, *18* new ftp tests |
0c716d51 | 14-Sep-2001 |
Daniel Stenberg |
added README and FILEFORMAT to distrbution archive |
86367d67 | 14-Sep-2001 |
Daniel Stenberg |
new FTP tests |
bd8cef5a | 14-Sep-2001 |
Daniel Stenberg |
the strip stuff |
708431e2 | 14-Sep-2001 |
Daniel Stenberg |
fixed the REST again |
db5c1c61 | 13-Sep-2001 |
Daniel Stenberg |
added curl_easy_duphandle |
aa4ff6d8 | 13-Sep-2001 |
Daniel Stenberg |
Added curl_easy_duphandle |
6d5b8b50 | 13-Sep-2001 |
Daniel Stenberg |
minor informatinal output changes |
600d7b11 | 13-Sep-2001 |
Daniel Stenberg |
moved lots of the verbose stuff to do logmsg instead |
afa7648b | 13-Sep-2001 |
Daniel Stenberg |
initial test suite file format description |
5c344fc2 | 13-Sep-2001 |
Daniel Stenberg |
ftp tests added |
5a905e0b | 13-Sep-2001 |
Cris Bailiff |
Release 1.1.7 - documentation update with licence info only. |
c3121694 | 13-Sep-2001 |
Cris Bailiff |
Update documentation to explicitly state Curl::easy licence is dual MIT/X - MPL. |
2cb89357 | 12-Sep-2001 |
Daniel Stenberg |
moved a 100K buffer from the transfer loop to the urlstate struct, as it seriously decreases the amount of used stack space |
63f1f580 | 12-Sep-2001 |
Daniel Stenberg |
removed perl and php makefiles |
36e9507e | 12-Sep-2001 |
Daniel Stenberg |
reverted. twas no memory leak and the "fix" didn't even compile on windows... |
1fde1431 | 12-Sep-2001 |
Daniel Stenberg |
narrowed some source lines to fit in 80 cols |
bec97a09 | 12-Sep-2001 |
Daniel Stenberg |
ConnectionKillOne() _can_ return -1 as an indication of error This is T. Bharath's fix |
07de3c9d | 12-Sep-2001 |
Daniel Stenberg |
T. Bharath's patch that sets up a few necessary buffers in the duphandle() function |