aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-04-06hash: calculate sizes with size_t instead of longsDaniel Stenberg
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-03-24threaded resolver: track resolver time and set suitable timeout valuesDaniel Stenberg
2018-03-23openldap: fix for NULL return from ldap_get_attribute_ber()Howard Chu
2018-03-22timeval: remove compilation warning by casting (#2417)Sergei Nikulov
2018-03-22http2: read pending frames (including GOAWAY) in connection-checkDaniel Stenberg
2018-03-20vauth/cleartext: fix integer overflow checkDaniel Stenberg
2018-03-20lib/curl_path.h: add #ifdef header guardDaniel Stenberg
2018-03-20vauth/ntlm.h: fix the #ifdef header guardDaniel Stenberg
2018-03-19parsedate: support UT timezoneNikos Tsipinakis
2018-03-19cmake: add support for brotliDon
2018-03-18darwinssl: fix iOS buildChris Araman
2018-03-17resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist
2018-03-17add_handle/easy_perform: clear errorbuffer on start if setDaniel Stenberg
2018-03-17CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocolLawrence Matthews
2018-03-16multi: improved pending transfers handling => improved performanceDaniel Stenberg
2018-03-16pause: when changing pause state, update socket stateDaniel Stenberg
2018-03-16rate-limit: use three second window to better handle high speedsDaniel Stenberg
2018-03-16cleanup: misc typos in strings and commentsluz.paz
2018-03-15http2: fixes typoKobi Gurkan
2018-03-15transfer: make HTTP without headers count correct body sizeDaniel Stenberg
2018-03-14FTP: fix typo in recursive callback detection for seekingdasimx
2018-03-12Revert "hostip: fix compiler warning: 'variable set but not used'"Daniel Stenberg
2018-03-12limit-rate: fix compiler warningMichael Kaufmann
2018-03-12checksrc.pl: add -i and -m optionsViktor Szakats
2018-03-12http2: mark the connection for close on GOAWAYDaniel Stenberg
2018-03-12openldap: white space changes, fixed up the copyright yearsDaniel Stenberg
2018-03-12openldap: check ldap_get_attribute_ber() results for NULL before usingDaniel Stenberg
2018-03-12FTP: reject path components with control codesDaniel Stenberg
2018-03-12readwrite: make sure excess reads don't go beyond buffer endDaniel Stenberg
2018-03-11limit-rate: kick in even before "limit" data has been receivedDaniel Stenberg
2018-03-11Curl_range: fix FTP-only and FILE-only buildsMichael Kaufmann
2018-03-11hostip: fix compiler warning: 'variable set but not used'Michael Kaufmann
2018-03-11HTTP: allow "header;" to replace an internal header with a blank oneDaniel Stenberg
2018-03-10http2: verbose output new MAX_CONCURRENT_STREAMS valuesDaniel Stenberg
2018-03-05WolfSSL: adding TLSv1.3sergii.kavunenko
2018-03-04krb5: use nondeprecated functionsMarcel Raad
2018-03-04NO_PROXY: fix for IPv6 numericals in the URLDaniel Stenberg
2018-03-03curl_ctype: fix macro redefinition warningsMarcel Raad
2018-02-28unit1309: fix warning on Windows x64Marcel Raad
2018-02-23spelling fixesViktor Szakats