summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* vauth/cleartext: fix integer overflow checkbagder/cleartext-fix-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
* WolfSSL: adding TLSv1.3sergii.kavunenko2018-03-051-1/+11
* krb5: use nondeprecated functionsMarcel Raad2018-03-041-3/+3
* NO_PROXY: fix for IPv6 numericals in the URLDaniel Stenberg2018-03-041-1/+9
* curl_ctype: fix macro redefinition warningsMarcel Raad2018-03-031-0/+8
* unit1309: fix warning on Windows x64Marcel Raad2018-02-282-12/+8
* spelling fixesViktor Szakats2018-02-2312-17/+18
* url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano2018-02-213-0/+31
* lib: CURLOPT_HAPPY_EYEBALLS_TIMEOUT => CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MSJay Satiro2018-02-211-1/+1
* sasl: prefer PLAIN mechanism over LOGINPatrick Monnerat2018-02-211-10/+10
* url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken2018-02-205-4/+12
* hostip: fix 'potentially uninitialized variable' warningJay Satiro2018-02-201-2/+2
* CURLOPT_RESOLVE: Add support for multiple IP addresses per entryAnders Bakken2018-02-203-35/+102
* header callback: don't chop headers into smaller piecesDaniel Stenberg2018-02-163-33/+33
* http: fix the max header length detection logicDaniel Stenberg2018-02-161-11/+10
* ssh: add two missing state namesDaniel Stenberg2018-02-161-0/+5
* non-ascii: fix implicit declaration warningJay Satiro2018-02-151-0/+1
* nss: use PK11_CreateManagedGenericObject() if availableKamil Dudka2018-02-151-1/+11
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-1518-18/+165
* curl_gssapi: make sure this file too uses our *printf()Daniel Stenberg2018-02-131-1/+6
* smtp: fix processing of initial dot in dataPatrick Monnerat2018-02-121-0/+5
* sha256: avoid redefineDaniel Stenberg2018-02-121-6/+2