summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-04-13fix compiler warning: variable might be clobbered by longjmp or vforkYang Tse
2010-04-12added a cast to silent compiler warning with 64bit systems.Guenter Knauf
2010-04-12update the section on timeoutsDaniel Stenberg
2010-04-12update URL and cut out wrong info on ipv6Daniel Stenberg
2010-04-09FTP quote commands prefixed with '*' now can fail without abortingDaniel Stenberg
2010-04-07qssl: reflect recent code changes in SSL interfaceKamil Dudka
2010-04-06nss: handle client certificate related errorsKamil Dudka
2010-04-06ssl: Fix build when SSL isn't enabledBen Greear
2010-04-04refactorize interface of Curl_ssl_recv/Curl_ssl_sendKamil Dudka
2010-04-04simplify code of Curl_resolv_timeout()Kamil Dudka
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