summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* getinfo: return sizes as curl_off_tDaniel Stenberg2017-06-191-0/+37
* PIPELINING_SERVER_BL: cleanup the internal list useDaniel Stenberg2017-06-191-22/+15
* http2: fix OOM crashDaniel Stenberg2017-06-182-5/+10
* http_proxy: fix build with http and proxyMarcel Raad2017-06-182-1/+3
* http_proxy: fix compiler warningMarcel Raad2017-06-181-1/+2
* Makefile.m32: enable -W for MinGW32 buildMarcel Raad2017-06-161-1/+1
* http-proxy: fix chunked-encoded CONNECT responsesDaniel Stenberg2017-06-162-3/+3
* http-proxy: deal with EAGAINDaniel Stenberg2017-06-161-2/+1
* HTTPS-Proxy: don't offer h2 for https proxy connectionsJay Satiro2017-06-163-3/+6
* url: refactor the check for Windows drive letter in pathJay Satiro2017-06-161-16/+11
* mk-ca-bundle.pl: Check curl's exit code after certdata downloadJay Satiro2017-06-161-1/+1
* http-proxy: fix build with --disable-proxy or --disable-httpDaniel Stenberg2017-06-162-1/+9
* http-proxy: only attempt FTP over HTTP proxyDaniel Stenberg2017-06-156-313/+14
* curl_setup.h: error out on CURL_WANTS_CA_BUNDLE_ENV useDaniel Stenberg2017-06-151-0/+4
* lib/curl_setup.h: remove CURL_WANTS_CA_BUNDLE_ENVDaniel Stenberg2017-06-153-8/+2
* http-proxy: do the HTTP CONNECT process entirely non-blockingDaniel Stenberg2017-06-147-129/+174
* progress: let "current speed" be UL + DL speeds combinedDaniel Stenberg2017-06-141-7/+5
* timers: store internal time stamps as time_t instead of doublesDaniel Stenberg2017-06-145-49/+61
* includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg2017-06-147-69/+10
* libressl: OCSP and intermediate certs workaround no longer neededStuart Henderson2017-06-131-1/+2
* url: fix buffer overwrite with file protocol (CVE-2017-9502)Daniel Stenberg2017-06-131-5/+22
* setopt: check CURLOPT_ADDRESS_SCOPE option rangeDaniel Stenberg2017-06-091-1/+4
* asyn-ares: s/Curl_expire_latest/Curl_expireDaniel Stenberg2017-06-081-1/+1
* expire: remove Curl_expire_latest()Daniel Stenberg2017-06-084-53/+8
* file: make speedcheck use current time for checksDaniel Stenberg2017-06-071-4/+2
* test1521: test *all* curl_easy_setopt optionsDaniel Stenberg2017-06-052-28/+40
* curl_ntlm_core: use Curl_raw_toupper instead of toupperMarcel Raad2017-06-051-1/+1
* curl_ntlm_core: pass unsigned char to toupperMarcel Raad2017-06-041-1/+1
* x509asn1: fix implicit-fallthrough warning with GCC 7Marcel Raad2017-06-031-0/+1
* curl_sasl: fix unused-variable warningMarcel Raad2017-06-031-1/+4
* cyassl: define build macros before including ssl.hMarcel Raad2017-06-031-32/+32
* dedotdot: fixed output for ".." and "." only inputDaniel Stenberg2017-06-031-1/+2
* mbedtls: make TU-local variable staticMarcel Raad2017-06-021-1/+1
* MD(4|5): silence cast-align clang warningMarcel Raad2017-06-022-2/+2
* curl_endian: remove unused functionsDaniel Stenberg2017-06-022-138/+2
* build: provide easy code coverage measuringDaniel Stenberg2017-06-021-0/+4
* transfer: init the infilesize from the postfields...Daniel Stenberg2017-05-302-9/+7
* mbedtls: fix variable shadow warningJay Satiro2017-05-291-3/+3
* ssh: fix 'left' may be used uninitializedDaniel Stenberg2017-05-251-1/+1
* time: fix type conversions and compiler warningsMichael Kaufmann2017-05-245-17/+20
* redirect: store the "would redirect to" URL when max redirs is reachedDaniel Stenberg2017-05-232-34/+29
* LDAP: fixed checksrc issueSergei Nikulov2017-05-241-2/+2
* LDAP: using ldap_bind_s on Windows with methods (#878)Sergei Nikulov2017-05-231-16/+85
* cmake: fix build on Ubuntu 14.04Akhil Kedia2017-05-231-2/+2
* url: fix declaration of 'pipe' shadows a global declarationDaniel Stenberg2017-05-231-10/+11
* memdebug: fix compilation failureKamil Dudka2017-05-221-1/+1
* assert: avoid, use DEBUGASSERT instead!Daniel Stenberg2017-05-224-18/+12
* cmake: Add CURL_CA_FALLBACK to curl_config.h.cmakeSimon Warta2017-05-211-0/+3
* ssh: ignore timeouts during disconnectDaniel Stenberg2017-05-201-12/+15
* darwinssl: Fix exception when processing a client-side certificate fileNick Zitzmann2017-05-161-1/+1