summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup ftp: unconditional ftplistparser cleanup in ftp_disconnectbagder/ftplistparser-memory-leakDaniel Stenberg2018-04-221-0/+2
* fixup ftp: improve (memory) cleanup after wildcard use or failDaniel Stenberg2018-04-211-16/+21
* ftplistparser: use dedicated fileinfo_cleanup functionDaniel Stenberg2018-04-214-12/+15
* travis: set DEBUG=1 for fuzzer to attemp to get more detailsDaniel Stenberg2018-04-211-0/+1
* ftplistparser: cleanup file info data unconditionallyDaniel Stenberg2018-04-211-3/+5
* ftplistparser: renamed some members and variablesDaniel Stenberg2018-04-215-47/+47
* 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-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