summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-24remove debug printfsChris Conroy
2010-03-24RTSP GET_PARAMETER fixDaniel Stenberg
2010-03-24remove trace of CVSDaniel Stenberg
2010-03-24Fix RTSP GET_PARAMETER empty and non-empty operation.Chris Conroy
2010-03-24s/CVS/DEV/ in the version string for repo versionsDaniel Stenberg
2010-03-24scrapped all left-over TODOsDaniel Stenberg
2010-03-24restore executable bits on some filesDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-03-24The 'ares' subtree has been removed from the source repositoryDaniel Stenberg
2010-03-24s/CVS/gitDaniel Stenberg
2010-03-24update to current stateDaniel Stenberg
2010-03-24remove the ares subtreeDaniel Stenberg
2010-03-23mark connection as connectedDaniel Stenberg
2010-03-23enabled valgrindDaniel Stenberg
2010-03-23Updated Symbian notesDan Fandrich
2010-03-23chunked-encoding with Content-Length: header problemDaniel Stenberg
2010-03-23delayed easy handle kill caused double Curl_close() callDaniel Stenberg
2010-03-23ignore more files generated when tests run in the source treeDaniel Stenberg
2010-03-22Thomas Lopatic fixed the alarm()-based DNS timeoutDaniel Stenberg
2010-03-22fix the alarm()-based DNS timeoutThomas Lopatic
2010-03-22Fix warnings for clangDaniel Johnson
2010-03-22Merge branch 'master' of github.com:bagder/curlDaniel Stenberg
2010-03-22Fix insufficient initialization in Curl_clone_ssl_config()douglas steinwand
2010-03-22we never used this file anywayDaniel Stenberg
2010-03-22s/CVS/gitDaniel Stenberg
2010-03-22various changes of CVS to gitDaniel Stenberg
2010-03-22remove references to CVS in the code and use DEV insteadDaniel Stenberg
2010-03-21Ben Greear's two fixes explainedDaniel Stenberg
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-17replaced intel compiler option -no-ansi-alias with -fno-strict-aliasingYang Tse