598ffeea | 21-Mar-2006 |
Daniel Stenberg |
David McCreedy added CURLINFO_FTP_ENTRY_PATH to export the FTP entry path |
83367f67 | 21-Mar-2006 |
Daniel Stenberg |
Xavier Bouchoux made the SSL connection non-blocking for the multi interface (when using OpenSSL). |
15f2647d | 21-Mar-2006 |
Daniel Stenberg |
Tor Arntsen fixed the AIX Toolbox RPM spec |
6421d69b | 20-Mar-2006 |
Daniel Stenberg |
David McCreedy fixed libcurl to no longer ignore AUTH failures and now it reacts properly according to the CURLOPT_FTP_SSL setting. |
18081e30 | 20-Mar-2006 |
Daniel Stenberg |
mention today's fixes |
97181b5c | 20-Mar-2006 |
Daniel Stenberg |
7.15.3 contributors |
a63f9887 | 20-Mar-2006 |
Dan Fandrich |
Fixed a bug whereby a received file whose length was a multiple of 512 bytes could have random garbage appended. Also, stop processing TFTP packets which are too short to be legal. |
1282aad4 | 20-Mar-2006 |
Daniel Stenberg |
off-by-one for the case when it adds /? and a terminating zero to the URL |
b8fad99f | 20-Mar-2006 |
Daniel Stenberg |
start working towards 7.15.4 |
c7e9e60b | 20-Mar-2006 |
Daniel Stenberg |
fixed the AIX packages |
47f2e1da | 20-Mar-2006 |
Daniel Stenberg |
missing in CVS |
59752299 | 20-Mar-2006 |
Daniel Stenberg |
fixed tftp packet overflow risk |
38295e8a | 17-Mar-2006 |
Daniel Stenberg |
slight rewording based on debian bug report #357388 by Justin Pryzby |
f9612b5e | 16-Mar-2006 |
Daniel Stenberg |
fixed in CVS |
5cf2ef2e | 16-Mar-2006 |
Daniel Stenberg |
AIX Toolbox RPM spec file by Tor Arntsen |
938b5c88 | 15-Mar-2006 |
Daniel Stenberg |
slightly edited explanation for -f/--fail by the help of Kjell Ericson |
0618e682 | 14-Mar-2006 |
Daniel Stenberg |
use the new types accordingly |
bac52f39 | 14-Mar-2006 |
Daniel Stenberg |
--ftp-method and CURLOPT_FTP_FILEMETHOD are now documented and usable |
d494d629 | 13-Mar-2006 |
Daniel Stenberg |
David McCreedy found a use of the wrong variable when display the error text from OpenSSL. |
72061813 | 13-Mar-2006 |
Daniel Stenberg |
David McCreedy found a missing return code assignment |
3f22901a | 13-Mar-2006 |
Daniel Stenberg |
Scott Worley's typo fixes |
f70f11fc | 08-Mar-2006 |
Daniel Stenberg |
Peter Heuchert's correction for the clear control connection case |
cffebd7f | 07-Mar-2006 |
Daniel Stenberg |
Markus Koetter filed debian bug report #355715 which identified a problem with the multi interface and multi-part formposts. The fix from February 22nd could make the Curl_done() function get
Markus Koetter filed debian bug report #355715 which identified a problem with the multi interface and multi-part formposts. The fix from February 22nd could make the Curl_done() function get called twice on the same connection and it was not designed for that and thus tried to call free() on an already freed memory area!
show more ...
|
b8c8e734 | 07-Mar-2006 |
Daniel Stenberg |
Peter Heuchert made sure the CURLFTPSSL_CONTROL setting for CURLOPT_FTP_SSL is used properly. |
8bba99ae | 06-Mar-2006 |
Daniel Stenberg |
Lots of users on Windows have reported getting the "SSL: couldn't set callback" error message so I've now made the setting of that callback not be as critical as before. The function is only
Lots of users on Windows have reported getting the "SSL: couldn't set callback" error message so I've now made the setting of that callback not be as critical as before. The function is only used for additional loggging/ trace anyway so a failure just means slightly less data. It should still be able to proceed and connect fine to the server.
show more ...
|