aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-21Enable more GCC warningsMarcel Raad
2018-08-21curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad
2018-08-21curl-compilers: enable -Wbad-function-cast on GCCMarcel Raad
2018-08-21configure: conditionally enable pedantic-errorsMarcel Raad
2018-08-21Remove unused definitionsMarcel Raad
2018-08-21x509asn1: make several functions staticDaniel Stenberg
2018-08-21INTERNALS: require GnuTLS >= 2.11.3Daniel Stenberg
2018-08-21http2: avoid set_stream_user_data() before stream is assignedDaniel Stenberg
2018-08-20SSLCERTS: improve the openssl command lineDaniel Stenberg
2018-08-20docs/SECURITY-PROCESS: now we name the files after the CVE idDaniel Stenberg
2018-08-19RELEASE-NOTES: syncedDaniel Stenberg
2018-08-18upload: change default UPLOAD_BUFSIZE to 64KBDaniel Stenberg
2018-08-18upload: allocate upload buffer on-demandDaniel Stenberg
2018-08-18vtls: reinstantiate engine on duplicated handlesLaurent Bonnans
2018-08-17http2: make sure to send after RST_STREAMDaniel Stenberg
2018-08-16test1268: check the stderr output as "text"Daniel Stenberg
2018-08-16urldata: remove unused pipe_broke struct fieldDaniel Stenberg
2018-08-15curl: warn the user if a given file name looks like an optionDaniel Stenberg
2018-08-15http2: check nghttp2_session_set_stream_user_data return codeDaniel Stenberg
2018-08-15travis: revert back to gcc-7 for coverage buildsDaniel Stenberg
2018-08-15RELEASE-NOTES: syncedDaniel Stenberg
2018-08-15CMake: CMake config files are defining CURL_STATICLIB for static buildsAdrien
2018-08-15TODO: host name sections in config filesDaniel Stenberg
2018-08-14ssh-libssh: fix infinite connect loop on invalid private keyKamil Dudka
2018-08-14ssh-libssh: reduce excessive verbose output about pubkey authKamil Dudka
2018-08-14travis: disable h2 torture tests for "coverage"Daniel Stenberg
2018-08-14travis: update to GCC 8Marcel Raad
2018-08-13http: fix for tiny "HTTP/0.9" responseDaniel Stenberg
2018-08-13docs: add disallow-username-in-url.d and haproxy-protocol.d on the listKamil Dudka
2018-08-13.travis.yml: verify that man pages can be regeneratedKamil Dudka
2018-08-11Split non-portable part off test 1133Marcel Raad
2018-08-11projects: Improve Windows perl detection in batch scriptsJay Satiro
2018-08-11docs: Improve the manual pages of some callbacksMichael Kaufmann
2018-08-11GCC: silence -Wcast-function-type uniformlyMarcel Raad
2018-08-11Silence GCC 8 cast-function-type warningsMarcel Raad
2018-08-11CURLINFO_SIZE_UPLOAD: fix missing counter updateDaniel Stenberg
2018-08-10Documentation: fix CURLOPT_SSH_COMPRESSION copy/paste bugDaniel Jelinski
2018-08-10RELEASE-NOTES: syncedDaniel Stenberg
2018-08-10openssl: fix potential NULL pointer deref in is_pkcs11_uriDaniel Stenberg
2018-08-10travis: execute "set -eo pipefail" for coverage buildMarcel Raad
2018-08-10lib1502: fix memory leak in torture testDaniel Stenberg
2018-08-10docs: mention NULL is fine input to several functionsDaniel Stenberg
2018-08-09README.md: add LGTM.com code quality grade for C/C++Bas van Schaik
2018-08-09test1531: Add timeoutRikard Falkeborn
2018-08-09test1540: Remove unused macro TEST_HANG_TIMEOUTRikard Falkeborn
2018-08-09asyn-thread: Remove unused macroRikard Falkeborn
2018-08-09http_proxy: Remove unused macro SELECT_TIMEOUTRikard Falkeborn
2018-08-09formdata: Remove unused macro HTTPPOST_CONTENTTYPE_DEFAULTRikard Falkeborn
2018-08-09telnet: Remove unused macros TELOPTS and TELCMDSRikard Falkeborn
2018-08-09openssl: fix debug messagesDaniel Jelinski