cog/Utils
Christopher Snowhill 4bed0af868 Core Data Store: Handle concurrency properly
All concurrency from other threads should pass through the viewContext's
performBlock or performBlockAndWait functions, and no other way. So now,
all access to Core Data is either happening on the main thread, or by
using these code blocks, all of which will wait for their access to
proceed.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-10-30 16:54:52 -07:00
..
Logging.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
NSArray+ShuffleUtils.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
NSArray+ShuffleUtils.m Use NSNumber Literals as much as possible 2022-06-17 06:39:02 -07:00
NSData+MD5.h XML playlists now store album art in an MD5 hash indexed dictionary, but continue to read the older format for backwards compatibility 2013-10-09 16:14:23 -07:00
NSData+MD5.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
NSDictionary+Merge.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
NSDictionary+Merge.m Dictionary merge: Correctly drop empty data tags 2022-02-17 03:00:35 -08:00
NSFileHandle+CreateFile.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
NSFileHandle+CreateFile.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
NSString+CogSort.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
NSString+CogSort.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
NSString+FinderCompare.h Add missing newlines. 2020-02-01 14:00:41 +01:00
NSString+FinderCompare.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
NSView+Visibility.h [Visualizer] Bring back CoreGraphics visualizer 2022-06-08 21:32:52 -07:00
NSView+Visibility.m [Visualizer] Add extra condition to visible check 2022-06-09 00:43:23 -07:00
RedundantPlaylistDataStore.h Add a metadata loader cache 2022-02-26 23:24:32 -08:00
RedundantPlaylistDataStore.m Experimental tag support redesign 2022-07-08 16:34:50 -07:00
SHA256Digest.h Deduplicate artwork using hashes 2022-02-22 23:10:02 -08:00
SHA256Digest.m Deduplicate artwork using hashes 2022-02-22 23:10:02 -08:00
SQLiteStore.h [Legacy SQLite Store] Handle errors with database 2022-06-18 18:41:14 -07:00
SQLiteStore.m Core Data Store: Handle concurrency properly 2022-10-30 16:54:52 -07:00
SandboxBroker.h [Sandbox Paths] Automatically clean up old paths 2022-07-24 23:14:52 -07:00
SandboxBroker.m Core Data Store: Handle concurrency properly 2022-10-30 16:54:52 -07:00
SideViewController.h Restore the File Tree, now with a chooser button 2022-06-30 16:57:51 -07:00
SideViewController.m Restore the File Tree, now with a chooser button 2022-06-30 16:57:51 -07:00
ToolTipTextField.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
ToolTipTextField.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
TrackingCell.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
TrackingCell.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
TrackingSlider.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
TrackingSlider.m Replace more NSDictionary use with literals 2022-02-08 19:56:04 -08:00