summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* curl: fix time-of-check, time-of-use race in dir creationbagder/issue-2739Daniel Stenberg2018-08-241-6/+4
* schannel: client certificate store opening fixIhor Karpenko2018-08-241-5/+8
* gopher: Do not translate `?' to `%09'Leonardo Taccari2018-08-242-8/+1
* cookie tests: treat files as textMarcel Raad2018-08-233-3/+3
* libcurl-thread.3: expand somewhat on the NO_SIGNAL motivationDaniel Stenberg2018-08-231-3/+9
* RELEASE-NOTES: syncedDaniel Stenberg2018-08-221-1/+11
* Tests: fixes for WindowsMarcel Raad2018-08-222-1/+4
* http2: abort the send_callback if not setup yetDaniel Stenberg2018-08-221-0/+4
* http2: remove four unused nghttp2 callbacksDaniel Stenberg2018-08-211-77/+0
* x509asn1: use FALLTHROUGHDaniel Stenberg2018-08-211-2/+2
* test1148: disable if decimal separator is not pointMarcel Raad2018-08-214-0/+54
* Enable more GCC warningsMarcel Raad2018-08-211-1/+15
* curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad2018-08-218-10/+12
* curl-compilers: enable -Wbad-function-cast on GCCMarcel Raad2018-08-215-5/+12
* configure: conditionally enable pedantic-errorsMarcel Raad2018-08-212-1/+8
* Remove unused definitionsMarcel Raad2018-08-212-3/+0
* x509asn1: make several functions staticDaniel Stenberg2018-08-211-63/+59
* INTERNALS: require GnuTLS >= 2.11.3Daniel Stenberg2018-08-211-1/+1
* http2: avoid set_stream_user_data() before stream is assignedDaniel Stenberg2018-08-211-1/+2
* SSLCERTS: improve the openssl command lineDaniel Stenberg2018-08-201-2/+2
* docs/SECURITY-PROCESS: now we name the files after the CVE idDaniel Stenberg2018-08-201-7/+2
* RELEASE-NOTES: syncedDaniel Stenberg2018-08-191-11/+26
* upload: change default UPLOAD_BUFSIZE to 64KBDaniel Stenberg2018-08-182-3/+8
* upload: allocate upload buffer on-demandDaniel Stenberg2018-08-187-24/+59
* vtls: reinstantiate engine on duplicated handlesLaurent Bonnans2018-08-183-2/+15
* http2: make sure to send after RST_STREAMDaniel Stenberg2018-08-171-2/+7
* test1268: check the stderr output as "text"Daniel Stenberg2018-08-161-1/+1
* urldata: remove unused pipe_broke struct fieldDaniel Stenberg2018-08-162-28/+3
* curl: warn the user if a given file name looks like an optionDaniel Stenberg2018-08-153-23/+70
* http2: check nghttp2_session_set_stream_user_data return codeDaniel Stenberg2018-08-151-7/+32
* travis: revert back to gcc-7 for coverage buildsDaniel Stenberg2018-08-151-3/+4
* RELEASE-NOTES: syncedDaniel Stenberg2018-08-151-59/+79
* CMake: CMake config files are defining CURL_STATICLIB for static buildsAdrien2018-08-151-0/+4
* TODO: host name sections in config filesDaniel Stenberg2018-08-151-0/+8
* ssh-libssh: fix infinite connect loop on invalid private keyKamil Dudka2018-08-143-1/+35
* ssh-libssh: reduce excessive verbose output about pubkey authKamil Dudka2018-08-141-2/+1
* travis: disable h2 torture tests for "coverage"Daniel Stenberg2018-08-141-1/+1
* travis: update to GCC 8Marcel Raad2018-08-141-7/+7
* http: fix for tiny "HTTP/0.9" responseDaniel Stenberg2018-08-1311-44/+164
* docs: add disallow-username-in-url.d and haproxy-protocol.d on the listKamil Dudka2018-08-131-1/+2
* .travis.yml: verify that man pages can be regeneratedKamil Dudka2018-08-131-1/+2
* Split non-portable part off test 1133Marcel Raad2018-08-113-7/+105
* projects: Improve Windows perl detection in batch scriptsJay Satiro2018-08-112-20/+15
* docs: Improve the manual pages of some callbacksMichael Kaufmann2018-08-115-15/+21
* GCC: silence -Wcast-function-type uniformlyMarcel Raad2018-08-112-30/+31
* Silence GCC 8 cast-function-type warningsMarcel Raad2018-08-114-3/+13
* CURLINFO_SIZE_UPLOAD: fix missing counter updateDaniel Stenberg2018-08-115-2/+147
* Documentation: fix CURLOPT_SSH_COMPRESSION copy/paste bugDaniel Jelinski2018-08-101-2/+2
* RELEASE-NOTES: syncedDaniel Stenberg2018-08-101-8/+29
* openssl: fix potential NULL pointer deref in is_pkcs11_uriDaniel Stenberg2018-08-101-6/+1