summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PIPELINING_SERVER_BL: cleanup the internal list usebagder/fix-pipeline-blacklistDaniel Stenberg2017-06-185-22/+92
* CURLOPT_PREQUOTE.3: spellfix man page referenceDaniel Stenberg2017-06-181-1/+1
* http_proxy: fix build with http and proxyMarcel Raad2017-06-182-1/+3
* http_proxy: fix compiler warningMarcel Raad2017-06-181-1/+2
* TODO: update the TOC tooDaniel Stenberg2017-06-181-0/+1
* TODO: implement support for CURLOPT_PREQUOTE with SFTPDaniel Stenberg2017-06-182-5/+12
* tool_wrte_cb: remove check for config == NULLDaniel Stenberg2017-06-171-3/+0
* curl: prevent binary output spewed to terminalDaniel Stenberg2017-06-1610-17/+47
* Makefile.m32: enable -W for MinGW32 buildMarcel Raad2017-06-163-3/+3
* curl-compilers.m4: enable comma clang warningMarcel Raad2017-06-161-0/+5
* curl-compilers.m4: enable missing-variable-declarations clang warningMarcel Raad2017-06-161-0/+5
* curl-compilers.m4: enable double-promotion warningMarcel Raad2017-06-161-0/+10
* curl-compilers.m4: enable vla warning for clangMarcel Raad2017-06-161-0/+5
* http-proxy: fix chunked-encoded CONNECT responsesDaniel Stenberg2017-06-163-4/+3
* http-proxy: deal with EAGAINDaniel Stenberg2017-06-162-8/+4
* libtest/libntlmconnect: fix compiler warnings from f94fcdbDaniel Stenberg2017-06-161-2/+2
* HTTPS-Proxy: don't offer h2 for https proxy connectionsJay Satiro2017-06-163-3/+6
* tests: stabilize test 2032 and 2033Daniel Stenberg2017-06-163-114/+10
* test1148: verify the -# progressbarDaniel Stenberg2017-06-162-1/+58
* test1061: mark as flakyDaniel Stenberg2017-06-161-0/+1
* url: refactor the check for Windows drive letter in pathJay Satiro2017-06-161-16/+11
* mk-ca-bundle.pl: Check curl's exit code after certdata downloadJay Satiro2017-06-161-1/+1
* dist: add the fuzz dir to the tarballDaniel Stenberg2017-06-161-1/+1
* configure: disable nghttp2 too if HTTP has been disabledDaniel Stenberg2017-06-161-0/+7
* http-proxy: fix build with --disable-proxy or --disable-httpDaniel Stenberg2017-06-162-1/+9
* fuzz/README: document how to buildDaniel Stenberg2017-06-151-1/+5
* fuzz: corpora file structure, initial commitFrederik B2017-06-156-15/+79
* fuzz: bring oss-fuzz initial code converted to C89Frederik B2017-06-155-0/+182
* 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