8cade952 | 16-Jan-2007 |
Daniel Stenberg |
David McCreedy fixed a flaw from his previous non-ascii HTTP patch |
385e612f | 16-Jan-2007 |
Daniel Stenberg |
- Armel Asselin improved libcurl to behave a lot better when an easy handle doing an FTP transfer is removed from a multi handle before completion. The fix also fixed the "alive counter"
- Armel Asselin improved libcurl to behave a lot better when an easy handle doing an FTP transfer is removed from a multi handle before completion. The fix also fixed the "alive counter" to be correct on "premature removal" for all protocols.
show more ...
|
18863887 | 16-Jan-2007 |
Daniel Stenberg |
restore previous addition to the amount of data that is returned |
32fe5b14 | 16-Jan-2007 |
Dan Fandrich |
Added simple OpenSSL crypto engine tests. |
bbdc4836 | 16-Jan-2007 |
Dan Fandrich |
Fixed a small memory leak in tftp uploads discovered by curl's memory leak detector. Also changed tftp downloads to URL-unescape the downloaded file name. |
f11d3c32 | 15-Jan-2007 |
Dan Fandrich |
Added TFTP upload tests. |
b0d13fa4 | 15-Jan-2007 |
Dan Fandrich |
Leave the TFTPD test server running after a file upload. Flush the protocol log data so it's immediately available to the test harness. |
0fb5a65a | 14-Jan-2007 |
Daniel Stenberg |
- David McCreedy provided libcurl changes for doing HTTP communication on non-ASCII platforms. It does add some complexity, most notably with more #ifdefs, but I want to see this supporte
- David McCreedy provided libcurl changes for doing HTTP communication on non-ASCII platforms. It does add some complexity, most notably with more #ifdefs, but I want to see this supported added and I can't see how we can add it without the extra stuff added.
show more ...
|
c8afb02b | 13-Jan-2007 |
Daniel Stenberg |
4GB download and cookielist "ALL" fixes |
869d6533 | 13-Jan-2007 |
Daniel Stenberg |
fixed bad variable use when getting the size which we should read when attempting not to read data that might belong to the next response (if pipelining) |
277df1c6 | 13-Jan-2007 |
Daniel Stenberg |
make Curl_cookie_clearall() survive getting called with a NULL pointer |
5ec5b95f | 10-Jan-2007 |
Dan Fandrich |
Added test for TFTP retrieve of boundary case 512 byte file. |
9e61c904 | 10-Jan-2007 |
Dan Fandrich |
Display crypto engine name correctly in debug message. |
7efb955f | 10-Jan-2007 |
Dan Fandrich |
Added test of TFTP server error reporting. |
75899741 | 09-Jan-2007 |
Daniel Stenberg |
corrected example |
d4651994 | 08-Jan-2007 |
Linus Nielsen Feltzing |
Correct error code for CCC/SSL shutdown failure |
55123424 | 08-Jan-2007 |
Linus Nielsen Feltzing |
Removed unused variable in Curl_ossl_shutdown() |
f5e4a78b | 08-Jan-2007 |
Daniel Stenberg |
no suprise really, but it works fine on SH4 as well... |
7515a752 | 06-Jan-2007 |
Linus Nielsen Feltzing |
Fix compilation errors when building without SSL |
4750e6f3 | 05-Jan-2007 |
Daniel Stenberg |
- Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to curl that uses the new CURLOPT_FTP_SSL_CCC option in libcurl. If enabled, it will make libcurl shutdown SSL/TL
- Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to curl that uses the new CURLOPT_FTP_SSL_CCC option in libcurl. If enabled, it will make libcurl shutdown SSL/TLS after the authentication is done on a FTP-SSL operation.
show more ...
|
b7aaa4d9 | 05-Jan-2007 |
Gisle Vanem |
Include <dos.h> for delay() on MSDOS. |
e61e09f6 | 04-Jan-2007 |
Daniel Stenberg |
prevent compiler warning since we use base64.h from libcurl which now has function(s) using SessionHandle pointers |
058e993a | 03-Jan-2007 |
Daniel Stenberg |
one issue less before release |
359d5009 | 03-Jan-2007 |
Daniel Stenberg |
- David McCreedy made changes to allow base64 encoding/decoding to work on non-ASCII platforms. |
cb428554 | 03-Jan-2007 |
Daniel Stenberg |
new year |