Age | Commit message (Expand) | Author |
2019-05-13 | doh: CURL_DISABLE_DOH | Daniel Stenberg |
2019-05-12 | auth: Rename the various authentication clean up functions | Steve Holme |
2019-05-12 | easy: fix another "clarify calculation precedence" warning | Marcel Raad |
2019-05-12 | build: fix "clarify calculation precedence" warnings | Marcel Raad |
2019-05-11 | http_ntlm: Corrected the name of the include guard | Steve Holme |
2019-05-11 | http_digest: Don't expose functions when HTTP and Crypto Auth are disabled | Steve Holme |
2019-05-11 | http_negotiate: Don't expose functions when HTTP is disabled | Steve Holme |
2019-05-11 | doh: disable DOH for the cases it doesn't work | Daniel Stenberg |
2019-05-10 | vauth: Fix incorrect function description for Curl_auth_user_contains_domain() | Steve Holme |
2019-05-10 | Revert "multi: support verbose conncache closure handle" | Jay Satiro |
2019-05-10 | ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup() | Steve Holme |
2019-05-09 | http_negotiate: do not treat failure of gss_init_sec_context() as fatal | Kamil Dudka |
2019-05-09 | spnego_gssapi: fix return code on gss_init_sec_context() failure | Kamil Dudka |
2019-05-08 | http: Ignore HTTP/2 prior knowledge setting for HTTP proxies | Jay Satiro |
2019-05-08 | OpenSSL: Report -fips in version if OpenSSL is built with FIPS | Ricky Leverence |
2019-05-07 | nss: allow fifos and character devices for certificates. | Frank Gevaerts |
2019-05-06 | ssh: define USE_SSH if SSH is enabled (any backend) | Daniel Stenberg |
2019-05-05 | urlapi: add CURLUPART_ZONEID to set and get | Daniel Stenberg |
2019-05-05 | WRITEFUNCTION: add missing set_in_callback around callback | Taiyu Len |
2019-05-03 | urlapi: strip off scope id from numerical IPv6 addresses | Daniel Stenberg |
2019-05-02 | multiif.h: remove unused protos | Daniel Stenberg |
2019-05-01 | travis: upgrade the MesaLink TLS backend to v1.0.0 | Yiming Jing |
2019-05-01 | ConnectionExists: improve non-multiplexing use case | Daniel Stenberg |
2019-05-01 | multi: provide Curl_multiuse_state to update information | Daniel Stenberg |
2019-05-01 | process_pending_handles: mark queued transfers as previously pending | Daniel Stenberg |
2019-05-01 | http: mark bundle as not for multiuse on < HTTP/2 response | Daniel Stenberg |
2019-05-01 | cookie: Guard against possible NULL ptr deref | Daniel Gustafsson |
2019-04-29 | nss: provide more specific error messages on failed init | Kamil Dudka |
2019-04-29 | CURL_MAX_INPUT_LENGTH: largest acceptable string input size | Daniel Stenberg |
2019-04-27 | cmake: rename CMAKE_USE_DARWINSSL to CMAKE_USE_SECTRANSP | Simon Warta |
2019-04-23 | ntlm: Missed pre-processor || (or) during rebase for cd15acd0 | Steve Holme |
2019-04-23 | ntlm: Support the NT response in the type-3 when OpenSSL doesn't include MD4 | Steve Holme |
2019-04-22 | sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616 | Steve Holme |
2019-04-22 | memdebug: fix variable name | Gisle Vanem |
2019-04-21 | vauth/cleartext: Don't send the authzid if it is empty | Steve Holme |
2019-04-21 | CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuse | Daniel Stenberg |
2019-04-20 | altsvc: Fix building with cookies disables | Po-Chuan Hsieh |
2019-04-20 | Curl_disconnect: treat all CONNECT_ONLY connections as "dead" | Daniel Stenberg |
2019-04-19 | multi: fix the statenames (follow-up fix from 2f44e94efb3df8e) | Daniel Stenberg |
2019-04-16 | md5: Update the function signature following d84da52d | Steve Holme |
2019-04-15 | md5: Forgot to update the code alignment in d84da52d | Steve Holme |
2019-04-15 | md5: Return CURLcode from the internally accessible functions | Steve Holme |
2019-04-14 | md(4|5): Fixed indentation oddities with the importation of replacement code | Steve Holme |
2019-04-14 | md5: Code style to return CURLE_OK rather than numeric 0 | Steve Holme |
2019-04-14 | md5: Corrected code style for some pointer arguments | Steve Holme |
2019-04-13 | singleipconnect: show port in the verbose "Trying ..." message | Daniel Stenberg |
2019-04-13 | CURLOPT_ADDRESS_SCOPE: fix range check and more | tmilburn |
2019-04-13 | urlapi: stricter CURLUPART_PORT parsing | Daniel Stenberg |
2019-04-12 | openssl: mark connection for close on TLS close_notify | Daniel Stenberg |
2019-04-11 | vauth/cleartext: Update the PLAIN login function signature to match RFC 4616 | Steve Holme |