summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* http2: remove four unused nghttp2 callbacksbagder/http2-remove-unused-callbacksDaniel Stenberg2018-08-211-77/+0
* 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
* travis: execute "set -eo pipefail" for coverage buildMarcel Raad2018-08-101-2/+1
* lib1502: fix memory leak in torture testDaniel Stenberg2018-08-101-0/+2
* docs: mention NULL is fine input to several functionsDaniel Stenberg2018-08-107-7/+26
* README.md: add LGTM.com code quality grade for C/C++Bas van Schaik2018-08-091-1/+3
* test1531: Add timeoutRikard Falkeborn2018-08-091-1/+10
* test1540: Remove unused macro TEST_HANG_TIMEOUTRikard Falkeborn2018-08-091-2/+0
* asyn-thread: Remove unused macroRikard Falkeborn2018-08-091-2/+0
* http_proxy: Remove unused macro SELECT_TIMEOUTRikard Falkeborn2018-08-091-1/+0
* formdata: Remove unused macro HTTPPOST_CONTENTTYPE_DEFAULTRikard Falkeborn2018-08-091-4/+0
* telnet: Remove unused macros TELOPTS and TELCMDSRikard Falkeborn2018-08-091-4/+0
* openssl: fix debug messagesDaniel Jelinski2018-08-091-1/+9
* configure: fix for -lpthread detection with OpenSSL and pkg-configDaniel Stenberg2018-08-091-1/+4
* RELEASE-NOTES: syncedDaniel Stenberg2018-08-081-7/+26
* windows: follow up to the buffer-tuning 1ba1dba7Daniel Stenberg2018-08-081-1/+5
* windows: implement send buffer tuningDaniel Jelinski2018-08-081-1/+18
* ssl: set engine implicitly when a PKCS#11 URI is providedAnderson Toshiyuki Sasaki2018-08-086-1/+109
* CMake: Respect BUILD_SHARED_LIBSRuslan Baratov2018-08-084-28/+31