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
2020-04-20src/murmur/MurmurGRPCImpl.cpp: Use QAtomicInteger::loadRelaxed() instead of Q...Robert Adam
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-12-09Merge pull request #3906 from McKayJT/grpc-client-authenticationStefan Hacker
2019-11-30Client authentication for gRPCJohn Mckay
2019-11-29Style fixesJohn Mckay
2019-11-28shudown and drain GRPC completion queue on exitJohn Mckay
2019-10-10MurmurGRPCImpl.cpp: remove QAtomicInt compatibility layerDavide Beatrici
2019-10-07Replace deprecated qSort() with std::sort()Davide Beatrici
2019-09-25Remove unneeded null pointer checkshbarker
2019-09-12Add missing includes for "no-pch" buildDavide Beatrici
2019-09-12Don't include PCH headers directlyDavide Beatrici
2019-05-31fixed setting comment to username instead of updating username over grpc when...Constantin Wenger
2019-05-03Set temporary, position, and description in GRPC ChannelAddThomas Ross
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-02-09ignore connecting users in qhUsers hash in gRPC implementationTim Cooper
2018-01-09GRPC: fix deadlock in removeChannelJonas Herzig
2018-01-08GRPC: remove unsafe calls to IsCancelledJonas Herzig
2018-01-08GRPC: fix flipped logic in removeTextMessageFilterJonas Herzig
2018-01-08GRPC: use AsyncNotifyWhenDone instead of cleanup timerJonas Herzig
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-08-24MurmurGRPCImpl.cpp: fix typoAlexis Jeandeau
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-10-26Murmur: replace all QAtomicInt loads with new QAtomicIntLoad compatibility fu...Mikkel Krautz
2016-07-15Murmur: use aiUdpFlag.load() in comparisons to fix Qt <5.2 build.Mikkel Krautz
2016-06-24Server: convert bUdp to use QAtomicInt for proper synchronization.Mikkel Krautz
2016-06-24Ensure all ACL write operations hold qrwlVoiceThread.Mikkel Krautz
2016-06-24Fix User->qmWhisperRedirect qrwlVoiceThread locking.Mikkel Krautz
2016-06-24Implement correct write locking for addChannel/removeChannel/link/unlink.Mikkel Krautz
2016-05-10src/murmur: update to use LICENSE.header.Mikkel Krautz
2016-05-08grpc: add log message in GRPCStart, so users know that GRPC is enabled.Mikkel Krautz
2016-05-08grpc: use single-line comments for docs in MurmurGRPCImpl.cpp.Mikkel Krautz
2016-05-08grpc: rename GRPC-specific Server::setChannelState method, and add docs.Mikkel Krautz
2016-05-08grpc: make mServer and qtCleanup members in MurmurRPCImpl conform to coding s...Mikkel Krautz
2016-05-08grpc: rename remaining MurmurRPCImpl member variables to be coding style conf...Mikkel Krautz
2016-05-08grpc: rename aV1Service to m_V1Service.Mikkel Krautz
2016-05-08grpc: rename mCQ to m_completionQueue as per our coding style.Mikkel Krautz
2016-05-08grpc: use single-line comments for MurmurGRPCImpl.cpp system overview.Mikkel Krautz
2016-05-08grpc: rename RPCStart and RPCStop to GRPCStart and GRPCStop.Mikkel Krautz
2016-05-08grpc: rename GRPC-specific Server::sendTextMessage to Server::sendTextMessage...Mikkel Krautz
2016-05-08grpc: update license headers to use the new-style header.Mikkel Krautz
2016-05-08grpc: use RegisterService instead of RegisterAsyncService.Mikkel Krautz
2016-05-08grpc: fix compilation errorsTim Cooper
2016-05-08grpc: implement TextMessageFilterTim Cooper
2016-05-08grpc: allow connections to be secured using TLSTim Cooper
2016-05-08grpc: only allow users to trigger explicitly added context actionsTim Cooper
2016-05-08grpc: fix crash when writing to a stream that hasn't completed its previous w...Tim Cooper
2016-05-08grpc: add helper method "end" to RPCSingleSingleCallTim Cooper
2016-05-08grpc: add internal system overviewTim Cooper
2016-05-08grpc: reduce amount of generated wrapper codeTim Cooper
2016-05-08grpc: fix potential use after free issueTim Cooper