Signal-iOS/SignalServiceKit/src
Max Radermacher 7bef47f356
Use serial queue for SDSTransactable.asyncWrite
The database writes are ultimately serial, so there’s little benefit to
scheduling each of these on its own queue. If another slow-ish write is
already happening, there’s a chance that we may see thread explosion,
with many threads waiting to write to the database.
2022-06-30 08:38:54 -07:00
..
Account PNP: Clear phone number sharing flag after getting a delivery receipt 2022-05-20 10:48:22 -07:00
Contacts Don't include yourself in private story recipients 2022-06-24 00:35:31 -04:00
Devices Initial story sending support 2022-06-10 22:28:03 -04:00
groups Remove args always passed as nil that were later unused anyway 2022-06-29 09:19:02 -07:00
Messages Clean up incoming reaction processing 2022-06-27 11:10:26 -07:00
Network Basic support for sending gift badges 2022-06-22 15:50:51 +00:00
Payments Fix SwiftLint shorthand_operator violations 2022-06-07 14:51:57 +00:00
Protocols Initial story sending support 2022-06-10 22:28:03 -04:00
Protos Send and receive sync transcripts for story messages 2022-06-24 00:35:31 -04:00
Remote Attestation Update to LibSignalClient v0.15.0 2022-03-24 11:55:45 -07:00
Security Fix SwiftLint shorthand_operator violations 2022-06-07 14:51:57 +00:00
Storage Use serial queue for SDSTransactable.asyncWrite 2022-06-30 08:38:54 -07:00
TestUtils Record early receipts for server-generated DRs 2022-06-20 13:25:24 -07:00
Util Computed accessors shold always be in the same order 2022-06-24 09:35:07 -07:00
SignalServiceKit.h Send and receive sync transcripts for story messages 2022-06-24 00:35:31 -04:00
SSKEnvironment.h Support two SignalProtocolStores in SSKEnvironment 2022-03-16 14:31:06 -07:00
SSKEnvironment.m Initial story sending support 2022-06-10 22:28:03 -04:00
TSConstants.swift Clean up donate URL code 2022-04-21 12:23:37 -05:00
TSPrefix.h Change phone number. 2021-11-19 14:28:18 -03:00