summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* schannel: use Curl_ prefix for global private symbolsbagder/schannel-curl-prefixDaniel Stenberg2018-10-313-4/+4
* RELEASE-NOTES: 7.62.0curl-7_62_0Daniel Stenberg2018-10-301-9/+31
* THANKS: 7.62.0 statusDaniel Stenberg2018-10-302-1/+24
* vtls: add MesaLink to curl_sslbackend enumDaniel Gustafsson2018-10-306-6/+13
* cmake: Remove unused CURL_CONFIG_HAS_BEEN_RUN_BEFORE variableRuslan Baratov2018-10-301-5/+0
* test2080: verify the fix for CVE-2018-16842Daniel Stenberg2018-10-302-4/+2
* voutf: fix bad arethmetic when outputting warnings to stderrDaniel Stenberg2018-10-301-1/+1
* cmake: uniform ZLIB to use USE_ variable and clean curl-config.cmake.inTuomo Rinne2018-10-292-11/+8
* cmake: add find_dependency call for ZLIB to CMake config fileTuomo Rinne2018-10-291-2/+8
* cmake: add support for transitive ZLIB targetTuomo Rinne2018-10-291-2/+10
* unit1650: fix "null pointer passed as argument 1 to memcmp"Daniel Stenberg2018-10-291-1/+1
* travis: add a "make tidy" build that runs clang-tidyDaniel Stenberg2018-10-291-0/+11
* unit1300: fix stack-use-after-scope AddressSanitizer warningDaniel Stenberg2018-10-291-3/+4
* Curl_auth_create_plain_message: fix too-large-input-checkDaniel Stenberg2018-10-291-1/+1
* Curl_close: clear data->multi_easy on free to avoid use-after-freeDaniel Stenberg2018-10-291-1/+3
* 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