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
AgeCommit message (Expand)Author
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2020-09-22REFAC(client, server): replace "Bonjour" with "Zeroconf", except for 3rdpartyDavide Beatrici
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-10-10Remove Qt 4 includesDavide Beatrici
2019-10-10Remove Qt::escape() -> QString::toHtmlEscaped() compatibility layerDavide Beatrici
2019-09-12Add missing includes for "no-pch" buildDavide Beatrici
2019-09-12Move stuff defined in PCH headers into a dedicated headerDavide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-12-31mumble_pch.hpp: explicitly include <cmath>.Mikkel Krautz
2017-03-17src: Fix QoS build with MinGWDavide Beatrici
2017-03-17mumble_pch.hpp: Include <ws2tcpip.h> to fix MinGW buildDavide Beatrici
2017-03-17mumble_pch.hpp: Set up Windows macros _WIN32_WINNT and NTDDI_VERSION toDavide Beatrici
2017-03-07mumble_pch.hpp: Remove "interface" workaround for Qt 5Davide Beatrici
2017-03-07mumble_pch.hpp: Include "mmreg.h" headerDavide Beatrici
2017-03-07mumble_pch.hpp: Define "WIN32_LEAN_AND_MEAN", as in "murmur_pch.h"Davide Beatrici
2017-03-07mumble_pch.hpp: Delete _WINSOCKAPI_ definitionDavide Beatrici
2017-03-06mumble_pch.hpp: Include "qos2.h" before "windows.h", as in MurmurDavide Beatrici
2017-03-06mumble_pch.hpp: Include "winsock2.h" before "windows.h"Davide Beatrici
2017-01-25mumble_pch.hpp: Change header name capitalization for MinGW on LinuxDavide Beatrici
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-05-10src/mumble: update to use LICENSE.header.Mikkel Krautz
2016-05-10Fix mumble_pch.hpp for OpenBSD.Mikkel Krautz
2015-11-22mumble_pch.hpp: add missing networking headers to fix FreeBSD build.Mikkel Krautz
2015-11-17Remove __int64_t define/undef dance from mumble_pch.hpp.Mikkel Krautz
2015-05-22SSL: implement OpenSSL cipher list format reader.Mikkel Krautz
2015-05-15Remove ICC support and some VC10 workaroundsStefan Hacker
2014-12-25Define Qt 4 no-ops for Q_DECL_OVERRIDE and Q_DECL_FINAL on the command line.Mikkel Krautz
2014-11-04Overlay, OverlayClient: add PID and process name diagnostics to 'Dead client ...Mikkel Krautz
2014-10-03Remove special case for allowing override on Qt 4 for windows.Stefan Hacker
2014-09-20Introduce use of Q_DECL_OVERRIDE and Q_DECL_FINAL into the codebase.Stefan Hacker
2014-08-22Replace all uses of QT_VERSION_CHECK with explicit version.Stefan Hacker
2014-07-25mumble, murmur: add a 'Qt::escape' for Qt 5 to avoid ifdef hell.Mikkel Krautz
2014-02-13Modify VoiceRecorder to be able to properly abort a recording.Stefan Hacker
2013-10-23Fix various compiler warnings with VS2010Stefan Hacker
2013-06-29mumble: migrate hardcoded 0x050000 Qt version to the QT_VERSION_CHECK macro.Mikkel Krautz
2013-06-29mumble, murmur: Qt 5 support for Windows.Mikkel Krautz
2013-06-29mumble, murmur: Qt 5 support for Linux.Mikkel Krautz
2013-06-04add path (sub-src) to header guard defineKissaki
2013-06-04Prepend Projectname to header guard definesKissaki
2013-06-04Rename header guard defines to not use c++-reserved namesKissaki
2012-08-10Mumble: allow client to use SBCELT for CELT decoding via CONFIG(sbcelt).Mikkel Krautz
2012-06-06Audio: Remove unused CELT loading codeBenjamin Jemlich
2012-02-05Revert back to mumble-g15-helper-based G15 support on Windows.Mikkel Krautz
2011-05-14Include more boost::shared_ptr headers to fix the buildBenjamin Jemlich
2011-05-14Add NOMINMAX defineBenjamin Jemlich
2011-03-26Remove OpenGL dependency in the audio statistics dialogBenjamin Jemlich
2011-03-07Instead of warning when casting from ASCII to QString in the client disable i...Stefan Hacker
2011-02-20Fix pchThorvald Natvig