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
AgeCommit message (Expand)Author
2016-05-08grpc: fix compilation errorsTim Cooper
2016-05-08grpc: rename grpcCert, grpcKey to grpccert, grpckeyTim Cooper
2016-05-08grpc: add TextMessageFilter method commentTim 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: add comment about incomplete embedded protobuf messagesTim Cooper
2016-05-08grpc: fix crash when writing to a stream that hasn't completed its previous w...Tim Cooper
2016-05-08grpc: add RPCSingleStreamCall base for single-streaming wrappersTim Cooper
2016-05-08grpc: add helper method "end" to RPCSingleSingleCallTim Cooper
2016-05-08grpc: document more of the RPC protocolTim Cooper
2016-05-08grpc: add internal system overviewTim Cooper
2016-05-08grpc: reduce amount of generated wrapper codeTim Cooper
2016-05-08grpc: change RPCCall.mRefs to atomicTim Cooper
2016-05-08grpc: fix potential use after free issueTim Cooper
2016-05-08grpc: normalize RPC method namesTim Cooper
2016-05-08grpc: remove ContextAction.Context.NoneTim Cooper
2016-05-08grpc: fix ACL.allow, ACL.deny, ContextAction.context bitmasksTim Cooper
2016-05-08grpc: update RPC service commentsTim Cooper
2016-05-08grpc: switch to versioned APITim Cooper
2016-05-08grpc: fix stream referencing counting issuesTim Cooper
2016-05-08grpc: fix crash in listener cleanup methodTim Cooper
2016-05-08grpc: periodically clean up old listenersTim Cooper
2016-05-08grpc: fix possible use-after-frees with the GRPC wrappersTim Cooper
2016-05-08grpc: reduce compile warningsTim Cooper
2016-05-08grpc: move grpc protobuf into separate sub-projectTim Cooper
2016-05-08grpc: remove TODOsTim Cooper
2016-05-08grpc: move ChannelService_Update logic to RPC.cppTim Cooper
2016-05-08grpc: protocol documentationTim Cooper
2016-05-08grpc: remove event listeners on write failureTim Cooper
2016-05-08grpc: split AudioService.SetRedirectWhisperGroup into two methodsTim Cooper
2016-05-08grpc: fix several TODO itemsTim Cooper
2016-05-08grpc: fix build problems with GRPC 0.10Tim Cooper
2016-05-08grpc: support setting temporary groups from authenticatorTim Cooper
2016-05-08grpc: update some protocol field types to be more descriptiveTim Cooper
2016-05-08grpc: support texture in DatabaseServer methodsTim Cooper
2016-05-08grpc: change TreeService.Get to TreeService.Query (allows for query options t...Tim Cooper
2016-05-08grpc: TODO fixesTim Cooper
2016-05-08grpc: normalize some grpc status codes thrown by Must*Tim Cooper
2016-05-08grpc: move TextMessageService_Send logic to RPC.cppTim Cooper
2016-05-08grpc: simplify TextMessageService_SendTim Cooper
2016-05-08grpc: fix ConfigService.GetField, ConfigService.Get, LogService.Query not wor...Tim Cooper
2016-05-08grpc: fix ConfigService.SetField not working for stopped serversTim Cooper
2016-05-08grpc: simplify ChannelService_AddTim Cooper
2016-05-08grpc: simplify ChannelService_UpdateTim Cooper
2016-05-08grpc: add User.Kick.actorTim Cooper
2016-05-08grpc: add a lock around the authenticator when it does a write-readTim Cooper
2016-05-08grpc: simplify authenticator slotsTim Cooper
2016-05-08grpc: simplify authenticator slotsTim Cooper
2016-05-08grpc: update docsTim Cooper