summaryrefslogtreecommitdiff
path: root/src/storage.cpp
AgeCommit message (Collapse)Author
2021-04-24Behavior lens for shared refs from local stateRoman Smrž
2021-02-19Storage: keep weak pointer to Storage in head watcherRoman Smrž
2021-02-19WatchedHead object allowing to stop watching HeadRoman Smrž
2021-02-09Storage: drop superfluous directory creationRoman Smrž
2021-02-04Storage: encode digest algorithm alongside hash dataRoman Smrž
2021-01-31Storage: hexadecimal encoding of binary record itemsRoman Smrž
2021-01-29Attach serviceRoman Smrž
2021-01-19Storage: handle parsing errors without throwing exceptionsRoman Smrž
2021-01-19Server watching local state headRoman Smrž
2021-01-15Storage: do not try to replace Head without changeRoman Smrž
2020-07-20Storage: typed headsRoman Smrž
2020-04-17Storage: newline support in recordsRoman Smrž
2020-04-16Remove optional from load resultRoman Smrž
Makes loading of data well-defined for arbitrary object contents. Introduce zero reference and object to represent missing or mismatched parts.
2020-03-23Move UUID and time definitions to separate modulesRoman Smrž
2020-03-14Storage: filter ancestors and overwritable Ref and StoredRoman Smrž
Simple but slow implementation of the filtering for now.
2020-03-10Date and time record item typeRoman Smrž
2020-03-01UUID record item typeRoman Smrž
2020-02-05Fix compilation with clangRoman Smrž
2020-02-05Storage: handle record items with unknown typeRoman Smrž
2020-01-11Request missing data from networkRoman Smrž
2020-01-06Deep copy of object to different storageRoman Smrž
2020-01-04Partial and memory-backed storageRoman Smrž
2020-01-04Respond to data requests from networkRoman Smrž
2019-12-21Enable and fix warningsRoman Smrž
2019-12-21Identity storage and modificationRoman Smrž
2019-12-18Identity loading and validationRoman Smrž
2019-12-10Basic object encoding and storageRoman Smrž