summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-30RELEASE-NOTES: 7.62.0curl-7_62_0Daniel Stenberg
2018-10-30THANKS: 7.62.0 statusDaniel Stenberg
2018-10-30vtls: add MesaLink to curl_sslbackend enumDaniel Gustafsson
2018-10-30cmake: Remove unused CURL_CONFIG_HAS_BEEN_RUN_BEFORE variableRuslan Baratov
2018-10-30test2080: verify the fix for CVE-2018-16842Daniel Stenberg
2018-10-30voutf: fix bad arethmetic when outputting warnings to stderrDaniel Stenberg
2018-10-29cmake: uniform ZLIB to use USE_ variable and clean curl-config.cmake.inTuomo Rinne
2018-10-29cmake: add find_dependency call for ZLIB to CMake config fileTuomo Rinne
2018-10-29cmake: add support for transitive ZLIB targetTuomo Rinne
2018-10-29unit1650: fix "null pointer passed as argument 1 to memcmp"Daniel Stenberg
2018-10-29travis: add a "make tidy" build that runs clang-tidyDaniel Stenberg
2018-10-29unit1300: fix stack-use-after-scope AddressSanitizer warningDaniel Stenberg
2018-10-29Curl_auth_create_plain_message: fix too-large-input-checkDaniel Stenberg
2018-10-29Curl_close: clear data->multi_easy on free to avoid use-after-freeDaniel Stenberg
2018-10-27system.h: use proper setting with Sun C++ as wellrandomswdev
2018-10-27rand: add comment to skip a clang-tidy false positiveDaniel Stenberg
2018-10-27test1651: unit test Curl_extract_certinfo()Daniel Stenberg
2018-10-27x509asn1: always check return code from getASN1Element()Daniel Stenberg
2018-10-27Makefile: add 'tidy' target that runs clang-tidyDaniel Stenberg
2018-10-27RELEASE-PROCEDURE: adjust the release datesDaniel Stenberg
2018-10-27x509asn1: suppress left shift on signed valuePatrick Monnerat
2018-10-27multi: Fix error handling in the SENDPROTOCONNECT stateMichael Kaufmann
2018-10-27RELEASE-NOTES: syncedDaniel Stenberg
2018-10-27openssl: output the correct cipher list on TLS 1.3 errorDaniel Stenberg
2018-10-27docs/CIPHERS: fix the TLS 1.3 cipher namesDaniel Stenberg
2018-10-27travis: install gnutls-bin packageMarcel Raad
2018-10-26ssh: free the session on init failuresDaniel Gustafsson
2018-10-26docs/RELEASE-PROCEDURE: remove old entries, modify the Dec 2018 dateDaniel Stenberg
2018-10-26openssl: make 'done' a proper booleanDaniel Gustafsson
2018-10-26gtls: Values stored to but never readDaniel Stenberg
2018-10-26curl.1: --ipv6 mutexes ipv4 (fixed typo)Alexey Eremikhin
2018-10-26tool_main: make TerminalSettings staticDaniel Stenberg
2018-10-26curl-config.in: remove dependency on bcDaniel Stenberg
2018-10-26rtmp: fix for compiling with lwIPGisle Vanem
2018-10-25configure: remove CURL_CONFIGURE_CURL_SOCKLEN_TDaniel Stenberg
2018-10-25cmake: remove unused variablesRuslan Baratov
2018-10-25urldata: Fix comment in headerMichael Kaufmann
2018-10-25netrc: free temporary strings if memory allocation failsMichael Kaufmann
2018-10-24config: Remove unused SIZEOF_VOIDPRuslan Baratov
2018-10-24RELEASE-NOTES: syncedDaniel Stenberg
2018-10-23Fix for compiling with lwIP (3)Gisle Vanem
2018-10-23Curl_follow: return better errors on URL problemsDaniel Stenberg
2018-10-23Curl_follow: remove remaining free(newurl)Daniel Stenberg
2018-10-23headers: end all headers with guard commentDaniel Gustafsson
2018-10-23CIPHERS.md: Mention the options used to set TLS 1.3 ciphersJay Satiro
2018-10-20docs/BUG-BOUNTY: the sponsors actually decide the amountDaniel Stenberg
2018-10-19multi: avoid double-freeDaniel Stenberg
2018-10-19multi: make the closure handle "inherit" CURLOPT_NOSIGNALDaniel Stenberg
2018-10-19VS projects: add USE_IPV6Marcel Raad
2018-10-19config_win32: enable LDAPSMarcel Raad