summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-08-08docs/comments: Update to secure URL versionsViktor Szakats
2017-08-07tftp: reject file name lengths that don't fitDaniel Stenberg
2017-08-07file: output the correct buffer to the userEven Rouault
2017-08-06easy_events: make event data staticDaniel Stenberg
2017-08-05gssapi: fix memory leak of output token in multi round contextIsaac Boukris
2017-08-05darwinssl: fix compiler warningMarcel Raad
2017-08-04FTP: skip unnecessary CWD when in nocwd modeDaniel Stenberg
2017-08-04darwin: silence compiler warningsDaniel Stenberg
2017-08-03darwinssl: fix curlssl_sha256sum() compiler warnings on first argumentDaniel Stenberg
2017-08-03netrc: skip lines starting with '#'Gisle Vanem
2017-08-03CMake: set MSVC warning level to 4Marcel Raad
2017-08-01curl_threads: fix MSVC compiler warningMarcel Raad
2017-08-01multi: fix request timer managementBrad Spencer
2017-08-01curl_setup: Define CURL_NO_OLDIES for building libcurlJay Satiro
2017-07-31http: fix response code parser to avoid integer overflowDaniel Stenberg
2017-07-31libcurl: Stop using error codes defined under CURL_NO_OLDIESDwarakanath Yadavalli
2017-07-29splay: fix signed/unsigned mismatch warningJay Satiro
2017-07-28curl_rtmp: fix a compiler warningJohannes Schindelin
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