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

github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-10Fix memory leak in MKConnection allocating MKCryptStateSean Eby
2017-09-03MKConnection: use kCFStreamSocketSecurityLevelNegotiatedSSL for kCFStreamSSLL...Mikkel Krautz
2014-04-06MKConnection: silence deprecation warning for kSecTrustResultConfirm.Mikkel Krautz
2014-04-06MumbleKit: build on arm64.Mikkel Krautz
2013-02-10MKConnection: remove left over NSLog output.Mikkel Krautz
2013-02-10MKConnection: serialize sendVoiceData onto the MKConnection thread.Mikkel Krautz
2013-02-10MKConnectionController: remove; replace with 'main connection for audio' conc...Mikkel Krautz
2012-10-26MKConnection: emit (simple, for now) error for EOF.Mikkel Krautz
2012-06-13MKAudioInput, MKConnection: Opus codec-switching.Mikkel Krautz
2012-04-01MKConnection: do not crash when decryption fails.Mikkel Krautz
2012-03-21MKConnection: replace clientIdentity property with certificateChain array.Mikkel Krautz
2012-03-20MKAudioOutput, MKConnection, MulticastDelegate: fix leaks.Jimmy Selgen Nielsen
2012-03-13MKServerModel: resilience against late talkState notifications.Mikkel Krautz
2012-03-13MKConnection: correctly catch bad parameters.Mikkel Krautz
2012-03-12Get rid of hard-coded SecureTransport constants (from beforre SecureTransport...Mikkel Krautz
2012-03-11Clean up MumbleKit copyright headers.Mikkel Krautz
2012-03-11Opus implementation.Mikkel Krautz
2012-02-01Expose trusted-status of the server's certificate chain through MKConnection ...Mikkel Krautz
2012-02-01Allow release string override.Mikkel Krautz
2011-12-01MKConnection: handle reject-disconnection properly.Mikkel Krautz
2011-12-01Improved MKConnection error delegation.Mikkel Krautz
2011-11-21Access token support.Mikkel Krautz
2011-11-18Convert tabs to 4 spaces, to be in sync with Xcode 4 defaults.Mikkel Krautz
2011-11-18Really fix CELT codec switching.Mikkel Krautz
2011-11-17Update protobuf submodule.Mikkel Krautz
2011-11-15Improve Mac OS X stability and use the input audio device's specified sample ...Mikkel Krautz
2011-11-15Catch more SSL/TLS erorrs.Mikkel Krautz
2011-11-06Proper disconnection events in MKConnection and MKServerModel.Mikkel Krautz
2011-08-07Clang analyzer run.Mikkel Krautz
2011-07-31Make more headers private.Mikkel Krautz
2011-07-30Don't expose ivars in class @interfaces in public headers.Mikkel Krautz
2010-10-09Fix behavior in force-TCP mode.Mikkel Krautz
2010-10-08We can only decrypt packets that are >4 bytes.Mikkel Krautz
2010-10-08MKConnection: Buffer writes to messages until we've crafted a full message.Mikkel Krautz
2010-10-07Attempt at fixing the 'whispering ghost' problem.Mikkel Krautz
2010-10-05Broadcast MKUser talkState changes in MKServerModelDelegate instead of via NS...Mikkel Krautz
2010-09-29MKConnection: hostname and port accessors.Mikkel Krautz
2010-09-29MKConnection: Rename closeStreams to disconnect.Mikkel Krautz
2010-09-22Only teardown UDP connection if _udpSock != nil.Mikkel Krautz
2010-09-21Client certificate support for MKConnection.Mikkel Krautz
2010-09-16Make peerCertificates method return an NSArray of peerCertificates.Mikkel Krautz
2010-08-26Release pingTimer PacketDataStream in MKConnection.Mikkel Krautz
2010-08-26Free sendMessageHelper: wrapper dict also when doing performSelector:. It doe...Mikkel Krautz
2010-08-26Add forceTcp: method to MKConnection to allow TCP-only mode.Mikkel Krautz
2010-08-26Add new public method sendVoiceData: to MKConnnection that sends voice data u...Mikkel Krautz
2010-08-26Use negative timeout in call to CFSocketSendData to avoid blocking.Mikkel Krautz
2010-08-26It's peerCertificates now.Mikkel Krautz
2010-08-26Full UDP receive support. (Audio still transmits using TCP)...Mikkel Krautz
2010-08-25Initial UDP connection support for MKConnection.Mikkel Krautz
2010-07-17Fix reconnect support in new threaded MKConnection.Mikkel Krautz