380e132d | 23-May-2007 |
Daniel Stenberg |
TFTP transfers are also blocking |
f2eb3c1f | 23-May-2007 |
Daniel Stenberg |
fix the formatting of the trailing list |
96c093f2 | 22-May-2007 |
Daniel Stenberg |
Andre Guibert de Bruet fixed a memory leak when PKCS #12 parsing failed |
a9d49769 | 22-May-2007 |
Daniel Stenberg |
Andre Guibert de Bruet fixed a memory leak in the function that verifies the peer's name in the SSL certificate when built for OpenSSL. The leak happens for libcurls with CURL_DOES_CONVERSION
Andre Guibert de Bruet fixed a memory leak in the function that verifies the peer's name in the SSL certificate when built for OpenSSL. The leak happens for libcurls with CURL_DOES_CONVERSIONS enabled that fail to convert the CN name from UTF8.
show more ...
|
d7616d8a | 20-May-2007 |
Daniel Stenberg |
WaitForSingleObject() uses a millisecond timeout and CURL_TIMEOUT_RESOLVE is counted in seconds... |
826bbfc0 | 18-May-2007 |
Daniel Stenberg |
better fix for the dl/ul counters |
250f9670 | 18-May-2007 |
Daniel Stenberg |
Feng Tu reported that curl -w did wrong on TFTP transfers in bug report #1715394 (http://curl.haxx.se/bug/view.cgi?id=1715394), and the transfer-related info "variables" were indeed overwritt
Feng Tu reported that curl -w did wrong on TFTP transfers in bug report #1715394 (http://curl.haxx.se/bug/view.cgi?id=1715394), and the transfer-related info "variables" were indeed overwritten with zeroes wrongly and have now been adjusted. The upload size still isn't accurate.
show more ...
|
ed4936fd | 18-May-2007 |
Daniel Stenberg |
bail out with error codes on failures |
4dd26280 | 17-May-2007 |
Daniel Stenberg |
they spell five with a v... |
84797856 | 17-May-2007 |
Daniel Stenberg |
Feng Tu pointed out a division by zero error in the TFTP connect timeout code for timeouts less than fice seconds, and also provided a fix for it. |
0427e944 | 17-May-2007 |
Dan Fandrich |
Added support for compiling under Minix 3.1.3 using ACK. |
09fd3b49 | 16-May-2007 |
Dan Fandrich |
Match file times occurring in the morning. |
3fef839f | 15-May-2007 |
Dan Fandrich |
Added call to setvbuf (disabled by default for speed) to flush the memdebug log file after every line and avoid losing the last few log entries if curl crashes. |
ea43bb01 | 15-May-2007 |
Dan Fandrich |
Added support for quote commands before a transfer using SFTP and test case 614. Allow SFTP quote commands chmod, chown, chgrp to set a value of 0. |
b0a4c992 | 14-May-2007 |
Dan Fandrich |
Added SFTP directory listing test case 613. |
85707460 | 10-May-2007 |
Dan Fandrich |
Added FTPS upload tests 408 and 409. |
41ba7666 | 09-May-2007 |
Dan Fandrich |
Kristian Gunstone fixed a problem where overwriting an uploaded file with sftp didn't truncate it first, which would corrupt the file if the new file was shorter than the old. |
4367e051 | 09-May-2007 |
Dan Fandrich |
Added the list of SFTP post-quote commands, and fixed a few typos. |
ed998270 | 08-May-2007 |
Dan Fandrich |
Added FTPS test cases 406 and 407 |
1b7f00b2 | 08-May-2007 |
Daniel Stenberg |
CURLE_FTP_COULDNT_STOR_FILE is now known as CURLE_UPLOAD_FAILED. This is because I just made SCP uploads return this value if the file size of the upload file isn't given with CURLOPT_INFILES
CURLE_FTP_COULDNT_STOR_FILE is now known as CURLE_UPLOAD_FAILED. This is because I just made SCP uploads return this value if the file size of the upload file isn't given with CURLOPT_INFILESIZE*. Docs updated to reflect this news, and a define for the old name was added to the public header file.
show more ...
|
ad19f95f | 07-May-2007 |
Daniel Stenberg |
James Bursa fixed a bug in the multi handle code that made the connection cache grow a bit too much, beyond the normal 4 * easy_handles. |
bcfe3cb2 | 06-May-2007 |
Daniel Stenberg |
extended the description for the curl_multi_socket_action() change |
805a5dca | 03-May-2007 |
Daniel Stenberg |
42. Daniel Black filed bug report #1705802 where he accurately mentions that several FTP-SSL test cases fail when we build libcurl with NSS for TLS/SSL: http://curl.haxx.se/bug/view.cgi?i
42. Daniel Black filed bug report #1705802 where he accurately mentions that several FTP-SSL test cases fail when we build libcurl with NSS for TLS/SSL: http://curl.haxx.se/bug/view.cgi?id=1705802
show more ...
|
0b67ee7b | 03-May-2007 |
Dan Fandrich |
Fixed a few typos. |
92980376 | 03-May-2007 |
Daniel Stenberg |
document the new 200alias behaviour |