Commit Graph

22 Commits (206432fdf0cbb3dbec8b339ab906524f8a10a560)

Author SHA1 Message Date
Michael Kirk c05700fd98 Log in OWSFail
step 1: rename OWSFail->OWSFailNoProdLog
step 2: rename OWSProdLogAndFail->OWSFail
step 3: Convert OWSFailNoProdLog->OWSFail where we want logging
step 4: Rename OWSCFail->OWSCFailNoProdLog
step 5: Rename OWSProdLogAndCFail -> OWSCFail
step 6: Convert OWSCFailNoProdLog -> OWSCFail where we want logging
7 years ago
Matthew Chen 7cc46a06fa Rebuild finder index. 8 years ago
Michael Kirk a01164e8b1 Add canary assert
// FREEBIE
8 years ago
Michael Kirk ecf767ea53 canary assert 8 years ago
Michael Kirk 1dd8c41770 Only touch messages which have been read.
// FREEBIE
8 years ago
Michael Kirk 24f3362df1 ensure expirations started
// FREEBIE
8 years ago
Michael Kirk ed3db50978 clarify naming
// FREEBIE
8 years ago
Matthew Chen 212891c50d Detect and handle corrupt database views. 8 years ago
Matthew Chen f70a45ef1b Clean up ahead of PR. 8 years ago
Matthew Chen 50a59c907d Detect and handle corrupt database views. 8 years ago
Matthew Chen d3b484482c Detect and handle corrupt database views. 8 years ago
Matthew Chen d6f4db1523 Rename TSStorageManager to OWSPrimaryStorage. 8 years ago
Matthew Chen 5cf89a0f3d Register all database views asynchronously. 8 years ago
Matthew Chen 15b8e58324 Retain changes from session database branch. 8 years ago
Matthew Chen 6b0e3508a5 Respond to CR. 8 years ago
Matthew Chen 245304116f Respond to CR. 8 years ago
Matthew Chen d52eba739d Clean up TSStorageManager usage. 8 years ago
Matthew Chen 137fe6fb8b Pull out OWSStorage base class for TSStorageManager. 8 years ago
Matthew Chen 6e840ff956 Fix build warnings from XCode 9. 8 years ago
Matthew Chen 8704722f90 Don't start expiration of incoming messages until attachments are downloaded.
// FREEBIE
8 years ago
Matthew Chen 7268bde506 Add stress group to debug UI.
// FREEBIE
8 years ago
Michael Kirk ccb4a88742 Import SSK (and history) into Signal-iOS
git remote add ssk ../SignalServiceKit
git remote update
git merge -s ours --allow-unrelated-histories --no-commit ssk/master
git read-tree --prefix=SignalServiceKit -u ssk/master
git commit
8 years ago