Age | Commit message (Expand) | Author |
2010-03-24 | Merge branch 'master' of github.com:bagder/curl | Bill Hoffman |
2010-03-24 | fix: timeout after last data chunk was handled | Bob Richmond |
2010-03-24 | avoid compiler warning without USE_ALARM_TIMEOUT | Daniel Stenberg |
2010-03-24 | Fix curl CMake build. | Bill Hoffman |
2010-03-24 | Fix RTSP GET_PARAMETER empty and non-empty operation. | Chris Conroy |
2010-03-24 | restore executable bits on some files | Daniel Stenberg |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-03-24 | update to current state | Daniel Stenberg |
2010-03-23 | mark connection as connected | Daniel Stenberg |
2010-03-23 | chunked-encoding with Content-Length: header problem | Daniel Stenberg |
2010-03-23 | delayed easy handle kill caused double Curl_close() call | Daniel Stenberg |
2010-03-22 | fix the alarm()-based DNS timeout | Thomas Lopatic |
2010-03-22 | Fix insufficient initialization in Curl_clone_ssl_config() | douglas steinwand |
2010-03-21 | Fix tftp return codes and tsize upload handling | Ben Greear |
2010-03-21 | more files to ignore | Daniel Stenberg |
2010-03-20 | provide an initial set of .gitignore files | Daniel Stenberg |
2010-03-19 | - Improved Curl_read() to not ignore the error returned from Curl_ssl_recv(). | Kamil Dudka |
2010-03-18 | fix warning about conversions between curl_off_t and long | Daniel Stenberg |
2010-03-18 | another shot at the ftp_init() icc 9.1 optimizer issue | Yang Tse |
2010-03-15 | - Constantine Sapuntzakis brought a patch: | Daniel Stenberg |
2010-03-11 | fix compiler warning | Yang Tse |
2010-03-11 | Allow compilation even when OpenSSL has been configured without MD4 support. | Dan Fandrich |
2010-03-06 | - Ben Greear brought a patch that fixed the rate limiting logic for TFTP when | Daniel Stenberg |
2010-03-06 | indent fix by Ben Greear, I removed some braces for single-line conditional | Daniel Stenberg |
2010-03-05 | Constantine Sapuntzakis detected and fixed a double free in builds done | Yang Tse |
2010-03-02 | - Based on patch provided by Jacob Moshenko, the transfer logic now properly | Daniel Stenberg |
2010-03-02 | - Andrei Benea filed bug report #2956698 and pointed out that the | Daniel Stenberg |
2010-03-02 | - Made the pingpong timeout code properly deal with the response timeout AND | Daniel Stenberg |
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 | - Wesley Miaw reported bug #2958179 which identified a case of looping during | Daniel Stenberg |
2010-02-26 | - Pat Ray in bug #2958474 pointed out an off-by-one case when receiving a | Daniel Stenberg |
2010-02-26 | Fixed a couple of out of memory leaks and a segfault in the IMAP code. | Dan Fandrich |
2010-02-26 | Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems | 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-24 | fix compiler warning | Yang Tse |
2010-02-23 | fix compiler warning | 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 |
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 |
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-20 | - Fixed the SMTP compliance by making sure RCPT TO addresses are specified | Daniel Stenberg |
2010-02-20 | - I made the SMTP code expect a 250 response back from the server after the | Daniel Stenberg |
2010-02-20 | corected a comment and wrapped a few longish lines | Daniel Stenberg |