summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* cookie: store cookies per top-level-domain-specific hash tableLauri Kasanen2018-04-022-87/+157
* cookies: when reading from a file, only remove_expired onceLauri Kasanen2018-04-024-6/+12
* threaded resolver: track resolver time and set suitable timeout valuesDaniel Stenberg2018-03-241-28/+39
* openldap: fix for NULL return from ldap_get_attribute_ber()Howard Chu2018-03-231-1/+22
* timeval: remove compilation warning by casting (#2417)Sergei Nikulov2018-03-221-1/+1
* http2: read pending frames (including GOAWAY) in connection-checkDaniel Stenberg2018-03-221-13/+41
* vauth/cleartext: fix integer overflow checkDaniel Stenberg2018-03-203-20/+14
* lib/curl_path.h: add #ifdef header guardDaniel Stenberg2018-03-201-1/+4
* vauth/ntlm.h: fix the #ifdef header guardDaniel Stenberg2018-03-201-4/+4
* parsedate: support UT timezoneNikos Tsipinakis2018-03-191-0/+1