summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* urlapi: require a non-zero host name length when parsing URLbagder/urlparse-without-hostDaniel Stenberg2019-05-131-0/+2
* pingpong: disable more when no pingpong enabledDaniel Stenberg2019-05-132-1/+11
* proxy: acknowledge DISABLE_PROXY moreDaniel Stenberg2019-05-133-5/+38
* parsedate: CURL_DISABLE_PARSEDATEDaniel Stenberg2019-05-132-15/+37
* sasl: only enable if there's a protocol enabled using itDaniel Stenberg2019-05-131-0/+4
* mime: acknowledge CURL_DISABLE_MIMEDaniel Stenberg2019-05-135-79/+42
* wildcard: disable from build when FTP isn't presentDaniel Stenberg2019-05-137-6/+28
* http: CURL_DISABLE_HTTP_AUTHDaniel Stenberg2019-05-132-1/+20
* base64: build conditionally if there are usersDaniel Stenberg2019-05-131-1/+8
* doh: CURL_DISABLE_DOHDaniel Stenberg2019-05-133-1/+15
* auth: Rename the various authentication clean up functionsSteve Holme2019-05-1218-53/+54
* easy: fix another "clarify calculation precedence" warningMarcel Raad2019-05-121-2/+2
* build: fix "clarify calculation precedence" warningsMarcel Raad2019-05-126-11/+13
* http_ntlm: Corrected the name of the include guardSteve Holme2019-05-111-4/+4
* http_digest: Don't expose functions when HTTP and Crypto Auth are disabledSteve Holme2019-05-113-5/+10
* http_negotiate: Don't expose functions when HTTP is disabledSteve Holme2019-05-111-2/+2
* doh: disable DOH for the cases it doesn't workDaniel Stenberg2019-05-115-11/+15
* vauth: Fix incorrect function description for Curl_auth_user_contains_domain()Steve Holme2019-05-101-21/+21
* Revert "multi: support verbose conncache closure handle"Jay Satiro2019-05-101-2/+0
* ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup()Steve Holme2019-05-101-9/+9
* http_negotiate: do not treat failure of gss_init_sec_context() as fatalKamil Dudka2019-05-091-1/+7
* spnego_gssapi: fix return code on gss_init_sec_context() failureKamil Dudka2019-05-091-1/+1
* http: Ignore HTTP/2 prior knowledge setting for HTTP proxiesJay Satiro2019-05-081-0/+7
* OpenSSL: Report -fips in version if OpenSSL is built with FIPSRicky Leverence2019-05-081-1/+5
* nss: allow fifos and character devices for certificates.Frank Gevaerts2019-05-071-1/+1
* ssh: define USE_SSH if SSH is enabled (any backend)Daniel Stenberg2019-05-066-8/+12
* urlapi: add CURLUPART_ZONEID to set and getDaniel Stenberg2019-05-051-13/+22
* WRITEFUNCTION: add missing set_in_callback around callbackTaiyu Len2019-05-051-1/+4
* urlapi: strip off scope id from numerical IPv6 addressesDaniel Stenberg2019-05-031-9/+54
* multiif.h: remove unused protosDaniel Stenberg2019-05-021-15/+0
* travis: upgrade the MesaLink TLS backend to v1.0.0Yiming Jing2019-05-011-1/+1
* ConnectionExists: improve non-multiplexing use caseDaniel Stenberg2019-05-011-2/+7
* multi: provide Curl_multiuse_state to update informationDaniel Stenberg2019-05-0110-2/+48
* process_pending_handles: mark queued transfers as previously pendingDaniel Stenberg2019-05-012-0/+9
* http: mark bundle as not for multiuse on < HTTP/2 responseDaniel Stenberg2019-05-011-0/+4
* cookie: Guard against possible NULL ptr derefDaniel Gustafsson2019-05-011-5/+7
* nss: provide more specific error messages on failed initKamil Dudka2019-04-291-2/+8
* CURL_MAX_INPUT_LENGTH: largest acceptable string input sizeDaniel Stenberg2019-04-293-0/+19
* cmake: rename CMAKE_USE_DARWINSSL to CMAKE_USE_SECTRANSPSimon Warta2019-04-271-2/+2
* ntlm: Missed pre-processor || (or) during rebase for cd15acd0Steve Holme2019-04-231-1/+1
* ntlm: Support the NT response in the type-3 when OpenSSL doesn't include MD4Steve Holme2019-04-234-6/+16
* sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616Steve Holme2019-04-221-2/+2
* memdebug: fix variable nameGisle Vanem2019-04-221-2/+2
* vauth/cleartext: Don't send the authzid if it is emptySteve Holme2019-04-211-2/+3
* CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuseDaniel Stenberg2019-04-214-3/+34
* altsvc: Fix building with cookies disablesPo-Chuan Hsieh2019-04-206-31/+88
* Curl_disconnect: treat all CONNECT_ONLY connections as "dead"Daniel Stenberg2019-04-201-0/+4
* multi: fix the statenames (follow-up fix from 2f44e94efb3df8e)Daniel Stenberg2019-04-191-2/+0
* md5: Update the function signature following d84da52dSteve Holme2019-04-161-5/+5
* md5: Forgot to update the code alignment in d84da52dSteve Holme2019-04-151-2/+2