summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* curl_setup: provide a CURL_SA_FAMILY_T type if none existsbagder/new-gcc-warningsDaniel Stenberg2018-04-063-4/+9
* build: add picky compiler warning flags for gcc 6 and 7Eric Gallager2018-04-066-5/+25
* configure: detect sa_family_tDaniel Stenberg2018-04-061-0/+20
* 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
* test1148: set a fixed locale for the testDaniel Stenberg2018-04-021-0/+4
* docs: fix CURLINFO_*_T examples use of CURL_FORMAT_CURL_OFF_TJay Satiro2018-03-316-6/+6
* cmake: Add advapi32 as explicit link library for win32MichaƂ Janiszewski2018-03-271-0/+1
* TODO: connection cache sharing is now supporteDaniel Stenberg2018-03-271-2/+1
* travis: enable apt retry on failJay Satiro2018-03-261-0/+2
* runtests.pl: fix warning 'use of uninitialized value'Michael Kaufmann2018-03-261-1/+2
* gitignore: ignore more generated filesDaniel Stenberg2018-03-242-5/+13
* 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
* travis-ci: enable -Werror for CMake builds (#2418)Sergei Nikulov2018-03-221-1/+1
* cmake: avoid warn-as-error during config checks (#2411)Sergei Nikulov2018-03-221-11/+10
* 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
* CI: add lgtm.yml for tweaking lgtm.com analysisBas van Schaik2018-03-221-0/+10
* CURLINFO_SSL_VERIFYRESULT.3: fix the example, add some textDaniel Stenberg2018-03-211-3/+5
* TODO: expand ~/ in config filesDaniel Stenberg2018-03-211-0/+8
* cookie.d: mention that "-" as filename means stdinDaniel Stenberg2018-03-201-1/+2
* CURLINFO_COOKIELIST.3: made the example not leak memoryDaniel Stenberg2018-03-201-4/+5
* 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
* examples/hiperfifo: checksrc complianceJay Satiro2018-03-201-9/+13
* parsedate: support UT timezoneNikos Tsipinakis2018-03-192-0/+2
* RELEASE-NOTES: syncedDaniel Stenberg2018-03-191-6/+28
* cmake: add support for brotliDon2018-03-193-0/+35
* darwinssl: fix iOS buildChris Araman2018-03-181-0/+2
* ILE/RPG binding: Add CURLOPT_HAPROXYPROTOCOL/Fix CURLOPT_DNS_SHUFFLE_ADDRESSESPatrick Monnerat2018-03-181-1/+3
* resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist2018-03-1714-3/+270
* add_handle/easy_perform: clear errorbuffer on start if setDaniel Stenberg2018-03-173-5/+13
* CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocolLawrence Matthews2018-03-1716-1/+261
* curl_version_info.3: fix ssl_version descriptionDaniel Stenberg2018-03-171-3/+4
* multi: improved pending transfers handling => improved performanceDaniel Stenberg2018-03-162-27/+21
* pause: when changing pause state, update socket stateDaniel Stenberg2018-03-163-1/+12
* examples/hiperfifo.c: improvedPhilip Prindeville2018-03-161-64/+76