summaryrefslogtreecommitdiff
path: root/src/Erebos/Storage.hs
AgeCommit message (Collapse)Author
37 hoursCreate new Object, Storable and Storage modulesdevelRoman Smrž
Changelog: API: Split Erebos.Storage into multiple modules
9 daysRename Erebos.Storage module to Erebos.Object.InternalRoman Smrž
2024-10-23Handle concurrent calls to openStorageRoman Smrž
2024-10-09Handle unknown record item typesRoman Smrž
Changelog: Handle unknown record item types
2024-10-07Handle unknown object typeRoman Smrž
Changelog: Handle unknown object type
2024-10-05Keep unknown items in local stateRoman Smrž
Changelog: Keep unknown items in local state
2024-06-30Replace inotify with multiplatform fsnotify packageRoman Smrž
2024-06-30Single INotify instance per Storage objectRoman Smrž
2024-06-30Storage watching tests with multiple heads and readersRoman Smrž
2024-06-30Check erebos-storage version from directory listingRoman Smrž
2024-05-28Storage: store and check on-disk versionRoman Smrž
2024-02-19Storage: replace Either in monad stack with ExceptRoman Smrž
2024-02-19Drop unnecessary mime dependencyRoman Smrž
2024-01-03Storage: export store and load helpersRoman Smrž
2023-11-18Drop JSON type support for record itemsRoman Smrž
2023-11-18Split to library and executable partsRoman Smrž