summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-24166-166/+0
* update to current stateDaniel Stenberg2010-03-244-12/+15
* mark connection as connectedDaniel Stenberg2010-03-231-0/+1
* chunked-encoding with Content-Length: header problemDaniel Stenberg2010-03-231-2/+1
* delayed easy handle kill caused double Curl_close() callDaniel Stenberg2010-03-231-2/+8
* fix the alarm()-based DNS timeoutThomas Lopatic2010-03-221-9/+15
* Fix insufficient initialization in Curl_clone_ssl_config()douglas steinwand2010-03-221-0/+10
* Fix tftp return codes and tsize upload handlingBen Greear2010-03-211-7/+15
* more files to ignoreDaniel Stenberg2010-03-211-0/+3
* provide an initial set of .gitignore filesDaniel Stenberg2010-03-201-0/+3
* - Improved Curl_read() to not ignore the error returned from Curl_ssl_recv().Kamil Dudka2010-03-192-7/+9
* fix warning about conversions between curl_off_t and longDaniel Stenberg2010-03-181-4/+7
* another shot at the ftp_init() icc 9.1 optimizer issueYang Tse2010-03-181-4/+8
* - Constantine Sapuntzakis brought a patch:Daniel Stenberg2010-03-151-67/+70
* fix compiler warningYang Tse2010-03-111-2/+2
* Allow compilation even when OpenSSL has been configured without MD4 support.Dan Fandrich2010-03-111-5/+16
* - Ben Greear brought a patch that fixed the rate limiting logic for TFTP whenDaniel Stenberg2010-03-061-17/+109
* indent fix by Ben Greear, I removed some braces for single-line conditionalDaniel Stenberg2010-03-061-6/+5
* Constantine Sapuntzakis detected and fixed a double free in builds doneYang Tse2010-03-051-4/+3
* - Based on patch provided by Jacob Moshenko, the transfer logic now properlyDaniel Stenberg2010-03-021-4/+13
* - Andrei Benea filed bug report #2956698 and pointed out that theDaniel Stenberg2010-03-021-0/+1
* - Made the pingpong timeout code properly deal with the response timeout ANDDaniel Stenberg2010-03-023-15/+25
* remove assignment never usedDaniel Stenberg2010-03-021-2/+2
* - Ben Greear provided an update for TFTP that fixes upload.Daniel Stenberg2010-03-011-33/+39
* - Wesley Miaw reported bug #2958179 which identified a case of looping duringDaniel Stenberg2010-03-011-1/+1
* - Pat Ray in bug #2958474 pointed out an off-by-one case when receiving aDaniel Stenberg2010-02-261-3/+6
* Fixed a couple of out of memory leaks and a segfault in the IMAP code.Dan Fandrich2010-02-261-2/+5
* Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systemsYang Tse2010-02-2612-10/+59
* fix compiler warningYang Tse2010-02-263-2/+73
* fix compiler warningYang Tse2010-02-261-1/+1
* fix compiler warningYang Tse2010-02-251-0/+2
* Fixed a couple of out of memory leaks and a segfault in the SMTP code.Dan Fandrich2010-02-251-1/+4
* fix compiler warningYang Tse2010-02-244-9/+12
* fix compiler warningYang Tse2010-02-231-1/+1
* fix socket data type and logging format in debug tracking socket functionsYang Tse2010-02-222-21/+39
* convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() andYang Tse2010-02-224-7/+14
* _ Adjusted RFC821 HELO fallback and enabled test804Patrick Monnerat2010-02-221-1/+1
* - Proper handling of STARTTLS on SMTP, taking CURLUSESSL_TRY into account.Patrick Monnerat2010-02-222-16/+76
* add header inclusionYang Tse2010-02-221-0/+1
* fix compiler warningYang Tse2010-02-223-3/+19
* fix compiler warningYang Tse2010-02-212-16/+35
* - Fixed the SMTP compliance by making sure RCPT TO addresses are specifiedDaniel Stenberg2010-02-201-20/+26
* - I made the SMTP code expect a 250 response back from the server after theDaniel Stenberg2010-02-202-0/+38
* corected a comment and wrapped a few longish linesDaniel Stenberg2010-02-201-13/+18
* fix compiler warningYang Tse2010-02-201-7/+7
* fix compiler warningYang Tse2010-02-203-9/+15
* fix compiler warningYang Tse2010-02-202-8/+8
* fix compiler warningYang Tse2010-02-197-5/+81
* use curl standard indentation and line lengthsDaniel Stenberg2010-02-171-55/+59
* replaced tabs with spacesYang Tse2010-02-161-1/+1