aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-08FormAdd: precaution against memdup() of NULL pointerDaniel Stenberg
2014-10-08operate: avoid NULL dereferenceDaniel Stenberg
2014-10-08do_sec_send: remove dead codeDaniel Stenberg
2014-10-08krb5_encode: remove unused argumentDaniel Stenberg
2014-10-08operate_do: skip superfluous check for NULL pointerDaniel Stenberg
2014-10-07curl_easy_getinfo.3: spell-fixDaniel 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-07parseconfig: skip a NULL checkDaniel Stenberg
2014-10-07multi-uv.c: call curl_multi_info_read() betterWaldek Kozba
2014-10-06tool_go_sleep: use (void) to spell out we ignore the return valueDaniel 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-04getparameter: remove dead codeDaniel Stenberg
2014-10-04getparameter: comment a switch FALLTHROUGHDaniel Stenberg
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-03CURLOPT_HTTPHEADER.3: libcurl doesn't copy the whole listDaniel Stenberg
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-10-01curl.1: mention quoting in the URL sectionDaniel Stenberg
2014-09-30smtp: Fixed intermittent "SSL3_WRITE_PENDING: bad write retry" errorBill Nagel
2014-09-30RELEASE-NOTES: synced with 53cbea22310f15Daniel Stenberg
2014-09-30file: reject paths using embedded %00Daniel Stenberg
2014-09-26test506: Fixed a couple of memory leaks in testDan Fandrich
2014-09-25CURLOPT_COOKIELIST: Added "RELOAD" commandYousuke Kimoto
2014-09-25CURLOPT_POSTREDIR.3: Added availability for CURL_REDIR_POST_303Michael Wallner
2014-09-23threaded-resolver: revert Curl_expire_latest() switchDaniel Stenberg
2014-09-19libcurl docs: improvements all overDaniel Stenberg
2014-09-19build: Added WinIDN build configuration optionsSteve Holme
2014-09-19tutorial: signals aren't used for the threaded resolverDaniel Stenberg
2014-09-19FAQ: update the pronunciation sectionDaniel Stenberg
2014-09-18CURLOPT_COOKIE*: added more cross-referencesDaniel Stenberg
2014-09-18BINDINGS: add node-libcurlDaniel 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