summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2021-05-08FRP: use BhvComp memoized value only if not dirtyRoman Smrž
2021-05-08FRP: functions to retrieve and compare BhvTimeRoman Smrž
2021-05-08SharedState type and lensRoman Smrž
2021-04-24Behavior lens for shared refs from local stateRoman Smrž
2021-04-18Initial support for FRP behaviorsRoman Smrž
2021-02-23Sync serviceRoman 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-16Storage: remove unimplemented methods from HeadRoman Smrž
2021-02-13Pairing: provide future to signal pairing successRoman Smrž
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-19Server watching local state headRoman 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-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-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-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-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-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-27Network server sending announcementsRoman Smrž
2019-12-21Identity storage and modificationRoman Smrž
2019-12-18Identity loading and validationRoman Smrž
2019-12-10Basic object encoding and storageRoman Smrž