aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-18schannel: add support for CURLOPT_CAINFODan McNulty
2018-04-17schannel: fix warningJay Satiro
2018-04-17docs: fix typosJakub Wilk
2018-04-17RELEASE-NOTES: syncedDaniel Stenberg
2018-04-17winbuild: Support custom devel paths for each dependencykdekker
2018-04-17README.md: add backers and sponsorsJess
2018-04-17schannel: add client certificate authenticationArchangel_SDY
2018-04-16ntlm_sspi: fix authentication using Credential Managertoughengineer
2018-04-16configure: keep LD_LIBRARY_PATH changes localDaniel Stenberg
2018-04-16urldata: make service names unconditionalMarcel Raad
2018-04-16test1148: tolerate progress updates betterDaniel Stenberg
2018-04-16ssh: show libSSH2 error code when closing failsChristian Schmitz
2018-04-15vauth: Fix typoDaniel Gustafsson
2018-04-15system.h: Add sparcv8plus to oracle/sunpro 32-bit detectionDagobert Michelsen
2018-04-15checksrc: Fix typoDaniel Gustafsson
2018-04-15all: Refactor malloc+memset to use callocDaniel Gustafsson
2018-04-12duphandle: make sure CURLOPT_RESOLVE is duplicated fine tooDaniel Stenberg
2018-04-12mailmap: add a monnerat fixup [ci skip]Daniel Stenberg
2018-04-11proxy: show getenv proxy use in verbose outputDaniel Stenberg
2018-04-11travis: build libpsl and make builds use itDaniel Stenberg
2018-04-10travis: bump to clang 6 and gcc 7Daniel Stenberg
2018-04-10travis: use trusty for coverage buildMarcel Raad
2018-04-09lib: silence null-dereference warningsMarcel Raad
2018-04-09winbuild: fix URLkdekker
2018-04-09winbuild: updated the documentationkdekker
2018-04-09test1136: fix cookie order after commit c990eadd1277Daniel Stenberg
2018-04-08build: cleanup to fix clang warnings/errorsDaniel Stenberg
2018-04-07examples/sftpuploadresmue: Fix Windows large file seekJay Satiro
2018-04-07curl_setup: provide a CURL_SA_FAMILY_T type if none existsDaniel Stenberg
2018-04-07build: add picky compiler warning flags for gcc 6 and 7Eric Gallager
2018-04-07configure: detect sa_family_tDaniel Stenberg
2018-04-07tool_operate: Fix retry on FTP 4xx to ignore other protocolsStefan Agner
2018-04-06hash: calculate sizes with size_t instead of longsDaniel Stenberg
2018-04-06RELEASE-NOTES: syncedDaniel Stenberg
2018-04-06build-openssl.bat: Refer to VS2017 as VC14.1 instead of VC15Jay Satiro
2018-04-06winbuild: make the clean target work without build-typekdekker
2018-04-06build-openssl.bat: allow custom paths for VS and perlpatelvivekv1993
2018-04-06FTP: allow PASV on IPv6 connections when a proxy is being usedLaurie Clark-Michalek
2018-04-06file: restore old behavior for file:////foo/bar URLsJon DeVree
2018-04-06Revert "openssl: Don't add verify locations when verifypeer==0"Gaurav Malhotra
2018-04-06tls: fix mbedTLS 2.7.0 build + handle sha256 failuresWyatt O'Day
2018-04-06cookie: case-insensitive hashing for the domainsLauri Kasanen
2018-04-04cookie: fix and optimize 2nd top level domain name extractionPatrick Monnerat
2018-04-04openssl: provide defines for argument typecasts to build warning-freeDaniel Stenberg
2018-04-04openssl: fix build with LibreSSL 2.7Bernard Spil
2018-04-02cookie: store cookies per top-level-domain-specific hash tableLauri Kasanen
2018-04-02cookies: when reading from a file, only remove_expired onceLauri Kasanen
2018-04-02test1148: set a fixed locale for the testDaniel Stenberg
2018-03-31docs: fix CURLINFO_*_T examples use of CURL_FORMAT_CURL_OFF_TJay Satiro
2018-03-27cmake: Add advapi32 as explicit link library for win32MichaƂ Janiszewski