summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* wolfssl: add support for CRLbagder/wolfssl-crlDaniel Stenberg2018-05-051-0/+13
* vtls: fix missing commasDaniel Stenberg2018-05-043-3/+3
* vtls: use unified "supports" bitfield member in backendsDaniel Stenberg2018-05-0415-89/+53
* transfer: don't unset writesockfd on setup of multiplexed connsDaniel Stenberg2018-05-041-6/+13
* http: don't set the "rewind" flag when not uploading anythingDaniel Stenberg2018-05-041-1/+1
* ssh-libssh.c: fix left shift compiler warningDaniel Stenberg2018-05-031-2/+1
* URL: fix ASCII dependency in strcpy_url and strlen_urlStephan Mühlstrasser2018-05-033-2/+22
* vtls: don't define MD5_DIGEST_LENGTH for wolfsslDaniel Stenberg2018-05-021-1/+3
* wolfssl: Fix non-blocking connectDavid Garske2018-05-021-1/+1
* 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