aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-05-13mime: acknowledge CURL_DISABLE_MIMEDaniel Stenberg
2019-05-13wildcard: disable from build when FTP isn't presentDaniel Stenberg
2019-05-13http: CURL_DISABLE_HTTP_AUTHDaniel Stenberg
2019-05-13base64: build conditionally if there are usersDaniel Stenberg
2019-05-13doh: CURL_DISABLE_DOHDaniel Stenberg
2019-05-12auth: Rename the various authentication clean up functionsSteve Holme
2019-05-12easy: fix another "clarify calculation precedence" warningMarcel Raad
2019-05-12build: fix "clarify calculation precedence" warningsMarcel Raad
2019-05-11http_ntlm: Corrected the name of the include guardSteve Holme
2019-05-11http_digest: Don't expose functions when HTTP and Crypto Auth are disabledSteve Holme
2019-05-11http_negotiate: Don't expose functions when HTTP is disabledSteve Holme
2019-05-11doh: disable DOH for the cases it doesn't workDaniel Stenberg
2019-05-10vauth: Fix incorrect function description for Curl_auth_user_contains_domain()Steve Holme
2019-05-10Revert "multi: support verbose conncache closure handle"Jay Satiro
2019-05-10ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup()Steve Holme
2019-05-09http_negotiate: do not treat failure of gss_init_sec_context() as fatalKamil Dudka
2019-05-09spnego_gssapi: fix return code on gss_init_sec_context() failureKamil Dudka
2019-05-08http: Ignore HTTP/2 prior knowledge setting for HTTP proxiesJay Satiro
2019-05-08OpenSSL: Report -fips in version if OpenSSL is built with FIPSRicky Leverence
2019-05-07nss: allow fifos and character devices for certificates.Frank Gevaerts
2019-05-06ssh: define USE_SSH if SSH is enabled (any backend)Daniel Stenberg
2019-05-05urlapi: add CURLUPART_ZONEID to set and getDaniel Stenberg
2019-05-05WRITEFUNCTION: add missing set_in_callback around callbackTaiyu Len
2019-05-03urlapi: strip off scope id from numerical IPv6 addressesDaniel Stenberg
2019-05-02multiif.h: remove unused protosDaniel Stenberg
2019-05-01travis: upgrade the MesaLink TLS backend to v1.0.0Yiming Jing
2019-05-01ConnectionExists: improve non-multiplexing use caseDaniel Stenberg
2019-05-01multi: provide Curl_multiuse_state to update informationDaniel Stenberg
2019-05-01process_pending_handles: mark queued transfers as previously pendingDaniel Stenberg
2019-05-01http: mark bundle as not for multiuse on < HTTP/2 responseDaniel Stenberg
2019-05-01cookie: Guard against possible NULL ptr derefDaniel Gustafsson
2019-04-29nss: provide more specific error messages on failed initKamil Dudka
2019-04-29CURL_MAX_INPUT_LENGTH: largest acceptable string input sizeDaniel Stenberg
2019-04-27cmake: rename CMAKE_USE_DARWINSSL to CMAKE_USE_SECTRANSPSimon Warta
2019-04-23ntlm: Missed pre-processor || (or) during rebase for cd15acd0Steve Holme
2019-04-23ntlm: Support the NT response in the type-3 when OpenSSL doesn't include MD4Steve Holme
2019-04-22sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616Steve Holme
2019-04-22memdebug: fix variable nameGisle Vanem
2019-04-21vauth/cleartext: Don't send the authzid if it is emptySteve Holme
2019-04-21CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuseDaniel Stenberg
2019-04-20altsvc: Fix building with cookies disablesPo-Chuan Hsieh
2019-04-20Curl_disconnect: treat all CONNECT_ONLY connections as "dead"Daniel Stenberg
2019-04-19multi: fix the statenames (follow-up fix from 2f44e94efb3df8e)Daniel Stenberg
2019-04-16md5: Update the function signature following d84da52dSteve Holme
2019-04-15md5: Forgot to update the code alignment in d84da52dSteve Holme
2019-04-15md5: Return CURLcode from the internally accessible functionsSteve Holme
2019-04-14md(4|5): Fixed indentation oddities with the importation of replacement codeSteve Holme
2019-04-14md5: Code style to return CURLE_OK rather than numeric 0Steve Holme
2019-04-14md5: Corrected code style for some pointer argumentsSteve Holme
2019-04-13singleipconnect: show port in the verbose "Trying ..." messageDaniel Stenberg