summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* http2: clear the "drain counter" when a stream is closedbagder/http2-drain-unsyncDaniel Stenberg2018-04-191-0/+1
* 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
* system.h: Add sparcv8plus to oracle/sunpro 32-bit detectionDagobert Michelsen2018-04-151-1/+3
* checksrc: Fix typoDaniel Gustafsson2018-04-152-5/+5
* all: Refactor malloc+memset to use callocDaniel Gustafsson2018-04-1513-46/+16
* duphandle: make sure CURLOPT_RESOLVE is duplicated fine tooDaniel Stenberg2018-04-122-1/+14
* mailmap: add a monnerat fixup [ci skip]Daniel Stenberg2018-04-121-0/+1
* proxy: show getenv proxy use in verbose outputDaniel Stenberg2018-04-111-7/+19
* travis: build libpsl and make builds use itDaniel Stenberg2018-04-111-17/+57
* travis: bump to clang 6 and gcc 7Daniel Stenberg2018-04-101-9/+9
* travis: use trusty for coverage buildMarcel Raad2018-04-101-1/+1
* lib: silence null-dereference warningsMarcel Raad2018-04-092-4/+0
* winbuild: fix URLkdekker2018-04-091-1/+1
* winbuild: updated the documentationkdekker2018-04-092-8/+19
* test1136: fix cookie order after commit c990eadd1277Daniel Stenberg2018-04-091-1/+1
* build: cleanup to fix clang warnings/errorsDaniel Stenberg2018-04-083-28/+18
* examples/sftpuploadresmue: Fix Windows large file seekJay Satiro2018-04-071-1/+5
* 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-076-5/+25
* configure: detect sa_family_tDaniel Stenberg2018-04-071-0/+20
* tool_operate: Fix retry on FTP 4xx to ignore other protocolsStefan Agner2018-04-071-1/+5
* hash: calculate sizes with size_t instead of longsDaniel Stenberg2018-04-062-5/+5
* RELEASE-NOTES: syncedDaniel Stenberg2018-04-062-4/+59
* build-openssl.bat: Refer to VS2017 as VC14.1 instead of VC15Jay Satiro2018-04-062-21/+21
* winbuild: make the clean target work without build-typekdekker2018-04-062-11/+18
* build-openssl.bat: allow custom paths for VS and perlpatelvivekv19932018-04-061-24/+66
* 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-062-35/+13
* 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-062-3/+18
* cookie: fix and optimize 2nd top level domain name extractionPatrick Monnerat2018-04-042-24/+21
* 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-023-89/+159
* cookies: when reading from a file, only remove_expired onceLauri Kasanen2018-04-024-6/+12