summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* runtests: start socksd like other serversbagder/runtests-sockd-fixDaniel Stenberg2019-04-151-1/+1
* socksd: Fix typosDaniel Gustafsson2019-04-141-2/+2
* socksd: Properly decorate static variablesDaniel Gustafsson2019-04-141-4/+4
* md(4|5): Fixed indentation oddities with the importation of replacement codeSteve Holme2019-04-142-114/+114
* md5: Code style to return CURLE_OK rather than numeric 0Steve Holme2019-04-141-2/+2
* md5: Corrected code style for some pointer argumentsSteve Holme2019-04-141-6/+6
* travis: update some builds to xenialMarcel Raad2019-04-131-26/+26
* test: make tests and test scripts use socksd for SOCKSDaniel Stenberg2019-04-139-142/+149
* socksd: new SOCKS 4+5 server for testsDaniel Stenberg2019-04-133-1/+1174
* singleipconnect: show port in the verbose "Trying ..." messageDaniel Stenberg2019-04-131-1/+1
* CURLOPT_ADDRESS_SCOPE: fix range check and moretmilburn2019-04-134-25/+26
* urlapi: stricter CURLUPART_PORT parsingDaniel Stenberg2019-04-133-33/+80
* winbuild: Support MultiSSL buildsJan-E2019-04-132-6/+6
* travis: remove mesalink builds (temporarily?)Daniel Stenberg2019-04-121-29/+0
* openssl: mark connection for close on TLS close_notifyDaniel Stenberg2019-04-121-0/+3
* RELEASE-NOTES: syncedDaniel Stenberg2019-04-121-3/+31
* vauth/cleartext: Update the PLAIN login function signature to match RFC 4616Steve Holme2019-04-113-23/+27
* test1906: verify CURLOPT_CURLU + CURLOPT_PORT usageDaniel Stenberg2019-04-114-2/+129
* url: always clone the CUROPT_CURLU handleDaniel Stenberg2019-04-111-3/+2
* CURLOPT_DNS_USE_GLOBAL_CACHE: removeDaniel Stenberg2019-04-119-119/+35
* travis: install libgnutls28-dev only for --with-gnutls buildMarcel Raad2019-04-111-1/+1
* travis: install libnss3-dev only for --with-nss buildMarcel Raad2019-04-111-1/+1
* travis: install libssh2-dev only for --with-libssh2 buildMarcel Raad2019-04-111-1/+1
* travis: install libssh-dev only for --with-libssh buildMarcel Raad2019-04-111-1/+7
* travis: install krb5-user only for --with-gssapi buildMarcel Raad2019-04-111-1/+7
* travis: install lcov only for the coverage jobMarcel Raad2019-04-111-1/+7
* travis: install clang only when neededMarcel Raad2019-04-111-5/+91
* AppVeyor: enable testing for WinSSL buildMarcel Raad2019-04-111-3/+3
* build: fix Codacy/CppCheck warningsMarcel Raad2019-04-1116-17/+24
* polarssl_threadlock: remove conditionally unused codeMarcel Raad2019-04-112-29/+23
* lib557: initialize variablesMarcel Raad2019-04-111-7/+7
* lib509: add missing include for strdupMarcel Raad2019-04-111-0/+2
* README.md: fix no-consecutive-blank-lines Codacy warningMarcel Raad2019-04-111-1/+0
* tests/server/util: fix Windows Unicode buildMarcel Raad2019-04-111-2/+2
* curl_easy_getinfo.3: fix minor formatting mistakeDaniel Stenberg2019-04-111-2/+2
* xattr: skip unittest on unsupported platformsDaniel Gustafsson2019-04-111-1/+3
* emailL Added reference to RFC8314 for implicit TLSSteve Holme2019-04-113-0/+3
* README: Schannel, stop calling it "winssl"Steve Holme2019-04-101-6/+6
* cmake: clear CMAKE_REQUIRED_LIBRARIES after each useJakub Zakrzewski2019-04-101-0/+3
* cmake: avoid linking executable for some tests with cmake 3.6+Jakub Zakrzewski2019-04-101-35/+40
* cmake: minor cleanupJakub Zakrzewski2019-04-101-7/+1
* build-openssl.bat: Fixed support for OpenSSL v1.1.0+Steve Holme2019-04-081-117/+240
* build-openssl.bat: Perfer the use of if statements rather than goto (where po...Steve Holme2019-04-081-141/+137
* build-openssl.bat: Perform the install for each build type directly after the...Steve Holme2019-04-081-12/+28
* build-openssl.bat: Split the install of static and shared build typesSteve Holme2019-04-081-41/+65
* build-openssl.bat: Split the building of static and shared build typesSteve Holme2019-04-081-6/+17
* build-openssl.bat: Move the installation into a separate functionSteve Holme2019-04-081-84/+66
* build-openssl.bat: Move the build step into a separate functionSteve Holme2019-04-081-12/+26
* build-openssl.bat: Move the OpenSSL configuration into a separate functionSteve Holme2019-04-081-7/+47
* build-openssl.bat: Fixed the BUILD_CONFIG variable not being initialisedSteve Holme2019-04-081-0/+1