summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* unit1300: fix stack-use-after-scope AddressSanitizer warningbagder/unit1300-stack-use-after-scopeDaniel Stenberg2018-10-291-3/+4
* system.h: use proper setting with Sun C++ as wellrandomswdev2018-10-271-1/+1
* rand: add comment to skip a clang-tidy false positiveDaniel Stenberg2018-10-271-1/+3
* test1651: unit test Curl_extract_certinfo()Daniel Stenberg2018-10-274-2/+417
* x509asn1: always check return code from getASN1Element()Daniel Stenberg2018-10-271-32/+102
* Makefile: add 'tidy' target that runs clang-tidyDaniel Stenberg2018-10-273-1/+21
* RELEASE-PROCEDURE: adjust the release datesDaniel Stenberg2018-10-271-7/+5
* x509asn1: suppress left shift on signed valuePatrick Monnerat2018-10-271-2/+2
* multi: Fix error handling in the SENDPROTOCONNECT stateMichael Kaufmann2018-10-271-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2018-10-271-6/+31
* openssl: output the correct cipher list on TLS 1.3 errorDaniel Stenberg2018-10-271-1/+1
* docs/CIPHERS: fix the TLS 1.3 cipher namesDaniel Stenberg2018-10-271-5/+5
* travis: install gnutls-bin packageMarcel Raad2018-10-271-0/+1
* ssh: free the session on init failuresDaniel Gustafsson2018-10-261-1/+1
* docs/RELEASE-PROCEDURE: remove old entries, modify the Dec 2018 dateDaniel Stenberg2018-10-261-3/+1
* openssl: make 'done' a proper booleanDaniel Gustafsson2018-10-261-6/+6
* gtls: Values stored to but never readDaniel Stenberg2018-10-261-9/+7
* curl.1: --ipv6 mutexes ipv4 (fixed typo)Alexey Eremikhin2018-10-261-1/+1
* tool_main: make TerminalSettings staticDaniel Stenberg2018-10-261-5/+5
* curl-config.in: remove dependency on bcDaniel Stenberg2018-10-261-10/+22
* rtmp: fix for compiling with lwIPGisle Vanem2018-10-261-1/+3
* configure: remove CURL_CONFIGURE_CURL_SOCKLEN_TDaniel Stenberg2018-10-252-126/+0
* cmake: remove unused variablesRuslan Baratov2018-10-251-19/+0
* urldata: Fix comment in headerMichael Kaufmann2018-10-251-1/+1
* netrc: free temporary strings if memory allocation failsMichael Kaufmann2018-10-251-9/+39
* config: Remove unused SIZEOF_VOIDPRuslan Baratov2018-10-242-6/+0
* RELEASE-NOTES: syncedDaniel Stenberg2018-10-241-9/+21
* Fix for compiling with lwIP (3)Gisle Vanem2018-10-231-1/+1
* Curl_follow: return better errors on URL problemsDaniel Stenberg2018-10-233-13/+12
* Curl_follow: remove remaining free(newurl)Daniel Stenberg2018-10-231-3/+1
* headers: end all headers with guard commentDaniel Gustafsson2018-10-234-4/+4
* CIPHERS.md: Mention the options used to set TLS 1.3 ciphersJay Satiro2018-10-231-3/+12
* docs/BUG-BOUNTY: the sponsors actually decide the amountDaniel Stenberg2018-10-201-14/+8
* multi: avoid double-freeDaniel Stenberg2018-10-192-10/+6
* multi: make the closure handle "inherit" CURLOPT_NOSIGNALDaniel Stenberg2018-10-191-0/+2
* VS projects: add USE_IPV6Marcel Raad2018-10-196-328/+328
* config_win32: enable LDAPSMarcel Raad2018-10-191-0/+1
* travis: add build for "configure --disable-verbose"Daniel Stenberg2018-10-186-13/+45
* tool_cb_hdr: handle failure of rename()Kamil Dudka2018-10-171-2/+11
* RELEASE-NOTES: syncedDaniel Stenberg2018-10-171-5/+19
* docs/SECURITY-PROCESS: the hackerone IBB program drops curlDaniel Stenberg2018-10-171-14/+0
* x509asn1: Fix SAN IP address verificationMatthew Whitehead2018-10-161-2/+2
* INSTALL: mention mesalink in TLS sectionDaniel Gustafsson2018-10-151-0/+1
* nonblock: fix unused parameter warningMarcel Raad2018-10-141-1/+2
* Curl_follow: Always free the passed new URLMichael Kaufmann2018-10-132-1/+4
* replace rawgit links [ci skip]Viktor Szakats2018-10-122-2/+2
* docs/BUG-BOUNTY.md: for vulns published since Aug 1st 2018Daniel Stenberg2018-10-121-0/+4
* travis: make distcheck scan for BOM markersDaniel Stenberg2018-10-122-1/+3
* CMake: remove BOMMarcel Raad2018-10-111-1/+1
* transfer: fix typo in commentDaniel Gustafsson2018-10-101-1/+1