summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fixup: fix curlx_tvdiff calculationDaniel Stenberg2017-07-281-1/+3
* fixup: @jay's additional fixesDaniel Stenberg2017-07-272-9/+9
* fixup: s/curlval/curltimeDaniel Stenberg2017-07-2724-98/+103
* fixup: timeval fix in ssh.cDaniel Stenberg2017-07-211-1/+1
* timeval: introduce curlval as a struct timeval replacementDaniel Stenberg2017-07-2123-114/+128
* darwinssl: fix pinnedpubkey build errorJay Satiro2017-07-171-1/+1
* build: remove WIN32_LEAN_AND_MEAN from individual build systemsMarcel Raad2017-07-111-3/+0
* curl_setup: always define WIN32_LEAN_AND_MEAN on WindowsMarcel Raad2017-07-111-3/+11
* strerror: Preserve Windows error code in some functionsJay Satiro2017-07-111-25/+42
* errno: fix non-windows builds after af0216251b94e7Daniel Stenberg2017-07-102-6/+8
* ldap: fix MinGW compiler warningMarcel Raad2017-07-101-2/+1
* curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro2017-07-1012-90/+73
* smb: rename variable to fix shadowing warningMarcel Raad2017-07-091-5/+5
* cmake: offer CMAKE_DEBUG_POSTFIX when building with MSVCPaul Harris2017-07-071-0/+7
* memdebug: don't setbuf() if the file open failedGisle Vanem2017-07-061-1/+2
* asyn-thread.c: fix unused variable warnings on macOSDaniel Stenberg2017-07-061-13/+14
* http: s/TINY_INITIAL_POST_SIZE/EXPECT_100_THRESHOLDDaniel Stenberg2017-07-062-4/+9
* 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