aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2018-02-21url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano
2018-02-21lib: CURLOPT_HAPPY_EYEBALLS_TIMEOUT => CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MSJay Satiro
2018-02-21sasl: prefer PLAIN mechanism over LOGINPatrick Monnerat
2018-02-20url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken
2018-02-20hostip: fix 'potentially uninitialized variable' warningJay Satiro
2018-02-20CURLOPT_RESOLVE: Add support for multiple IP addresses per entryAnders Bakken
2018-02-16header callback: don't chop headers into smaller piecesDaniel Stenberg
2018-02-16http: fix the max header length detection logicDaniel Stenberg
2018-02-16ssh: add two missing state namesDaniel Stenberg
2018-02-15non-ascii: fix implicit declaration warningJay Satiro
2018-02-15nss: use PK11_CreateManagedGenericObject() if availableKamil Dudka
2018-02-15TODO fixed: Detect when called from within callbacksBjörn Stenberg
2018-02-13curl_gssapi: make sure this file too uses our *printf()Daniel Stenberg
2018-02-12smtp: fix processing of initial dot in dataPatrick Monnerat
2018-02-12sha256: avoid redefineDaniel Stenberg
2018-02-12sha256: build with OpenSSL < 0.9.8 tooDouglas Mencken
2018-02-12http_chunks: don't write chunks twice with CURLOPT_HTTP_TRANSFER_DECODING onPatrick Monnerat
2018-02-09get_posix_time: only check for overflows if they can happen!Daniel Stenberg
2018-02-09schannel: fix "no previous prototype" compiler warningMichael Kaufmann
2018-02-09content_encoding: Add "none" alias to "identity"Mohammad AlSaleh
2018-02-08schannel: fix compiler warningsMichael Kaufmann