aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-04-04eliminate a race condition in Curl_resolv_timeout()Kamil Dudka
2010-04-02fixed compiler warningsBen Greear
2010-04-01fix SFTP download hangDaniel Stenberg
2010-03-31removed README.cmake due to the improved situationDaniel Stenberg
2010-03-31fix compiler warning with a cast.Guenter Knauf
2010-03-31make folks use latest available dependent libraries.Guenter Knauf
2010-03-29use (s)size_t for string lengths to fix compiler warnsDaniel Stenberg
2010-03-29Fix compile warnings in ssh.cBen Greear
2010-03-29fix smtp compile warningBen Greear
2010-03-28pop3: Get message listing if no mailbox in URLBen Greear
2010-03-27allow user+password in the URL for all protocolsBen Greear
2010-03-26Make rate-limitation logic smootherBen Greear
2010-03-25remove all .cvsignore filesDaniel Stenberg
2010-03-25PROT_CLOSEACTION should not include TFTPDaniel Stenberg
2010-03-25use CURL_SIZEOF_LONG instead of SIZEOF_LONGDaniel Stenberg
2010-03-24Merge branch 'master' of github.com:bagder/curlBill Hoffman
2010-03-24fix: timeout after last data chunk was handledBob Richmond
2010-03-24avoid compiler warning without USE_ALARM_TIMEOUTDaniel Stenberg
2010-03-24Fix curl CMake build.Bill Hoffman
2010-03-24Fix RTSP GET_PARAMETER empty and non-empty operation.Chris Conroy
2010-03-24restore executable bits on some filesDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-03-24update to current stateDaniel Stenberg
2010-03-23mark connection as connectedDaniel Stenberg
2010-03-23chunked-encoding with Content-Length: header problemDaniel Stenberg
2010-03-23delayed easy handle kill caused double Curl_close() callDaniel Stenberg
2010-03-22fix the alarm()-based DNS timeoutThomas Lopatic
2010-03-22Fix insufficient initialization in Curl_clone_ssl_config()douglas steinwand
2010-03-21Fix tftp return codes and tsize upload handlingBen Greear
2010-03-21more files to ignoreDaniel Stenberg
2010-03-20provide an initial set of .gitignore filesDaniel Stenberg
2010-03-19- Improved Curl_read() to not ignore the error returned from Curl_ssl_recv().Kamil Dudka
2010-03-18fix warning about conversions between curl_off_t and longDaniel Stenberg
2010-03-18another shot at the ftp_init() icc 9.1 optimizer issueYang Tse
2010-03-15- Constantine Sapuntzakis brought a patch:Daniel Stenberg
2010-03-11fix compiler warningYang Tse
2010-03-11Allow 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 whenDaniel Stenberg
2010-03-06indent fix by Ben Greear, I removed some braces for single-line conditionalDaniel Stenberg
2010-03-05Constantine Sapuntzakis detected and fixed a double free in builds doneYang Tse
2010-03-02- Based on patch provided by Jacob Moshenko, the transfer logic now properlyDaniel Stenberg
2010-03-02- Andrei Benea filed bug report #2956698 and pointed out that theDaniel Stenberg
2010-03-02- Made the pingpong timeout code properly deal with the response timeout ANDDaniel Stenberg
2010-03-02remove assignment never usedDaniel 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 duringDaniel Stenberg
2010-02-26- Pat Ray in bug #2958474 pointed out an off-by-one case when receiving aDaniel Stenberg
2010-02-26Fixed a couple of out of memory leaks and a segfault in the IMAP code.Dan Fandrich
2010-02-26Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systemsYang Tse
2010-02-26fix compiler warningYang Tse