aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-06-16mk-ca-bundle.pl: Check curl's exit code after certdata downloadJay Satiro
2017-06-16http-proxy: fix build with --disable-proxy or --disable-httpDaniel Stenberg
2017-06-15http-proxy: only attempt FTP over HTTP proxyDaniel Stenberg
2017-06-15curl_setup.h: error out on CURL_WANTS_CA_BUNDLE_ENV useDaniel Stenberg
2017-06-15lib/curl_setup.h: remove CURL_WANTS_CA_BUNDLE_ENVDaniel Stenberg
2017-06-14http-proxy: do the HTTP CONNECT process entirely non-blockingDaniel Stenberg
2017-06-14progress: let "current speed" be UL + DL speeds combinedDaniel Stenberg
2017-06-14timers: store internal time stamps as time_t instead of doublesDaniel Stenberg
2017-06-14includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg
2017-06-13libressl: OCSP and intermediate certs workaround no longer neededStuart Henderson
2017-06-13url: fix buffer overwrite with file protocol (CVE-2017-9502)Daniel Stenberg
2017-06-09setopt: check CURLOPT_ADDRESS_SCOPE option rangeDaniel Stenberg
2017-06-08asyn-ares: s/Curl_expire_latest/Curl_expireDaniel Stenberg
2017-06-08expire: remove Curl_expire_latest()Daniel Stenberg
2017-06-07file: make speedcheck use current time for checksDaniel Stenberg
2017-06-05test1521: test *all* curl_easy_setopt optionsDaniel Stenberg
2017-06-05curl_ntlm_core: use Curl_raw_toupper instead of toupperMarcel Raad
2017-06-04curl_ntlm_core: pass unsigned char to toupperMarcel Raad
2017-06-03x509asn1: fix implicit-fallthrough warning with GCC 7Marcel Raad
2017-06-03curl_sasl: fix unused-variable warningMarcel Raad
2017-06-03cyassl: define build macros before including ssl.hMarcel Raad
2017-06-03dedotdot: fixed output for ".." and "." only inputDaniel Stenberg
2017-06-02mbedtls: make TU-local variable staticMarcel Raad
2017-06-02MD(4|5): silence cast-align clang warningMarcel Raad
2017-06-02curl_endian: remove unused functionsDaniel Stenberg
2017-06-02build: provide easy code coverage measuringDaniel Stenberg
2017-05-30transfer: init the infilesize from the postfields...Daniel Stenberg
2017-05-29mbedtls: fix variable shadow warningJay Satiro
2017-05-25ssh: fix 'left' may be used uninitializedDaniel Stenberg
2017-05-24time: fix type conversions and compiler warningsMichael Kaufmann
2017-05-23redirect: store the "would redirect to" URL when max redirs is reachedDaniel Stenberg
2017-05-24LDAP: fixed checksrc issueSergei Nikulov
2017-05-23LDAP: using ldap_bind_s on Windows with methods (#878)Sergei Nikulov
2017-05-23cmake: fix build on Ubuntu 14.04Akhil Kedia
2017-05-23url: fix declaration of 'pipe' shadows a global declarationDaniel Stenberg
2017-05-22memdebug: fix compilation failureKamil Dudka
2017-05-22assert: avoid, use DEBUGASSERT instead!Daniel Stenberg
2017-05-21cmake: Add CURL_CA_FALLBACK to curl_config.h.cmakeSimon Warta
2017-05-20ssh: ignore timeouts during disconnectDaniel Stenberg
2017-05-16darwinssl: Fix exception when processing a client-side certificate fileNick Zitzmann
2017-05-16curl_sasl: fix build error with CURL_DISABLE_CRYPTO_AUTH + USE_NTLMDaniel Stenberg
2017-05-15SecureTransport/DarwinSSL: Implement public key pinningmoparisthebest
2017-05-13url.c: add a compile-time check that CURL_MAX_WRITE_SIZE is large enoughDan Fandrich
2017-05-12multi: remove leftover debug infof() calls from e9fd794a6Daniel Stenberg
2017-05-12pipeline: fix mistakenly trying to pipeline POSTsDaniel Stenberg
2017-05-12mbedtls: Support server renegotiation requestRon Eldor
2017-05-11formdata: fix -Wcomma warningMarcel Raad
2017-05-10multi: use a fixed array of timers instead of mallocDaniel Stenberg
2017-05-10multi: assign IDs to all timers and make each timer singletonDaniel Stenberg
2017-05-09formboundary: convert assert into run-time checkDaniel Stenberg