aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-07-28timeval: struct curltime is a struct timeval replacementDaniel Stenberg
2017-07-27darwinssl: fix variable type mistake (regression)Daniel Stenberg
2017-07-27multi: mention integer overflow risk if using > 500 million socketsDaniel Stenberg
2017-07-27checksrc: escape open brace in regexDaniel Stenberg
2017-07-20nss: fix a possible use-after-free in SelectClientCert()Kamil Dudka
2017-07-20nss: unify the coding style of nss_send() and nss_recv()Kamil Dudka
2017-07-17darwinssl: fix pinnedpubkey build errorJay Satiro
2017-07-11build: remove WIN32_LEAN_AND_MEAN from individual build systemsMarcel Raad
2017-07-11curl_setup: always define WIN32_LEAN_AND_MEAN on WindowsMarcel Raad
2017-07-11strerror: Preserve Windows error code in some functionsJay Satiro
2017-07-10errno: fix non-windows builds after af0216251b94e7Daniel Stenberg
2017-07-10ldap: fix MinGW compiler warningMarcel Raad
2017-07-10curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro
2017-07-09smb: rename variable to fix shadowing warningMarcel Raad
2017-07-07cmake: offer CMAKE_DEBUG_POSTFIX when building with MSVCPaul Harris
2017-07-06memdebug: don't setbuf() if the file open failedGisle Vanem
2017-07-06asyn-thread.c: fix unused variable warnings on macOSDaniel Stenberg
2017-07-06http: s/TINY_INITIAL_POST_SIZE/EXPECT_100_THRESHOLDDaniel Stenberg
2017-07-05select.h: avoid macro redefinition harderDaniel Stenberg
2017-07-05inet_pton: fix include on windows to get prototypeDaniel Stenberg
2017-07-04smb: add support for CURLOPT_FILETIMEGisle Vanem
2017-07-04smb: fix build for djgpp/MSDOSGisle Vanem
2017-07-04configure: remove checks for 5 functions never usedDaniel Stenberg
2017-07-04timeval.c: Use long long constant type for timeval assignmentMartin Kepplinger
2017-07-03url: make the original string get used on subsequent transfersDaniel Stenberg
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