summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-08-20Patchset for gnURL microfork:gnurl-7.55.1gnurl-7_55_1Christian Grothoff
2017-08-13ipv6_scope: support unique local addressesDaniel Stenberg
2017-08-13redirect: skip URL encoding for host namesSalah-Eddin Shaban
2017-08-12bagder/Curl_tvdiff_us: fix the mathDaniel Stenberg
2017-08-11parse_proxy(): fix memory leak in case of invalid proxy server nameEven Rouault
2017-08-11openssl: fix "error: this statement may fall through"Daniel Stenberg
2017-08-11openssl: remove CONST_ASN1_BIT_STRING.David Benjamin
2017-08-10digest_sspi: Don't reuse context if the user/passwd has changedJay Satiro
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