summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup for tests 1119 1139 1140bagder/request-targetDaniel Stenberg2017-06-203-9/+9
* --request-target: instead of --strip-path-slashDaniel Stenberg2017-06-2017-40/+40
* http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg2017-06-1921-25/+220
* test1521: test getinfo's OFF_T types tooDaniel Stenberg2017-06-192-0/+23
* lib1521: add curl_easy_getinfo calls to the test setDaniel Stenberg2017-06-193-750/+2454
* automake: use $(MKHELP) variable instead if constant mkhelp.plSimon Warta2017-06-191-1/+1
* mkhelp.pl: fix script name in usage textSimon Warta2017-06-191-1/+1
* RELEASE-NOTES: synced with 3b80d3ca4Daniel Stenberg2017-06-191-4/+36
* getinfo: return sizes as curl_off_tDaniel Stenberg2017-06-1916-20/+473
* PIPELINING_SERVER_BL: cleanup the internal list useDaniel Stenberg2017-06-195-22/+92
* http2: fix OOM crashDaniel Stenberg2017-06-182-5/+10
* 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