You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/Signal
Michael Kirk 4a1c53f624 Access contacts atomically to avoid corruption (PR #1223)
4% of our crashes are from accessing latestContactsById with an invalid
address. This was partially addressed by assigning a value on init, but
it's still happening.

By converting the ivar to an atomic property we can avoid any funny
business that would happen when accessing this var while it's being
updated in a different thread.

Also, make sure we're copying to defensively strip mutability.

Also:
* bumped release target
* removed unused code
* dealloc at the top per style.
9 years ago
..
AudioFiles Fixes #244 10 years ago
Certificates TextSecureKit Refactoring 10 years ago
Images Multiple visual enhancements and repo cleanup. 10 years ago
Images.xcassets Fix smooshed launch image on iphone 6 by using storyboard instead of static launch image 9 years ago
src Access contacts atomically to avoid corruption (PR #1223) 9 years ago
test Adapting to renaming. 9 years ago
translations Fix new localizations (#1206) 9 years ago
Signal-Info.plist Access contacts atomically to avoid corruption (PR #1223) 9 years ago
Signal-Prefix.pch TextSecureKit Refactoring 10 years ago
Signal.entitlements initial commit 11 years ago
iTunesArtwork@3x.png Updated iTunes artwork 10 years ago
main.m Removing unused imported classes. 10 years ago