Signal-iOS/SignalServiceKit/Network
Jordan Rose abe5f8709e OWSChatConnection: Don't race connection setup with sending requests
The connection isn't ready to use until start(listener:) is called,
but that was happening *after* the connecting Task completed. Now the
Task waits to sync with the serial queue before letting any sends
through.
2025-04-09 13:30:27 -07:00
..
API Add SubscriptionFetcher, decoupled from donations 2025-04-07 12:52:44 -07:00
Receiving Rename postNotificationNameAsync to postOnMainThread 2025-03-21 15:28:35 -07:00
SgxWebsocketConnection Rename OWSHttpHeaders → HttpHeaders 2025-03-21 13:52:25 -05:00
SignalProxy Rename postNotificationNameAsync to postOnMainThread 2025-03-21 15:28:35 -07:00
Spam Rename postNotificationNameAsync to postOnMainThread 2025-03-21 15:28:35 -07:00
BaseOWSURLSessionMock.swift Rename OWSHttpHeaders → HttpHeaders 2025-03-21 13:52:25 -05:00
ChatConnectionManager.swift Consolidate TSRequest auth into a single type 2025-03-13 13:35:35 -05:00
ContentProxy.swift Rename OWSHttpHeaders → HttpHeaders 2025-03-21 13:52:25 -05:00
HttpHeaders.swift Use HttpHeaders in more places 2025-03-21 13:53:38 -05:00
NetworkInterfaceSet.swift Remove src/ prefix from SignalServiceKit files 2024-03-27 12:22:52 -05:00
OutageDetection.swift Rename postNotificationNameAsync to postOnMainThread 2025-03-21 15:28:35 -07:00
OWSCensorshipConfiguration.swift improve regional networking options 2025-04-04 13:01:07 -05:00
OWSChatConnection.swift OWSChatConnection: Don't race connection setup with sending requests 2025-04-09 13:30:27 -07:00
OWSCountryMetadata.swift Update invalid configuration 2025-03-11 15:56:20 -04:00
OWSMultipart.swift networking code cleanup and improvements 2024-08-14 15:30:39 -05:00
OWSSignalService.swift improve regional networking options 2025-04-04 13:01:07 -05:00
OWSSignalServiceMock.swift Allow for restarting the provisioning flow (link'n'sync retry button) 2025-01-08 18:42:45 -08:00
OWSSignalServiceProtocol.swift Allow for restarting the provisioning flow (link'n'sync retry button) 2025-01-08 18:42:45 -08:00
OWSURLBuilderUtil.swift Remove src/ prefix from SignalServiceKit files 2024-03-27 12:22:52 -05:00
OWSUrlSession.swift Don’t throw assertions when the app is expired 2025-04-07 22:59:55 -05:00
OWSURLSessionEndpoint.swift Use HttpHeaders in more places 2025-03-21 13:53:38 -05:00
OWSURLSessionProtocol.swift Use HttpHeaders in more places 2025-03-21 13:53:38 -05:00
ProxiedContentDownloader.swift simplify promise code to swift concurrency 2025-03-05 11:35:10 -06:00
ReachabilityManager.swift remove unused objc compat 2025-02-07 05:30:56 -06:00
SSKWebSocket.swift Use HttpHeaders in more places 2025-03-21 13:53:38 -05:00
WebSocketPromise.swift Remove simple availability checks for iOS 15 2024-07-10 09:40:13 -04:00