summaryrefslogtreecommitdiff
path: root/src/network.cpp
AgeCommit message (Collapse)Author
2021-02-19WatchedHead object allowing to stop watching HeadRoman Smrž
2021-02-07Avoid clang warning about typeid dereferencing pointerRoman Smrž
2021-01-29Network: reply to any data request with secure channelRoman Smrž
2021-01-29Attach serviceRoman Smrž
2021-01-20Changing local state via service contextRoman Smrž
2021-01-19Shutdown server socket to terminate listenerRoman Smrž
2021-01-19Server watching local state headRoman Smrž
2021-01-06Access services via Server objectRoman 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-14Storage: filter ancestors and overwritable Ref and StoredRoman Smrž
Simple but slow implementation of the filtering for now.
2020-03-10Network: service interface and handlingRoman Smrž
2020-03-10Network: avoid duplicit items in generated packetRoman Smrž
2020-02-16Peer list in public APIRoman Smrž
2020-02-05Fix compilation with clangRoman Smrž
2020-02-05Encrypted channelsRoman Smrž
2020-01-11Request missing data from networkRoman Smrž
2020-01-05Temporary and partial storage for network peersRoman Smrž
2020-01-04Respond to data requests from networkRoman Smrž
2019-12-27Network server sending announcementsRoman Smrž