Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-02 | - Markus Duft pointed out in bug #2961796 that even though Interix has a | Daniel Stenberg | |
poll() function it doesn't quite work the way we want it so we must disable it, and he also provided a patch for it. http://curl.haxx.se/bug/view.cgi?id=2961796 | |||
2010-03-02 | - Made the pingpong timeout code properly deal with the response timeout AND | Daniel Stenberg | |
the global timeout if set. Also, as was reported in the bug report #2956437 by Ryan Chan, the time stamp to use as basis for the per command timeout was not set properly in the DONE phase for FTP (and not for SMTP) so I fixed that just now. This was a regression compared to 7.19.7 due to the conversion of FTP code over to the generic pingpong concepts. http://curl.haxx.se/bug/view.cgi?id=2956437 | |||
2010-03-02 | remove assignment never used | Daniel Stenberg | |
2010-03-01 | - Ben Greear provided an update for TFTP that fixes upload. | Daniel Stenberg | |
2010-03-01 | SSL, not SSH, SSL | Daniel Stenberg | |
2010-03-01 | - Wesley Miaw reported bug #2958179 which identified a case of looping during | Daniel Stenberg | |
OpenSSL based SSL handshaking even though the multi interface was used and there was no good reason for it. http://curl.haxx.se/bug/view.cgi?id=2958179 | |||
2010-02-28 | Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems | Yang Tse | |
2010-02-28 | Added ares_nowarn.* to VC6 project file | Yang Tse | |
2010-02-26 | spellchecked by Stéphane Fillod | Daniel Stenberg | |
2010-02-26 | - Pat Ray in bug #2958474 pointed out an off-by-one case when receiving a | Daniel Stenberg | |
chunked-encoding trailer. http://curl.haxx.se/bug/view.cgi?id=2958474 | |||
2010-02-26 | Fixed a couple of out of memory leaks and a segfault in the IMAP code. | Dan Fandrich | |
2010-02-26 | fix sizeof short | Yang Tse | |
2010-02-26 | Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems | Yang Tse | |
2010-02-26 | Added SIZEOF_INT definition | Yang Tse | |
2010-02-26 | fix compiler warning | Yang Tse | |
2010-02-26 | fix compiler warning | Yang Tse | |
2010-02-25 | fix compiler warning | Yang Tse | |
2010-02-25 | Fixed a couple of out of memory leaks and a segfault in the SMTP code. | Dan Fandrich | |
2010-02-25 | fix file name | Yang Tse | |
2010-02-25 | Fixed bug report #2958074 indicating | Yang Tse | |
(http://curl.haxx.se/bug/view.cgi?id=2958074) that curl on Windows with option --trace-time did not use local time when timestamping trace lines. This could also happen on other systems depending on time souurce. | |||
2010-02-24 | enable 802 and 803 | Yang Tse | |
2010-02-24 | fix compiler warning | Yang Tse | |
2010-02-23 | fix compiler warning | Yang Tse | |
2010-02-23 | fix compiler warning | Yang Tse | |
2010-02-23 | fix socket data type | Yang Tse | |
2010-02-22 | fix socket data type and logging format in debug tracking socket functions | Yang Tse | |
2010-02-22 | convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() and | Yang Tse | |
curlx_ultouc(), exposing them through curlx.h to allow proper code reuse later in our test harness. | |||
2010-02-22 | updated sources | Yang Tse | |
2010-02-22 | _ Adjusted RFC821 HELO fallback and enabled test804 | Patrick Monnerat | |
2010-02-22 | - Proper handling of STARTTLS on SMTP, taking CURLUSESSL_TRY into account. | Patrick Monnerat | |
- SMTP falls back to RFC821 HELO when EHLO fails (and SSL is not required). - Use of true local host name (i.e.: via gethostname()) when available, as default argument to SMTP HELO/EHLO. - Test case 804 for HELO fallback. | |||
2010-02-22 | add header inclusion | Yang Tse | |
2010-02-22 | fix compiler warning | Yang Tse | |
2010-02-21 | fix compiler warning | Yang Tse | |
2010-02-21 | clarify more details on section "2.1 More non-blocking" | Daniel Stenberg | |
2010-02-21 | TFTP transfers are not blocking since 7.20.0 | Daniel Stenberg | |
2010-02-20 | - Fixed the SMTP compliance by making sure RCPT TO addresses are specified | Daniel Stenberg | |
properly in angle brackets. Recipients provided with CURLOPT_MAIL_RCPT now get angle bracket wrapping automatically by libcurl unless the recipient starts with an angle bracket as then the app is assumed to deal with that properly on its own. | |||
2010-02-20 | - I made the SMTP code expect a 250 response back from the server after the | Daniel Stenberg | |
full DATA has been sent, and I modified the test SMTP server to also send that response. As usual, the DONE operation that is made after a completed transfer is still not doable in a non-blocking way so this waiting for 250 is unfortunately made blockingly. | |||
2010-02-20 | corected a comment and wrapped a few longish lines | Daniel Stenberg | |
2010-02-20 | fix compiler warning | Yang Tse | |
2010-02-20 | fix compiler warning | Yang Tse | |
2010-02-20 | fix compiler warning | Yang Tse | |
2010-02-19 | fix compiler warning | Yang Tse | |
2010-02-18 | fix compiler warning | Yang Tse | |
2010-02-17 | ares_reinit() | Daniel Stenberg | |
- To allow an app to force a re-read of /etc/resolv.conf etc, pretty much like the res_init() resolver function offers | |||
2010-02-17 | use curl standard indentation and line lengths | Daniel Stenberg | |
2010-02-16 | replaced tabs with spaces | Yang Tse | |
2010-02-16 | fix Content-Length validation | Yang Tse | |
2010-02-15 | use (void) in front of fwrite() calls that ignore the return code | Daniel Stenberg | |
2010-02-15 | fix compiler warning: conversion from "long" to "size_t" may lose sign | Yang Tse | |
2010-02-15 | fix compiler warning: conversion from "long" to "size_t" may lose sign | Yang Tse | |