summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* symbols-in-versions: add missing CURLU_ symbolsbagder/test-1119-curluDaniel Stenberg2018-11-032-12/+24
* infof: clearly indicate truncationDaniel Gustafsson2018-11-035-3/+173
* tool_getparam: fix some commentsMichael Kaufmann2018-11-031-13/+5
* url: a short host name + port is not a schemeDaniel Stenberg2018-11-032-1/+4
* URL: fix IPv6 numeral address parserDaniel Stenberg2018-11-032-2/+15
* travis: remove curl before a normal buildDaniel Stenberg2018-11-021-0/+5
* mprintf: avoid unsigned integer overflow warningTim Rühsen2018-11-021-1/+1
* Curl_follow: accept non-supported schemes for "fake" redirectsDaniel Stenberg2018-11-023-2/+61
* openvms: fix example nameDaniel Gustafsson2018-11-022-2/+2
* configure: show CFLAGS, LDFLAGS etc in summaryDaniel Stenberg2018-11-011-1/+6
* version: bump for next cycleDaniel Stenberg2018-11-012-259/+21
* axtls: removedDaniel Stenberg2018-11-0131-996/+24
* schannel: make CURLOPT_CERTINFO support using Issuer chainmarcosdiazr2018-11-012-9/+65
* travis: build with sanitize=address,undefined,signed-integer-overflowDaniel Stenberg2018-11-011-5/+17
* schannel: use Curl_ prefix for global private symbolsDaniel Stenberg2018-11-013-4/+4
* tests: drop http_pipe.py script no longer usedKamil Dudka2018-11-012-442/+1
* runtests: use the local curl for verifyingDaniel Stenberg2018-10-311-1/+1
* 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