Age | Commit message (Expand) | Author |
2014-10-13 | pinning: minor code style policing | Daniel Stenberg |
2014-10-13 | Factorize pinned public key code into generic file handling and backend specific | Patrick Monnerat |
2014-10-13 | vtls: remove QsoSSL | Patrick Monnerat |
2014-10-13 | gskit: supply dummy randomization function | Patrick Monnerat |
2014-10-13 | vtls/*: deprecate have_curlssl_md5sum and set-up default md5sum implementation | Patrick Monnerat |
2014-10-09 | vtls: have vtls.h include the backend header files | Daniel Stenberg |
2014-10-09 | Cmake: Got rid of setup_curl_dependencies | Jakub Zakrzewski |
2014-10-08 | nss: do not fail if a CRL is already cached | Kamil Dudka |
2014-10-08 | FormAdd: precaution against memdup() of NULL pointer | Daniel Stenberg |
2014-10-08 | do_sec_send: remove dead code | Daniel Stenberg |
2014-10-08 | krb5_encode: remove unused argument | Daniel Stenberg |
2014-10-07 | GnuTLS: Implement public key pinning | moparisthebest |
2014-10-07 | SSL: implement public key pinning | moparisthebest |
2014-10-07 | multi_runsingle: fix possible memory leak | Daniel Stenberg |
2014-10-07 | ares::Curl_resolver_cancel: skip checking for NULL conn | Daniel Stenberg |
2014-10-06 | ssh_statemach_act: split out assignment from check | Daniel Stenberg |
2014-10-04 | curl_schannel.c: Fixed possible memory or handle leak | Marc Hoersken |
2014-10-04 | choose_mech: fix return code | Daniel Stenberg |
2014-10-04 | Curl_sec_read_msg: spell out that we ignore return code | Daniel Stenberg |
2014-10-04 | nonblock: call with (void) to show we ignore the return code | Daniel Stenberg |
2014-10-03 | parse_proxy: remove dead code. | Daniel Stenberg |
2014-10-03 | Curl_debug: document switch fallthroughs | Daniel Stenberg |
2014-10-03 | curl_multi_remove_handle: remove dead code | Daniel Stenberg |
2014-10-03 | Curl_pipeline_server_blacklisted: handle a NULL server name | Daniel Stenberg |
2014-10-03 | ssh: comment "fallthrough" in switch statement | Daniel Stenberg |
2014-10-03 | ssh: improve key file search | Jeremy Lin |
2014-10-02 | detect_proxy: fix possible single-byte memory leak | Daniel Stenberg |
2014-10-02 | multi_runsingle: fix memory leak | Daniel Stenberg |
2014-10-02 | pop3_perform_authentication: fix memory leak | Daniel Stenberg |
2014-10-02 | imap_perform_authentication: fix memory leak | Daniel Stenberg |
2014-10-02 | wait_or_timeout: return failure when Curl_poll() fails | Daniel Stenberg |
2014-09-30 | smtp: Fixed intermittent "SSL3_WRITE_PENDING: bad write retry" error | Bill Nagel |
2014-09-30 | file: reject paths using embedded %00 | Daniel Stenberg |
2014-09-25 | CURLOPT_COOKIELIST: Added "RELOAD" command | Yousuke Kimoto |
2014-09-23 | threaded-resolver: revert Curl_expire_latest() switch | Daniel Stenberg |
2014-09-15 | README.http2: updated to reflect current status | Daniel Stenberg |
2014-09-13 | formdata: removed unnecessary USE_SSLEAY use | Daniel Stenberg |
2014-09-13 | curlssl: make tls backend symbols use curlssl in the name | Daniel Stenberg |
2014-09-13 | url: let the backend decide CURLOPT_SSL_CTX_ support | Daniel Stenberg |
2014-09-13 | vtls: have the backend tell if it supports CERTINFO | Daniel Stenberg |
2014-09-13 | CURLOPT_CAPATH: return failure if set without backend support | Daniel Stenberg |
2014-09-13 | http2: Fix busy loop when EOF is encountered | Tatsuhiro Tsujikawa |
2014-09-13 | sasl_sspi: Fixed Unicode build | Marcel Raad |
2014-09-12 | ntlm: Fixed HTTP proxy authentication when using Windows SSPI | Ulrich Telle |
2014-09-11 | mk-ca-bundle.pl: converted tabs to spaces, deleted trailing spaces | Viktor Szakáts |
2014-09-10 | openssl: build fix for versions < 0.9.8e | Paul Howarth |
2014-09-10 | mk-ca-bundle.pl: first, try downloading HTTPS with curl | Daniel Stenberg |
2014-09-10 | cookies: reject incoming cookies set for TLDs | Daniel Stenberg |
2014-09-10 | cookies: only use full host matches for hosts used as IP address | Tim Ruehsen |
2014-09-08 | polarassl: avoid memset() when clearing the first byte is enough | Daniel Stenberg |