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
2022-01-04MAINT: Update copyright to 2022Robert Adam
2021-04-16FORMAT: Run clang-format 10 on all source filesRobert Adam
2021-04-06FIX(server): Fix undefined behvior on Linux hostsRobert Adam
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-08-31FIX(cmake): Set QT_RESTRICTED_CAST_FROM_ASCIIRobert Adam
2020-07-02REFAC(server): replace NULL with nullptrPopkornium18
2020-01-07Auto-update LICENSE.header in source filesDavide 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-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-05-20Make use of EnvUtils::setenvJan Klass
2017-03-02Meta, UnixMurmur: implement live certificate reloading via the USR1 signal.Mikkel Krautz
2017-02-26UnixMurmur: Add USR1 signal handler for reloading SSL settings.Mikkel Krautz
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-05-10src/murmur: update to use LICENSE.header.Mikkel Krautz
2014-07-27UnixMurmur: ensure logToSyslog is initialized to false.Mikkel Krautz
2014-07-18Support logging to syslog in Murmurmain()
2012-01-15Try to read system-wide ini files first if running as rootBenjamin Jemlich
2011-11-09Fix include guards and PCH includesBenjamin Jemlich
2011-10-09handle some cppcheck-found issues:Kissaki
2011-05-15remove CAP_NET_ADMINLudwig Nussel
2011-03-18Update copyright year ranges of dev team.Thorvald Natvig
2011-03-17Make log rotation more robustThorvald Natvig
2011-03-17open log file early so log dir can be root ownedLudwig Nussel
2011-03-17fix user switchingLudwig Nussel
2010-01-16Request CAP_SYS_RESOURCE and dynamically increase nofile on demandThorvald Natvig
2010-01-05Update license to 2010Thorvald Natvig
2009-10-20If sighup when not detached, interpret as quitThorvald Natvig
2009-04-30Remove a lot of compiler warningsThorvald Natvig
2009-03-06IndentThorvald Natvig
2009-03-04Fix Murmur build in OSX/Darwin.Mikkel Krautz
2009-03-03Use realtime threads on Linux, as posix threads aren't prioritized under SCHE...Thorvald Natvig
2009-03-02IndentThorvald Natvig
2009-02-28Even with dropped capabilities, running murmurd as root is not a good idea, s...Thorvald Natvig
2009-02-28Avoid messing with ulimits in murmurd, and first part of updated init script ...Thorvald Natvig
2009-02-27Don't keep CAP_DAC_OVERRIDE after switching usersThorvald Natvig
2009-02-27Unbreak QoS on UnixThorvald Natvig
2009-02-26Clean up logic for capabilities, add resources automatically if root, and upd...Thorvald Natvig
2009-02-26Add a umask, add the CAP_SETGID capability, and print a warning if running mu...Thorvald Natvig
2009-02-26Use Linux capabilities to allow us to really use high priority threadsThorvald Natvig
2009-02-23murmur_pch.h cleanup [lewellyn]Thorvald Natvig
2009-02-17Indenting runThorvald Natvig
2009-02-16Add a thread count testThorvald Natvig
2009-01-09Use qCritical where it makes sense.Thorvald Natvig
2009-01-05Update copyright for 2009Thorvald Natvig
2008-03-20Indenting runThorvald Natvig
2008-01-05Update copyright for 2008Thorvald Natvig
2007-12-16Handle SIGTERM and SIGHUP in MurmurThorvald Natvig