aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2014-09-07multi.c: Avoid invalid memory read after free() from commit 3c8c873252Steve Holme
2014-09-07multi.c: Fixed compilation warning from commit 3c8c873252Steve Holme
2014-09-06url.c: Use CURLAUTH_NONE constant rather than 0Steve Holme
2014-09-04darwinssl: Use CopyCertSubject() to check CA cert.Vilmos Nebehaj
2014-09-02curl_multi_cleanup: remove superfluous NULL assignsDaniel Stenberg
2014-09-02multi: convert CURLM_STATE_CONNECT_PEND handling to a listDaniel Stenberg
2014-09-01polarssl: implement CURLOPT_SSLVERSIONAndre Heinecke
2014-09-01Merge pull request #115 from ldx/darwinsslfixprnickzman
2014-09-01Check CA certificate in curl_darwinssl.c.Vilmos Nebehaj
2014-08-31low-speed-limit: avoid timeout floodDaniel Stenberg
2014-08-31resolve: cache lookup for async resolversMichael Wallner
2014-08-30Fix CA certificate bundle handling in darwinssl.Vilmos Nebehaj
2014-08-26Compile with latest nghttp2Tatsuhiro Tsujikawa
2014-08-25CONNECT: close proxy connections that fail to CONNECTDaniel Stenberg
2014-08-25Cmake: Possibility to use OpenLDAP, OpenSSL, LibSSH2 on windowsJakub Zakrzewski
2014-08-25Cmake: LibSSH2 detection and use.Jakub Zakrzewski
2014-08-25Cmake: Made boolean defines be defined to "1" instead of "ON"Jakub Zakrzewski