summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* src/Makefile.am: remove BUILT_SOURCES and $(MANPAGE) targetbagder/make-build-docs-from-srcDaniel Stenberg2017-06-261-4/+0
* make: build the docs subdir only from within srcDaniel Stenberg2017-06-263-4/+6
* progress: fix "time spent", broke in adef394acDaniel Stenberg2017-06-241-4/+4
* CURLINFO_REDIRECT_URL.3: mention the CURLOPT_MAXREDIRS caseDaniel Stenberg2017-06-241-0/+3
* maketgz: switch to -6e for xzDaniel Stenberg2017-06-241-1/+1
* libtest/Makefile: remove unused lib1541 variablesDaniel Stenberg2017-06-231-4/+0
* CONTRIBUTE.md: mention the out-of-tree build test tooDaniel Stenberg2017-06-221-5/+6
* maketgz: switch to xz instead of lzmaDaniel Stenberg2017-06-221-6/+6
* --request-target: instead of --strip-path-slashDaniel Stenberg2017-06-2120-49/+49
* lib1521: fix missing-variable-declarations clang warningsMarcel Raad2017-06-212-28/+28
* travis: enable typecheck-gcc warningsMarcel Raad2017-06-211-5/+5
* typecheck-gcc: add support for CURLINFO_OFF_TMarcel Raad2017-06-211-3/+12
* ci: whitelist branches to avoid testing feature branches twiceSimon Warta2017-06-212-0/+10
* lib: fix the djgpp buildGisle Vanem2017-06-211-1/+3
* if2ip: fix compiler warning in ISO C90 modeMarcel Raad2017-06-201-3/+3
* travis: do the distcheck test build out-of-tree as wellDaniel Stenberg2017-06-201-1/+3
* 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