aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-12refer to CURLMOPT_TIMERFUNCTION for multi_socket usersDaniel Stenberg
2010-04-11s/CVS/gitDaniel Stenberg
2010-04-11modified to use the git file, not cvsDaniel Stenberg
2010-04-10mention missing test servers for <server>Daniel 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-02updated contributor countDaniel Stenberg
2010-04-02add contributors from the 7.20.0 release notesDaniel Stenberg
2010-04-01fix SFTP download hangDaniel Stenberg
2010-03-31Fixed misleading test messageDan Fandrich
2010-03-31update the generic copyright year rangeDaniel 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-30Call curl_global_cleanup() in test 560 to avoid a memory leakDan Fandrich
2010-03-30Allow test 538 to run even when proxy support is disabledDan Fandrich
2010-03-29use (s)size_t for string lengths to fix compiler warnsDaniel Stenberg
2010-03-29use size_t to hold string lengthDaniel Stenberg
2010-03-29Fix compile warnings in ssh.cBen Greear
2010-03-29fix smtp compile warningBen Greear
2010-03-28Ben's POP3 changeDaniel Stenberg
2010-03-28pop3: Get message listing if no mailbox in URLBen Greear
2010-03-28Allow running ./tests/testcurl.pl from within git repo.Ben Greear
2010-03-27minor language fixDaniel Stenberg
2010-03-27allow user+password in the URL for all protocolsBen Greear
2010-03-27ignore pid files and stunnel.confDaniel Stenberg
2010-03-27make sure git pull is actually done!Daniel Stenberg
2010-03-26changelogged: smoother rate limitingDaniel Stenberg
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-25Avoid double newline for the 'last commits' log in testcurl.plTor Arntsen
2010-03-25Change to version-independent git option for 'git log --oneline'Tor Arntsen
2010-03-25show 5 commits even if no git pull was madeDaniel Stenberg
2010-03-25don't touch ares/aclocal.m4 and show recent git commitsDaniel Stenberg
2010-03-25use CURL_SIZEOF_LONG instead of SIZEOF_LONGDaniel Stenberg
2010-03-25s/CVS/DEV in the version string from the git repoDaniel Stenberg
2010-03-24Merge branch 'master' of github.com:bagder/curlBill Hoffman
2010-03-24Add .gitattributes files to turn off CRLF translation for some filesBill Hoffman
2010-03-24provide a version number as today's dateDaniel Stenberg
2010-03-24testcurl now uses git instead of CVSDaniel Stenberg
2010-03-24Merge branch 'master' of github.com:bagder/curlBill Hoffman
2010-03-24Enable LDAP by default since it is now disabled when ldap.h is not found,Bill Hoffman
2010-03-24CMake fixes for Linux.Bill Hoffman