summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* select.h: avoid macro redefinition harderDaniel Stenberg2017-07-051-2/+3
* inet_pton: fix include on windows to get prototypeDaniel Stenberg2017-07-051-1/+4
* smb: add support for CURLOPT_FILETIMEGisle Vanem2017-07-041-3/+24
* smb: fix build for djgpp/MSDOSGisle Vanem2017-07-041-1/+1
* configure: remove checks for 5 functions never usedDaniel Stenberg2017-07-041-13/+0
* timeval.c: Use long long constant type for timeval assignmentMartin Kepplinger2017-07-041-2/+2
* url: make the original string get used on subsequent transfersDaniel Stenberg2017-07-031-0/+7
* gtls: fix build when sizeof(long) < sizeof(void *)Johannes Schindelin2017-07-031-11/+9
* http2: handle PING framesMax Dymond2017-06-301-2/+46
* handler: refactor connection checkingMax Dymond2017-06-3020-7/+78
* openssl: improve fallback seed of PRNG with a time based hashdmitrykos2017-06-301-17/+26
* progress: prevent resetting t_starttransferRyan Winograd2017-06-301-1/+15
* CURLOPT_SOCKS5_AUTH: allowed methods for SOCKS5 proxy authKamil Dudka2017-06-283-9/+27
* socks: deduplicate the code for auth requestKamil Dudka2017-06-281-9/+10
* socks: use proxy_user instead of proxy_nameKamil Dudka2017-06-281-16/+16
* progress: progress.timespent needs to be usDaniel Stenberg2017-06-241-2/+2
* progress: fix "time spent", broke in adef394acDaniel Stenberg2017-06-241-4/+4
* --request-target: instead of --strip-path-slashDaniel Stenberg2017-06-213-6/+6
* lib: fix the djgpp buildGisle Vanem2017-06-211-1/+3
* if2ip: fix compiler warning in ISO C90 modeMarcel Raad2017-06-201-3/+3
* http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg2017-06-193-0/+12
* 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