aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-18http2: fix OOM crashDaniel Stenberg
2017-06-18CURLOPT_PREQUOTE.3: spellfix man page referenceDaniel Stenberg
2017-06-18http_proxy: fix build with http and proxyMarcel Raad
2017-06-18http_proxy: fix compiler warningMarcel Raad
2017-06-18TODO: update the TOC tooDaniel Stenberg
2017-06-18TODO: implement support for CURLOPT_PREQUOTE with SFTPDaniel Stenberg
2017-06-17tool_wrte_cb: remove check for config == NULLDaniel Stenberg
2017-06-16curl: prevent binary output spewed to terminalDaniel Stenberg
2017-06-16Makefile.m32: enable -W for MinGW32 buildMarcel Raad
2017-06-16curl-compilers.m4: enable comma clang warningMarcel Raad
2017-06-16curl-compilers.m4: enable missing-variable-declarations clang warningMarcel Raad
2017-06-16curl-compilers.m4: enable double-promotion warningMarcel Raad
2017-06-16curl-compilers.m4: enable vla warning for clangMarcel Raad
2017-06-16http-proxy: fix chunked-encoded CONNECT responsesDaniel Stenberg
2017-06-16http-proxy: deal with EAGAINDaniel Stenberg
2017-06-16libtest/libntlmconnect: fix compiler warnings from f94fcdbDaniel Stenberg
2017-06-16HTTPS-Proxy: don't offer h2 for https proxy connectionsJay Satiro
2017-06-16tests: stabilize test 2032 and 2033Daniel Stenberg
2017-06-16test1148: verify the -# progressbarDaniel Stenberg
2017-06-16test1061: mark as flakyDaniel Stenberg
2017-06-16url: refactor the check for Windows drive letter in pathJay Satiro
2017-06-16mk-ca-bundle.pl: Check curl's exit code after certdata downloadJay Satiro
2017-06-16dist: add the fuzz dir to the tarballDaniel Stenberg
2017-06-16configure: disable nghttp2 too if HTTP has been disabledDaniel Stenberg
2017-06-16http-proxy: fix build with --disable-proxy or --disable-httpDaniel Stenberg
2017-06-15fuzz/README: document how to buildDaniel Stenberg
2017-06-15fuzz: corpora file structure, initial commitFrederik B
2017-06-15fuzz: bring oss-fuzz initial code converted to C89Frederik B
2017-06-15http-proxy: only attempt FTP over HTTP proxyDaniel Stenberg
2017-06-15TODO: the generated include file is goneDaniel Stenberg
2017-06-15curl_setup.h: error out on CURL_WANTS_CA_BUNDLE_ENV useDaniel Stenberg
2017-06-15lib/curl_setup.h: remove CURL_WANTS_CA_BUNDLE_ENVDaniel Stenberg
2017-06-15test1147: verify -H on a fileDaniel Stenberg
2017-06-15curl: allow --header and --proxy-header read from fileDaniel Stenberg
2017-06-15RELEASE-NOTES: synced with 2ad80eec5Daniel Stenberg
2017-06-15curl/curlver.h: start working on 7.55.0Daniel Stenberg
2017-06-14http-proxy: do the HTTP CONNECT process entirely non-blockingDaniel Stenberg
2017-06-14progress: let "current speed" be UL + DL speeds combinedDaniel Stenberg
2017-06-14system.h: fix MinGW buildMarcel Raad
2017-06-14timers: store internal time stamps as time_t instead of doublesDaniel Stenberg
2017-06-14dist: make the hugehelp.c not get regenerated unnecessarilyDaniel Stenberg
2017-06-14includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg
2017-06-14release: 7.54.1Daniel Stenberg
2017-06-13mk-lib1521.pl: updated to match the test changes in 916ec30aDan Fandrich
2017-06-13libressl: OCSP and intermediate certs workaround no longer neededStuart Henderson
2017-06-13url: fix buffer overwrite with file protocol (CVE-2017-9502)Daniel Stenberg
2017-06-13urlglob: fix division by zeroDaniel Stenberg
2017-06-12configure: update the copyright year in the outputDaniel Stenberg
2017-06-12BINDINGS: update SP-Forth and OCaml urlsygrek
2017-06-11FindWin32CACert: Use a temporary buffer on the stackMichael Kaufmann