aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-10-18travis: add build for "configure --disable-verbose"Daniel Stenberg
2018-10-17tool_cb_hdr: handle failure of rename()Kamil Dudka
2018-10-17RELEASE-NOTES: syncedDaniel Stenberg
2018-10-17docs/SECURITY-PROCESS: the hackerone IBB program drops curlDaniel Stenberg
2018-10-16x509asn1: Fix SAN IP address verificationMatthew Whitehead
2018-10-15INSTALL: mention mesalink in TLS sectionDaniel Gustafsson
2018-10-14nonblock: fix unused parameter warningMarcel Raad
2018-10-13Curl_follow: Always free the passed new URLMichael Kaufmann
2018-10-12replace rawgit links [ci skip]Viktor Szakats
2018-10-12docs/BUG-BOUNTY.md: for vulns published since Aug 1st 2018Daniel Stenberg
2018-10-12travis: make distcheck scan for BOM markersDaniel Stenberg
2018-10-11CMake: remove BOMMarcel Raad