summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2018-02-07curl_addrinfo.c: Allow Unix Domain Sockets to compile under WindowsSteve Holme
2018-02-07fnmatch: optimize processing of consecutive *s and ?s pattern charactersPatrick Monnerat
2018-02-06openssl: Don't add verify locations when verifypeer==0Patrick Schlangen
2018-02-05formdata: use the mime-content type functionDaniel Stenberg
2018-02-02getdate: return -1 for out of rangeDaniel Stenberg
2018-02-01time_t-fixes: remove typecasts to 'long' for info.filetimeDaniel Stenberg
2018-01-31curl_setup: move the precautionary define of SIZEOF_TIME_TDaniel Stenberg
2018-01-31parsedate: s/#if/#ifdefDaniel Stenberg
2018-01-31fnmatch: pattern syntax can no longer failPatrick Monnerat
2018-01-31fnmatch: accept an alphanum to be followed by a non-alphanum in char setPatrick Monnerat