summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-29Attach serviceRoman Smrž
2021-01-22Service: drop const from handle methodRoman Smrž
2021-01-20Changing local state via service contextRoman Smrž
2021-01-19Storage: handle parsing errors without throwing exceptionsRoman Smrž
2021-01-19Shutdown server socket to terminate listenerRoman Smrž
2021-01-19Server watching local state headRoman Smrž
2021-01-15Storage: do not try to replace Head without changeRoman Smrž
2021-01-06Access services via Server objectRoman Smrž
2020-07-30Fix result of Head updateRoman Smrž
Also make Ref conversion explicit and comparison operators explicitly deleted to avoid similar issues.
2020-07-29Add owner signature for owned identityRoman Smrž
This signature is required and verified, but was not properly added by the builder on commit.
2020-07-22Local and shared stateRoman Smrž
2020-07-20Storage: typed headsRoman Smrž
2020-06-06UUID: specialization of std::hashRoman Smrž
2020-06-06UUID: random generation and format checking functionsRoman Smrž
2020-04-17Storage: newline support in recordsRoman Smrž
2020-04-16Storage: lazy loading of Stored valueRoman 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-26Message: make sure to use owner identityRoman Smrž
2020-03-23Implement UUID handling to avoid libuuid dependencyRoman Smrž
2020-03-23Move UUID and time definitions to separate modulesRoman Smrž
2020-03-23Direct message serviceRoman 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-10Network: service interface and handlingRoman Smrž
2020-03-10Network: avoid duplicit items in generated packetRoman Smrž
2020-03-01UUID record item typeRoman Smrž
2020-02-16Peer list in public APIRoman Smrž
2020-02-05Fix compilation with clangRoman Smrž
2020-02-05Storage: handle record items with unknown typeRoman Smrž
2020-02-05Encrypted channelsRoman Smrž
2020-01-11Request missing data from networkRoman Smrž
2020-01-06Deep copy of object to different storageRoman Smrž
2020-01-05Temporary and partial storage for network peersRoman Smrž
2020-01-04Partial and memory-backed storageRoman Smrž
2020-01-04Respond to data requests from networkRoman Smrž
2019-12-27Network server sending announcementsRoman 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ž
2019-10-13Initial commitRoman Smrž