Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Selectively11/CloudRedirect
/ functions
Functions
2,087 in github.com/Selectively11/CloudRedirect
⨍
Functions
2,087
◇
Types & classes
297
Method
RunDeleteBackupPreview
(BackupInfo backup, StackPanel detailPanel, Wpf.Ui.Controls.Button previewBtn)
ui/Pages/AppsPage.xaml.cs:840
Method
RunDeleteBackupRestore
(BackupInfo backup, Wpf.Ui.Controls.Button restoreBtn)
ui/Pages/AppsPage.xaml.cs:931
Method
RunStFixer
()
cli-dotnet/Program.cs:57
Method
SHA1
src/platform/linux/platform_linux.cpp:135
Method
STFixerCard_Click
(object sender, MouseButtonEventArgs e)
ui/Pages/ChoiceModePage.xaml.cs:84
Method
SafeHexDump
(byte[] data, int offset, int length)
ui/Services/Patching/Patcher.cs:879
Method
SanitizeForPreview
<summary> Strip control chars and bidi overrides from a filename for safe preview display. Display-only; prune uses the raw filename. </summary>
ui/Pages/AppsPage.xaml.cs:722
Method
SaveCleanupState
(string steamPath, DateTime utc, int fileCount)
ui/Pages/CleanupPage.xaml.cs:575
Method
SaveClientTypeSetting
(string clientType)
ui/Pages/SetupPage.xaml.cs:179
Method
SaveConfig
<summary> Read existing config, preserve keys not in <paramref name="skipKeys"/>, let the caller write its own keys via <paramref name="writeKeys"/>,
ui/Services/ConfigHelper.cs:20
Method
SaveConfigSilent
()
ui/Pages/CloudProviderPage.xaml.cs:337
Method
SaveDiskCacheAsync
()
ui/Services/SteamStoreClient.cs:409
Method
SaveLanguageSetting
<summary> Writes the language preference to settings.json. Throws on real I/O failure so the caller can revert the combo and surface the error; the in
ui/Pages/SettingsPage.xaml.cs:412
Function
SaveManifest
src/common/manifest_store.cpp:309
Method
SaveManifestEndpointSetting
(string? endpoint, string? userAgent)
ui/Pages/SetupPage.xaml.cs:216
Method
SaveModeSetting
(string mode)
ui/Services/ModeService.cs:79
Method
SaveSyncToggles
<summary>Persists sync toggles to config.json; throws on I/O failure for caller to revert.</summary>
ui/Pages/SettingsPage.xaml.cs:486
Method
SaveTokens
src/common/cloud_provider_base.cpp:94
Method
SaveUndoLog
<summary> Write the undo log into the timestamped backup directory. </summary>
ui/Services/CloudCleanup.cs:431
Method
SaveUploadInFlight
<summary>Persists upload_inflight_mb (clamped 24..64) into config.json.</summary>
ui/Pages/CloudProviderPage.xaml.cs:461
Method
ScanBackupRoot
<summary>Scan one backup root for account/timestamp entries.</summary>
ui/Services/BackupDiscovery.cs:83
Method
ScanButton_Click
(object sender, RoutedEventArgs e)
ui/Pages/CleanupPage.xaml.cs:102
Function
ScanCrashHandler
src/platform/linux/init.cpp:269
Method
ScanForPattern
(byte[] data, int start, int end, byte[] pattern, byte[] mask)
ui/Services/Patching/Signatures.cs:8
Method
ScanLuaFilesOffThread
<summary> Off-thread version of the lua scan. Returns a fresh list rather than mutating <see cref="_apps"/> so the dispatcher path owns the only write
ui/Pages/ManifestPinningPage.xaml.cs:117
Method
ScanOrphans_Click
<summary> Scan every local app's cloud blobs for orphans. Serialized to respect provider rate limits; Steam-closed gate is checked once upfront so in-
ui/Pages/AppsPage.xaml.cs:468
Method
SearchBox_TextChanged
(object sender, TextChangedEventArgs e)
ui/Pages/StatsPage.xaml.cs:314
Method
SearchBox_TextChanged
(object sender, TextChangedEventArgs e)
ui/Pages/ManifestPinningPage.xaml.cs:302
Method
SearchByName
src/providers/onedrive.cpp:233
Method
SearchByName
src/providers/google_drive.cpp:575
Method
SelectAll_Click
(object sender, RoutedEventArgs e)
ui/Pages/Cloud760Page.xaml.cs:108
Function
SerializeBodyTL
Serialize a protobuf body object into a thread-local buffer for the GamesPlayed observer (runs on Steam's network thread).
src/platform/linux/cloud_hooks.cpp:249
Function
ServiceMethodDirectHook
Vtable slot 4 hook: direct request/response (no CProtoBufMsg wrapper). ClientBeginFileUpload / ClientCommitFileUpload / ClientFileDownload all call sl
src/platform/win/cloud_intercept.cpp:1737
Function
ServiceMethodHook
The actual vtable hook function - replaces CClientUnifiedServiceTransport::vtable[5]
src/platform/win/cloud_intercept.cpp:1944
Method
SessionUpload
Upload session for files >4MB. Abandoned sessions auto-expire server-side.
src/providers/onedrive.cpp:350
Function
SetAccountId
src/platform/linux/cloud_intercept.cpp:281
Function
SetAccountId
src/platform/linux/http_server.cpp:658
Function
SetAchievement
src/common/stats_store.cpp:1920
Method
SetBusy
(bool busy)
ui/Pages/Cloud760Page.xaml.cs:65
Method
SetBusy
(bool busy)
ui/Pages/SetupPage.xaml.cs:291
Method
SetDefaultLocalPath
<summary> Sets the path box to the default local storage path: <steamdir>/localcloud. Synchronous fallback for non-Loaded callers (BrowseToken,
ui/Pages/CloudProviderPage.xaml.cs:136
Method
SetDllCloudRedirect
(bool enabled)
ui/Services/ModeService.cs:101
Function
SetMaxUploadMB
src/platform/linux/http_server.cpp:662
Function
SetNamespacePredicate
src/common/stats_handlers.cpp:21
Method
SetOriginalIsCloudEnabled
src/platform/linux/cloud_hooks.cpp:897
Method
SetOriginals
src/platform/linux/cloud_hooks.cpp:555
Function
SetRetryBackoffUnitMs
src/common/cloud_work_queue.cpp:694
Function
SetSchema
src/common/stats_store.cpp:1946
Function
SetStat
src/common/stats_store.cpp:1874
Function
SetSteamPath
src/platform/linux/cloud_intercept.cpp:286
Function
SetWorkerThreadCount
src/common/cloud_work_queue.cpp:699
Method
SettingsPage
()
ui/Pages/SettingsPage.xaml.cs:42
Method
SetupPage
()
ui/Pages/SetupPage.xaml.cs:28
Method
ShouldShowNews
<summary>True on first run of a new release version; writes a .news-seen marker.</summary>
ui/MainWindow.xaml.cs:90
Method
ShowAcknowledgeAsync
Collapse empty footer buttons so only the close "OK" button is visible.
ui/Services/Dialog.cs:23
Method
ShowStatus
(string text)
ui/Pages/StatsPage.xaml.cs:62
Method
ShowUndoBanner
(int fileCount)
ui/Pages/CleanupPage.xaml.cs:613
Function
Shutdown
src/platform/linux/cloud_intercept.cpp:293
Function
Shutdown
src/common/stats_handlers.cpp:362
Function
Shutdown
src/common/cloud_work_queue.cpp:704
Method
Shutdown
src/providers/local_disk_provider.h:10
Method
Shutdown
src/platform/linux/http_transport_linux.cpp:256
Method
SignIn_Click
(object sender, RoutedEventArgs e)
ui/Pages/CloudProviderPage.xaml.cs:266
Method
SimpleUpload
simple upload (<=4MB): PUT content to path-based address
src/providers/onedrive.cpp:302
Method
SkipOptionalBridge
(byte[] bytes, int pos)
ui/Services/Patching/Signatures.cs:428
Method
SnapshotPatch
(byte[] data, int offset, PatternPatch template)
ui/Services/Patching/Signatures.cs:130
Method
StExePatch_Click
(object sender, RoutedEventArgs e)
ui/Pages/SetupPage.xaml.cs:1230
Method
StExeUnpatch_Click
(object sender, RoutedEventArgs e)
ui/Pages/SetupPage.xaml.cs:1272
Method
StatsPage
()
ui/Pages/StatsPage.xaml.cs:38
Method
SteamStoreClient
()
ui/Services/SteamStoreClient.cs:79
Method
StopListener
()
ui/Services/OAuthService.cs:519
Method
SyncToggle_Changed
(object sender, RoutedEventArgs e)
ui/Pages/SettingsPage.xaml.cs:458
Function
TestAutoCloudPlatformAndExcludeFilters
src/common/local_storage.cpp:251
Function
TestIsSafeAutoCloudRelativePath
src/common/local_storage.cpp:135
Function
TestParseAutoCloudSiblings
src/common/local_storage.cpp:139
Function
TestParseMinimalAutoCloudKVFixture
src/common/local_storage.cpp:143
Function
TestReadAndHashFile
src/common/autocloud_scan.cpp:1403
Function
TestResolveAutoCloudRootOverride
src/common/local_storage.cpp:107
Function
TestRootOverridePreservesCloudIdentity
src/common/local_storage.cpp:224
Method
ThrottleApiCall
src/common/cloud_provider_base.cpp:54
Method
ToFullPath
src/providers/local_disk_provider.cpp:27
Method
TokenEndpointHost
src/providers/google_drive_provider.h:34
Method
TokenEndpointHost
src/providers/onedrive_provider.h:33
Method
TokenEndpointPath
src/providers/google_drive_provider.h:35
Method
TokenEndpointPath
src/providers/onedrive_provider.h:34
Method
TokenPathBox_LostFocus
Auto-save manual path edits when the field loses focus, rather than on every keystroke.
ui/Pages/CloudProviderPage.xaml.cs:177
Method
TokenValid
src/common/cloud_provider_base.cpp:109
Method
ToolError
(ToolResult r, string fallback)
ui/Services/Steam760Cloud.cs:96
Method
ToolPath
()
ui/Services/Steam760Cloud.cs:25
Method
ToolResult
(int exitCode, List<string> stdout, string stderr)
ui/Services/Steam760Cloud.cs:36
Function
TryAutoUpdateDll
src/platform/win/cloud_intercept.cpp:3903
Method
TryGetError
(string json)
ui/Services/Providers/CliUiCloudProvider.cs:271
Method
TryInstall
(string steamPath, long steamBuild, Action<string>? log)
ui/Services/Patching/EmbeddedBundledPayload.cs:14
Method
TryKnownPaths
()
cli-dotnet/SteamDetector.cs:91
Method
TryKnownPaths
()
ui/Services/SteamDetector.cs:170
Method
TryPersistModeAsync
Persists both settings.json (mode) and the pin config (cloud_redirect) via ModeService. Surfaces failure so a silent disk/permissions error doesn't le
ui/Pages/ChoiceModePage.xaml.cs:116
Method
TryReadAllBytes
(string path)
ui/Services/ModeService.cs:61
Method
TryRegistry
()
cli-dotnet/SteamDetector.cs:71
Method
TryRegistry
()
ui/Services/SteamDetector.cs:140
Method
TuneTimeoutsForBody
Scale send/receive timeouts with body size so multi-MB PUTs survive a slow link without making small requests wait on the 10s session default.
src/platform/win/http_transport_win.cpp:36
← previous
next →
1,701–1,800 of 2,087, ranked by callers