summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* getinfo: return sizes as curl_off_tbagder/getinfo-return-sizes-off_tDaniel Stenberg2017-06-1516-20/+473
* http-proxy: only attempt FTP over HTTP proxyDaniel Stenberg2017-06-156-313/+14
* TODO: the generated include file is goneDaniel Stenberg2017-06-151-28/+0
* curl_setup.h: error out on CURL_WANTS_CA_BUNDLE_ENV useDaniel Stenberg2017-06-151-0/+4
* lib/curl_setup.h: remove CURL_WANTS_CA_BUNDLE_ENVDaniel Stenberg2017-06-153-8/+2
* test1147: verify -H on a fileDaniel Stenberg2017-06-152-1/+65
* curl: allow --header and --proxy-header read from fileDaniel Stenberg2017-06-153-11/+48
* RELEASE-NOTES: synced with 2ad80eec5Daniel Stenberg2017-06-151-195/+16
* curl/curlver.h: start working on 7.55.0Daniel Stenberg2017-06-151-4/+4
* http-proxy: do the HTTP CONNECT process entirely non-blockingDaniel Stenberg2017-06-149-133/+177
* progress: let "current speed" be UL + DL speeds combinedDaniel Stenberg2017-06-141-7/+5
* system.h: fix MinGW buildMarcel Raad2017-06-141-2/+2
* timers: store internal time stamps as time_t instead of doublesDaniel Stenberg2017-06-145-49/+61
* dist: make the hugehelp.c not get regenerated unnecessarilyDaniel Stenberg2017-06-142-1/+4
* includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg2017-06-1446-1997/+390
* release: 7.54.1curl-7_54_1Daniel Stenberg2017-06-142-9/+56
* mk-lib1521.pl: updated to match the test changes in 916ec30aDan Fandrich2017-06-131-15/+22
* libressl: OCSP and intermediate certs workaround no longer neededStuart Henderson2017-06-131-1/+2
* url: fix buffer overwrite with file protocol (CVE-2017-9502)Daniel Stenberg2017-06-131-5/+22
* urlglob: fix division by zeroDaniel Stenberg2017-06-131-1/+5
* configure: update the copyright year in the outputDaniel Stenberg2017-06-121-1/+1
* BINDINGS: update SP-Forth and OCaml urlsygrek2017-06-121-2/+2
* FindWin32CACert: Use a temporary buffer on the stackMichael Kaufmann2017-06-111-8/+2
* test1521: fixed OOM handlingDan Fandrich2017-06-111-752/+759
* RELEASE-PROCEDURE: updated future release datesDaniel Stenberg2017-06-091-4/+5
* gitignore: ignore all vim swap filesPaul Harris2017-06-091-1/+1
* lib1521: fix compiler warnings on the use of bad 'long' valuesbagder/lib1521-long-warningsDaniel Stenberg2017-06-092-7/+7
* setopt: check CURLOPT_ADDRESS_SCOPE option rangeDaniel Stenberg2017-06-091-1/+4
* cmake: Fix inconsistency regarding mbed TLS include directoryTheAssassin2017-06-081-3/+3
* examples/multi-uv.c: fix deprecated symbolRyuichi KAWAMATA2017-06-081-1/+1
* asyn-ares: s/Curl_expire_latest/Curl_expireDaniel Stenberg2017-06-081-1/+1
* expire: remove Curl_expire_latest()Daniel Stenberg2017-06-084-53/+8
* configure: fix link with librtmp when specifying pathChris Carlmar2017-06-071-0/+1
* file: make speedcheck use current time for checksDaniel Stenberg2017-06-071-4/+2
* metalink: remove unused printf() argumentDaniel Stenberg2017-06-071-2/+2
* travis: let some builds *not* use --enable-debugDaniel Stenberg2017-06-061-3/+9
* README.md: show the coverall coverage on githubDaniel Stenberg2017-06-061-0/+1
* lib1521: fix compiler warningsDaniel Stenberg2017-06-062-54/+86
* test1521: make the code < 80 columns wideDaniel Stenberg2017-06-052-21/+41
* test1121: use stricter types to work with typcheck-gccDaniel Stenberg2017-06-052-36/+116
* typecheck-gcc: allow CURLOPT_STDERR to be NULL tooDaniel Stenberg2017-06-051-2/+3
* test1521: test *all* curl_easy_setopt optionsDaniel Stenberg2017-06-057-30/+999
* test1538: added "verbose logs" keywordDan Fandrich2017-06-051-0/+1
* test1262: verify ftp download with -z for "if older than this"Daniel Stenberg2017-06-052-1/+41
* curl_ntlm_core: use Curl_raw_toupper instead of toupperMarcel Raad2017-06-051-1/+1
* RELEASE-NOTES: synced with 65ba92650Daniel Stenberg2017-06-041-8/+48
* curl_ntlm_core: pass unsigned char to toupperMarcel Raad2017-06-041-1/+1
* BINDINGS: add Ring bindingMahmoud Samir Fayed2017-06-031-0/+2
* CONTRIBUTE.md: mention tests done on pull requestsDaniel Stenberg2017-06-041-7/+25
* travis: add coverage, distcheck and cmake buildsDaniel Stenberg2017-06-041-11/+73