aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-10-13vtls: remove QsoSSLPatrick Monnerat
2014-10-13gskit: supply dummy randomization functionPatrick Monnerat
2014-10-13vtls/*: deprecate have_curlssl_md5sum and set-up default md5sum implementationPatrick Monnerat
2014-10-09vtls: have vtls.h include the backend header filesDaniel Stenberg
2014-10-09Cmake: Got rid of setup_curl_dependenciesJakub Zakrzewski
2014-10-08nss: do not fail if a CRL is already cachedKamil Dudka
2014-10-08FormAdd: precaution against memdup() of NULL pointerDaniel Stenberg
2014-10-08do_sec_send: remove dead codeDaniel Stenberg
2014-10-08krb5_encode: remove unused argumentDaniel Stenberg
2014-10-07GnuTLS: Implement public key pinningmoparisthebest
2014-10-07SSL: implement public key pinningmoparisthebest
2014-10-07multi_runsingle: fix possible memory leakDaniel Stenberg
2014-10-07ares::Curl_resolver_cancel: skip checking for NULL connDaniel Stenberg
2014-10-06ssh_statemach_act: split out assignment from checkDaniel Stenberg
2014-10-04curl_schannel.c: Fixed possible memory or handle leakMarc Hoersken
2014-10-04choose_mech: fix return codeDaniel Stenberg
2014-10-04Curl_sec_read_msg: spell out that we ignore return codeDaniel Stenberg
2014-10-04nonblock: call with (void) to show we ignore the return codeDaniel Stenberg
2014-10-03parse_proxy: remove dead code.Daniel Stenberg
2014-10-03Curl_debug: document switch fallthroughsDaniel Stenberg
2014-10-03curl_multi_remove_handle: remove dead codeDaniel Stenberg
2014-10-03Curl_pipeline_server_blacklisted: handle a NULL server nameDaniel Stenberg
2014-10-03ssh: comment "fallthrough" in switch statementDaniel Stenberg
2014-10-03ssh: improve key file searchJeremy Lin
2014-10-02detect_proxy: fix possible single-byte memory leakDaniel Stenberg
2014-10-02multi_runsingle: fix memory leakDaniel Stenberg
2014-10-02pop3_perform_authentication: fix memory leakDaniel Stenberg
2014-10-02imap_perform_authentication: fix memory leakDaniel Stenberg
2014-10-02wait_or_timeout: return failure when Curl_poll() failsDaniel Stenberg
2014-09-30smtp: Fixed intermittent "SSL3_WRITE_PENDING: bad write retry" errorBill Nagel
2014-09-30file: reject paths using embedded %00Daniel Stenberg
2014-09-25CURLOPT_COOKIELIST: Added "RELOAD" commandYousuke Kimoto
2014-09-23threaded-resolver: revert Curl_expire_latest() switchDaniel Stenberg
2014-09-15README.http2: updated to reflect current statusDaniel Stenberg
2014-09-13formdata: removed unnecessary USE_SSLEAY useDaniel Stenberg
2014-09-13curlssl: make tls backend symbols use curlssl in the nameDaniel Stenberg
2014-09-13url: let the backend decide CURLOPT_SSL_CTX_ supportDaniel Stenberg
2014-09-13vtls: have the backend tell if it supports CERTINFODaniel Stenberg
2014-09-13CURLOPT_CAPATH: return failure if set without backend supportDaniel Stenberg
2014-09-13http2: Fix busy loop when EOF is encounteredTatsuhiro Tsujikawa
2014-09-13sasl_sspi: Fixed Unicode buildMarcel Raad
2014-09-12ntlm: Fixed HTTP proxy authentication when using Windows SSPIUlrich Telle
2014-09-11mk-ca-bundle.pl: converted tabs to spaces, deleted trailing spacesViktor Szakáts
2014-09-10openssl: build fix for versions < 0.9.8ePaul Howarth
2014-09-10mk-ca-bundle.pl: first, try downloading HTTPS with curlDaniel Stenberg
2014-09-10cookies: reject incoming cookies set for TLDsDaniel Stenberg
2014-09-10cookies: only use full host matches for hosts used as IP addressTim Ruehsen
2014-09-08polarassl: avoid memset() when clearing the first byte is enoughDaniel Stenberg
2014-09-08polarssl: support CURLOPT_CAPATH / --capathCatalin Patulea
2014-09-07Ensure progress.size_dl/progress.size_ul are always >= 0Brandon Casey