aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-10-24code cleanup: we prefer 'CURLcode result'Daniel Stenberg
2014-10-24Curl_add_timecondition: skip superfluous varible assignmentDaniel Stenberg
2014-10-24Curl_pp_flushsend: skip superfluous assignmentDaniel Stenberg
2014-10-24Curl_pp_readresp: remove superfluous assignmentDaniel Stenberg
2014-10-24Curl_proxyCONNECT: remove superfluous statementDaniel Stenberg
2014-10-24Added MinGW support to build with nghttp2.Guenter Knauf
2014-10-23Some cosmetics and simplifies.Guenter Knauf
2014-10-23Remove dependency on openssl and cut.Guenter Knauf
2014-10-23gnutls: removed dead codeDaniel Stenberg
2014-10-23Curl_rand: Uninitialized variable: rDaniel Stenberg
2014-10-20nss: reset SSL handshake state machineKamil Dudka
2014-10-16ntlm: Fixed empty type-2 decoded message info textSteve Holme
2014-10-16ntlm: Fixed empty/bad base-64 decoded buffer return codesSteve Holme
2014-10-16ntlm: Avoid unnecessary buffer allocation for SSPI based type-2 tokenSteve Holme
2014-10-15sasl_sspi: Fixed some typosSteve Holme
2014-10-15sasl_sspi: Fixed Kerberos response buffer not being allocated when using SSOSteve Holme
2014-10-15mk-ca-bundle: added SHA-384 signature algorithmBruno Thomsen
2014-10-14Implement pinned public key in GSKit backendPatrick Monnerat
2014-10-14cleanups: reduce variable scopeDaniel Stenberg
2014-10-14singleipconnect: remove dead assignment never usedDaniel Stenberg
2014-10-13pinning: minor code style policingDaniel Stenberg
2014-10-13Factorize pinned public key code into generic file handling and backend specificPatrick Monnerat
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