[BREAKGLASS] A private messenger for iOS. https://signal.org
Go to file
Michael Kirk d66c8bd427 Avoid deadlock while accepting new key (#17)
Using description in log output crashes when the description is a media
message, since printing media description uses a transaction within our
existing transaction.

Instead we'll use a simpler debugDescription for simple text building,
like logging.

// FREEBIE
2016-07-18 16:00:59 -07:00
Example Fix (and test) description for corrupted attachments (#16) 2016-07-07 16:05:58 -07:00
protobuf Init Commit 2015-12-22 15:51:11 +01:00
src Avoid deadlock while accepting new key (#17) 2016-07-18 16:00:59 -07:00
tests Fix (and test) description for corrupted attachments (#16) 2016-07-07 16:05:58 -07:00
.clang-format Avoid deadlock while accepting new key (#17) 2016-07-18 16:00:59 -07:00
.gitignore Init Commit 2015-12-22 15:51:11 +01:00
.travis.yml Use SocketRocket pluggable policies (#15) 2016-06-30 20:39:01 -07:00
CONTRIBUTING.md contributing.md referencing Signal-iOS coding guidelines. Inlined legal. (#8) 2016-05-18 11:32:10 -07:00
LICENSE Initial commit 2015-12-04 13:22:18 +01:00
README.md Get tests + ci running 2016-04-23 20:08:51 -07:00
SignalServiceKit.podspec Use SocketRocket pluggable policies (#15) 2016-06-30 20:39:01 -07:00

SignalServiceKit

SignalServiceKit is an Objective-C library for communicating with the Signal messaging service for iOS & OS X