aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-01all: s/int/size_t cleanupDaniel Stenberg
2018-09-01ssh-libssh: use FALLTHROUGH to silence gcc8Daniel Stenberg
2018-08-31tool_operate: Fix setting proxy TLS 1.3 ciphersJay Satiro
2018-08-31cookies: support creation-time attribute for cookiesDaniel Gustafsson
2018-08-31Don't use Windows path %PWD for SSH testsMarcel Raad
2018-08-29CURLOPT_SSL_CTX_FUNCTION.3: clarify connection reuse warningJay Satiro
2018-08-28THANKS-filter: dedup Daniel JeliƄskiDaniel Stenberg
2018-08-27RELEASE-NOTES: syncedDaniel Stenberg
2018-08-27CURLOPT_ACCEPT_ENCODING.3: list them comma-separated [ci skip]Daniel Stenberg
2018-08-27CURLOPT_SSL_CTX_FUNCTION.3: might cause unintended connection reuse [ci skip]Daniel Stenberg
2018-08-25curl: fix time-of-check, time-of-use race in dir creationDaniel Stenberg
2018-08-25cmdline-opts/page-footer: fix edit mistakeDaniel Stenberg
2018-08-24docs: clarify NO_PROXY env variable functionalityDaniel Stenberg
2018-08-24lib1522: fix curl_easy_setopt argument typeMarcel Raad
2018-08-24curl_threads: silence bad-function-cast warningMarcel Raad
2018-08-24README: add appveyor build badge [ci skip]Daniel Stenberg
2018-08-24schannel: client certificate store opening fixIhor Karpenko
2018-08-24gopher: Do not translate `?' to `%09'Leonardo Taccari
2018-08-23cookie tests: treat files as textMarcel Raad
2018-08-23libcurl-thread.3: expand somewhat on the NO_SIGNAL motivationDaniel Stenberg
2018-08-22RELEASE-NOTES: syncedDaniel Stenberg
2018-08-22Tests: fixes for WindowsMarcel Raad
2018-08-22http2: abort the send_callback if not setup yetDaniel Stenberg
2018-08-21http2: remove four unused nghttp2 callbacksDaniel Stenberg
2018-08-21x509asn1: use FALLTHROUGHDaniel Stenberg
2018-08-21test1148: disable if decimal separator is not pointMarcel Raad
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