Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Expand)Author
2022-05-18TEST(client): Adapt settings-serialization test to new defaultsRobert Adam
2022-04-18FIX(server): Crash due to dereferencing invalid iteratorRobert Adam
2022-03-27REFAC: Consistently format constexpr VAR_NAMESRobert Adam
2022-03-27CHANGE: Use Protobuf for UDP messagesRobert Adam
2022-02-07REFAC(client): Use in-class initialization for settingsRobert Adam
2022-02-07TEST(client): Settings JSON serializationRobert Adam
2022-01-04MAINT: Update copyright to 2022Robert Adam
2021-04-16FORMAT: Run clang-format 10 on all source filesRobert Adam
2021-04-09MAINT: Update copyright notice to 2021 (Part II)Robert
2021-03-06BUILD(cmake): Always define _USE_MATH_DEFINESRobert Adam
2021-03-06REFAC: Make sure all macros are #undef'd againRobert Adam
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2021-02-05FIX(ocb2): Work around packet loss due to OCB2 XEX* mitigationJonas Herzig
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-09-11BUILD(cmake): Make online tests optionalRobert Adam
2020-09-11BUILD(cmake): Select tests based on built componentsRobert Adam
2020-09-02BUILD(qmake): RemoveRobert Adam
2020-07-11Tests: add CMakeLists.txt filesDavide Beatrici
2020-07-02REFAC(tests): replace NULL with nullptrPopkornium18
2020-06-11REFAC(deprecated): Replace qrandRobert Adam
2020-06-06src: Made CryptState an abstract class, in order to support multiple crypto t...Terry Geng
2020-06-05Safeguard from potential attacks against OCB2Jonas Herzig
2020-02-27Qt: Use QAtomicInteger::loadRelaxed() instead of QAtomicInteger::load()Robert Adam
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-10-10Remove remaining Qt 4 stuffDavide Beatrici
2019-10-10Remove QAtomicInt compatibility layerDavide Beatrici
2019-10-10Remove ServerResolver implementation for Qt 4Davide Beatrici
2019-09-12Add missing includes for "no-pch" buildDavide Beatrici
2019-09-12Don't include PCH headers directlyDavide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-02-19src: set custom build directory in relation to the global onedavidebeatrici
2018-02-11XMLTools: remove default argument 'opstyle' in recurseParse().Mikkel Krautz
2018-01-27TestSelfSignedCertificate: add tests that exercise new email SAN behavior.Mikkel Krautz
2018-01-25TestSelfSignedCertificate: Change empty name and email test to work with Self...davidebeatrici
2018-01-25TestSelfSignedCertificate: Check that both "cert" and "key" are not emptydavidebeatrici
2018-01-05TestServerResolver: reference upstream WineHQ bug in tests skipped on Wine.Mikkel Krautz
2018-01-04TestServerResolver: skip SRV tests when running on Wine.Mikkel Krautz
2018-01-04src/tests: update .pro files to append to SOURCES and HEADERS instead of over...Mikkel Krautz
2018-01-04Build PlatformCheck into all test binaries.Mikkel Krautz
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-12-31src/tests: add TestStdAbs test.Mikkel Krautz
2017-11-26ServerResolver: fix bug where ServerResolver_qt5 would always pass on the ori...Mikkel Krautz
2017-08-06FFDHE: add NamedGroups method for getting a list of supported named groups.Mikkel Krautz
2017-08-05Fix assignment spacing in pro filesJan Klass
2017-08-05Fix indentation in pro filesJan Klass
2017-07-28FFDHE: new class for accessing RFC 7919 FFDHE parameters.Mikkel Krautz
2017-07-17src/tests: add TestSSLLocks test for testing our OpenSSL locking implementation.Mikkel Krautz
2017-07-17src/tests: update tests to initialize and destroy the MumbleSSL module to ens...Mikkel Krautz
2017-07-14Merge PR #3171: SelfSignedCertificate: new class for creation of self-signed ...Jan Klass
2017-07-14SelfSignedCertificate: new class for creation of self-signed certificates.Mikkel Krautz