aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-07-03gtls: fix build when sizeof(long) < sizeof(void *)Johannes Schindelin
2017-06-30http2: handle PING framesMax Dymond
2017-06-30handler: refactor connection checkingMax Dymond
2017-06-30openssl: improve fallback seed of PRNG with a time based hashdmitrykos
2017-06-30progress: prevent resetting t_starttransferRyan Winograd
2017-06-28CURLOPT_SOCKS5_AUTH: allowed methods for SOCKS5 proxy authKamil Dudka
2017-06-28socks: deduplicate the code for auth requestKamil Dudka
2017-06-28socks: use proxy_user instead of proxy_nameKamil Dudka
2017-06-24progress: progress.timespent needs to be usDaniel Stenberg
2017-06-24progress: fix "time spent", broke in adef394acDaniel Stenberg
2017-06-21--request-target: instead of --strip-path-slashDaniel Stenberg
2017-06-21lib: fix the djgpp buildGisle Vanem
2017-06-20if2ip: fix compiler warning in ISO C90 modeMarcel Raad
2017-06-19http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg
2017-06-19getinfo: return sizes as curl_off_tDaniel Stenberg
2017-06-19PIPELINING_SERVER_BL: cleanup the internal list useDaniel Stenberg
2017-06-18http2: fix OOM crashDaniel Stenberg
2017-06-18http_proxy: fix build with http and proxyMarcel Raad
2017-06-18http_proxy: fix compiler warningMarcel Raad
2017-06-16Makefile.m32: enable -W for MinGW32 buildMarcel Raad
2017-06-16http-proxy: fix chunked-encoded CONNECT responsesDaniel Stenberg
2017-06-16http-proxy: deal with EAGAINDaniel Stenberg
2017-06-16HTTPS-Proxy: don't offer h2 for https proxy connectionsJay Satiro
2017-06-16url: refactor the check for Windows drive letter in pathJay Satiro
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