summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* cookies: remove unused macroDaniel Gustafsson2018-04-271-1/+0
* checksrc: force indentation of lines after an elseDaniel Gustafsson2018-04-275-12/+8
* 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
* 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
* 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
* curl_global_sslset: always provide available backendsChristian Schmitz2018-04-231-2/+3
* http2: convert an assert to run-time checkDaniel Stenberg2018-04-231-2/+4
* schannel: fix build error on targets <= XPArchangel_SDY2018-04-231-1/+1
* Revert "ftplistparser: keep state between invokes"Daniel Stenberg2018-04-231-2/+1
* 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-186-214/+650
* schannel: fix warningJay Satiro2018-04-171-1/+2
* schannel: add client certificate authenticationArchangel_SDY2018-04-171-1/+120
* ntlm_sspi: fix authentication using Credential Managertoughengineer2018-04-166-10/+41
* urldata: make service names unconditionalMarcel Raad2018-04-162-10/+1
* ssh: show libSSH2 error code when closing failsChristian Schmitz2018-04-161-22/+57
* vauth: Fix typoDaniel Gustafsson2018-04-153-5/+5
* checksrc: Fix typoDaniel Gustafsson2018-04-151-4/+4
* all: Refactor malloc+memset to use callocDaniel Gustafsson2018-04-158-33/+12
* duphandle: make sure CURLOPT_RESOLVE is duplicated fine tooDaniel Stenberg2018-04-121-0/+3
* proxy: show getenv proxy use in verbose outputDaniel Stenberg2018-04-111-7/+19
* lib: silence null-dereference warningsMarcel Raad2018-04-092-4/+0
* build: cleanup to fix clang warnings/errorsDaniel Stenberg2018-04-082-10/+7
* curl_setup: provide a CURL_SA_FAMILY_T type if none existsDaniel Stenberg2018-04-073-4/+9
* build: add picky compiler warning flags for gcc 6 and 7Eric Gallager2018-04-074-5/+8
* hash: calculate sizes with size_t instead of longsDaniel Stenberg2018-04-062-5/+5
* FTP: allow PASV on IPv6 connections when a proxy is being usedLaurie Clark-Michalek2018-04-061-1/+1
* file: restore old behavior for file:////foo/bar URLsJon DeVree2018-04-061-28/+0
* Revert "openssl: Don't add verify locations when verifypeer==0"Gaurav Malhotra2018-04-061-15/+16
* tls: fix mbedTLS 2.7.0 build + handle sha256 failuresWyatt O'Day2018-04-0610-10/+29
* cookie: case-insensitive hashing for the domainsLauri Kasanen2018-04-061-2/+17
* cookie: fix and optimize 2nd top level domain name extractionPatrick Monnerat2018-04-041-10/+7
* openssl: provide defines for argument typecasts to build warning-freeDaniel Stenberg2018-04-041-1/+9
* openssl: fix build with LibreSSL 2.7Bernard Spil2018-04-041-6/+9