summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* duphandle: make sure CURLOPT_RESOLVE is duplicated fine tooDaniel Stenberg2018-04-121-0/+3
* proxy: show getenv proxy use in verbose outputDaniel Stenberg2018-04-111-7/+19
* lib: silence null-dereference warningsMarcel Raad2018-04-092-4/+0
* build: cleanup to fix clang warnings/errorsDaniel Stenberg2018-04-082-10/+7
* 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-074-5/+8
* hash: calculate sizes with size_t instead of longsDaniel Stenberg2018-04-062-5/+5
* 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-061-28/+0
* 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-061-2/+17
* cookie: fix and optimize 2nd top level domain name extractionPatrick Monnerat2018-04-041-10/+7
* 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-022-87/+157
* cookies: when reading from a file, only remove_expired onceLauri Kasanen2018-04-024-6/+12
* 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
* 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
* 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
* parsedate: support UT timezoneNikos Tsipinakis2018-03-191-0/+1
* cmake: add support for brotliDon2018-03-191-0/+3
* darwinssl: fix iOS buildChris Araman2018-03-181-0/+2
* resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist2018-03-174-2/+90
* add_handle/easy_perform: clear errorbuffer on start if setDaniel Stenberg2018-03-172-0/+6
* CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocolLawrence Matthews2018-03-173-0/+59
* 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
* 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-165-5/+5
* http2: fixes typoKobi Gurkan2018-03-151-1/+1
* transfer: make HTTP without headers count correct body sizeDaniel Stenberg2018-03-151-1/+1
* FTP: fix typo in recursive callback detection for seekingdasimx2018-03-141-1/+1
* Revert "hostip: fix compiler warning: 'variable set but not used'"Daniel Stenberg2018-03-121-1/+1
* limit-rate: fix compiler warningMichael Kaufmann2018-03-121-1/+1
* checksrc.pl: add -i and -m optionsViktor Szakats2018-03-121-6/+18
* http2: mark the connection for close on GOAWAYDaniel Stenberg2018-03-123-21/+26
* openldap: white space changes, fixed up the copyright yearsDaniel Stenberg2018-03-121-18/+19
* openldap: check ldap_get_attribute_ber() results for NULL before usingDaniel Stenberg2018-03-121-4/+4
* FTP: reject path components with control codesDaniel Stenberg2018-03-121-4/+4
* readwrite: make sure excess reads don't go beyond buffer endDaniel Stenberg2018-03-121-2/+7
* limit-rate: kick in even before "limit" data has been receivedDaniel Stenberg2018-03-112-23/+29
* Curl_range: fix FTP-only and FILE-only buildsMichael Kaufmann2018-03-111-1/+1
* hostip: fix compiler warning: 'variable set but not used'Michael Kaufmann2018-03-111-1/+1
* HTTP: allow "header;" to replace an internal header with a blank oneDaniel Stenberg2018-03-115-85/+93
* http2: verbose output new MAX_CONCURRENT_STREAMS valuesDaniel Stenberg2018-03-101-1/+2