summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: provide 'manual' as a feature to optionally requirebagder/tests-without-manualDaniel Stenberg2018-04-293-0/+21
* CURLINFO_PROTOCOL.3: mention the existing defined namesDaniel Stenberg2018-04-271-3/+12
* cookies: remove unused macroDaniel Gustafsson2018-04-271-1/+0
* checksrc: force indentation of lines after an elseDaniel Gustafsson2018-04-277-17/+11
* http2: fix null pointer dereference in http2_connisdeadDaniel Stenberg2018-04-261-2/+5
* http2: get rid of another strstr()Daniel Stenberg2018-04-261-2/+4
* cyassl: adapt to libraries without TLS 1.0 support built-inDaniel Stenberg2018-04-261-1/+6
* configure: provide --with-wolfssl as an alias for --with-cyasslDaniel Stenberg2018-04-261-0/+6
* RELEASE-NOTES: syncedDaniel Stenberg2018-04-251-4/+17
* os400.c: fix ASSIGNWITHINCONDITION checksrc warningsDaniel Gustafsson2018-04-251-57/+93
* cookies: ensure that we have cookies before writing jarDaniel Gustafsson2018-04-251-0/+4
* strcpy_url: only %-encode values >= 0x80Daniel Stenberg2018-04-251-1/+1
* mime: avoid NULL pointer dereference riskDaniel Stenberg2018-04-241-1/+1
* ctype: restore character classification for non-ASCII platformsStephan Mühlstrasser2018-04-244-2/+49
* ftplistparser: keep state between invokesDaniel Stenberg2018-04-245-33/+43
* examples/http2-upload: expand buffer to avoid silly warningDaniel Stenberg2018-04-241-2/+2
* examples/sftpuploadresume: typecast fseek argument to longDaniel Stenberg2018-04-241-1/+1
* Revert "ftplistparser: keep state between invokes"Daniel Stenberg2018-04-245-43/+32
* Curl_memchr: zero length input can't matchDaniel Stenberg2018-04-241-9/+10
* ftplistparser: keep state between invokesDaniel Stenberg2018-04-235-32/+43
* ftplistparser: renamed some members and variablesDaniel Stenberg2018-04-235-47/+47
* RELEASE-NOTES: syncedDaniel Stenberg2018-04-231-7/+30
* curl_global_sslset: always provide available backendsChristian Schmitz2018-04-232-3/+7
* http2: convert an assert to run-time checkDaniel Stenberg2018-04-231-2/+4
* curl.1: clarify that options and URLs can be mixedDaniel Stenberg2018-04-231-4/+4
* CURLOPT_SSLCERT.3: improve WinSSL-specific usage infoArchangel_SDY2018-04-232-2/+21
* schannel: fix build error on targets <= XPArchangel_SDY2018-04-231-1/+1
* Revert "ftplistparser: keep state between invokes"Daniel Stenberg2018-04-231-2/+1
* tool_help: clarify --max-time unit of time is secondsJay Satiro2018-04-212-2/+2
* http2: handle GOAWAY properlyDaniel Stenberg2018-04-204-9/+31
* http2: clear the "drain counter" when a stream is closedDaniel Stenberg2018-04-201-0/+1
* http2: avoid strstr() on data not zero terminatedDaniel Stenberg2018-04-201-2/+5
* openssl: fix subjectAltName check on non-ASCII platformsStephan Mühlstrasser2018-04-201-4/+46
* openssl: Add support for OpenSSL 1.1.1 verbose-mode trace messagesJay Satiro2018-04-201-8/+47
* ftplistparser: keep state between invokesDaniel Stenberg2018-04-191-1/+2
* detect_proxy: only show proxy use if it had contentsDaniel Stenberg2018-04-191-1/+2
* http2: handle on_begin_headers() called more than onceDaniel Stenberg2018-04-191-8/+4
* schannel: add support for CURLOPT_CAINFODan McNulty2018-04-1837-258/+1406
* schannel: fix warningJay Satiro2018-04-171-1/+2
* docs: fix typosJakub Wilk2018-04-1754-75/+75
* RELEASE-NOTES: syncedDaniel Stenberg2018-04-171-9/+52
* winbuild: Support custom devel paths for each dependencykdekker2018-04-173-86/+152
* README.md: add backers and sponsorsJess2018-04-171-0/+27
* schannel: add client certificate authenticationArchangel_SDY2018-04-172-1/+123
* ntlm_sspi: fix authentication using Credential Managertoughengineer2018-04-166-10/+41
* configure: keep LD_LIBRARY_PATH changes localDaniel Stenberg2018-04-162-49/+63
* urldata: make service names unconditionalMarcel Raad2018-04-162-10/+1
* test1148: tolerate progress updates betterDaniel Stenberg2018-04-161-1/+6
* ssh: show libSSH2 error code when closing failsChristian Schmitz2018-04-161-22/+57
* vauth: Fix typoDaniel Gustafsson2018-04-153-5/+5