summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-147.20.1: 14 April 2010curl-7_20_1Daniel Stenberg
2010-04-13Use correct directory for c-ares git pullGuenter Knauf
2010-04-13fix compiler warning: variable might be clobbered by longjmp or vforkYang Tse
2010-04-13added last git commit output for c-ares too.Guenter Knauf
2010-04-13changed the git update block to take care of c-ares repo if detected.Guenter Knauf
2010-04-12updated timestamp of the script.Guenter Knauf
2010-04-12removed obsolete var in gitpull() functionGuenter Knauf
2010-04-12added a cast to silent compiler warning with 64bit systems.Guenter Knauf
2010-04-12fixed a path typo in src/Makefile.netware.Guenter Knauf
2010-04-12Added text for How To Make a Patch with gitDaniel Stenberg
2010-04-12update the section on timeoutsDaniel Stenberg
2010-04-12update URL and cut out wrong info on ipv6Daniel Stenberg
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