summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* rate-limit: use three second window to better handle high speedsDaniel Stenberg2018-03-163-44/+62
* cleanup: misc typos in strings and commentsluz.paz2018-03-1616-17/+17
* RELEASE-NOTES: toward 7.60.0Daniel Stenberg2018-03-162-157/+18
* http2: fixes typoKobi Gurkan2018-03-151-1/+1
* user-agent.d:: mention --proxy-header as wellDaniel Stenberg2018-03-151-2/+2
* transfer: make HTTP without headers count correct body sizeDaniel Stenberg2018-03-155-5/+60
* test1208: marked flakyDaniel Stenberg2018-03-151-0/+1
* SECURITY-PROCESS: mention how we write/add advisoriesDaniel Stenberg2018-03-141-3/+26