summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-12-11Test: use numeric index for peer identificationRoman Smrž
2021-12-09Test: distinguish address and identity info for peersRoman Smrž
2021-12-09Network: ignore packets sent by ourselvesRoman Smrž
2021-11-29Server: finalize services before destroying peers and other dataRoman Smrž
2021-11-28Network: make Server non-copyableRoman Smrž
Avoids issues with shared_from_this and does not make much sense anyway.
2021-11-23Test sync serviceRoman Smrž
2021-11-23Storage: reload head before updateRoman Smrž
2021-11-16Test attach and resulting local state updateRoman Smrž
2021-11-13Pairing: properly handle lingering threads after server stopsRoman Smrž
2021-11-10Network: hold sensitive messages until channel is establishedRoman Smrž
2021-11-08Storage: implement Stored using call_onceRoman Smrž
2021-11-07Explicit filename extensions for CMakeRoman Smrž
2021-08-19Test tool: stop server before exiting mainRoman Smrž
Makes sure all related data and threads are properly cleared before all the other static stuff starts to be destroyed.
2021-07-19Test tool with sample usage of the libraryRoman Smrž
2021-06-06Contact list in shared stateRoman Smrž
2021-05-09SharedType: type trait instead of member functions and typedefRoman 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-13Pairing: provide future to signal pairing successRoman Smrž
2021-02-09Storage: drop superfluous directory creationRoman Smrž
2021-02-07Avoid clang warning about typeid dereferencing pointerRoman Smrž
2021-02-06Avoid unnecessary copying in range loopsRoman Smrž
2021-02-04Storage: encode digest algorithm alongside hash dataRoman Smrž
2021-01-31Storage: hexadecimal encoding of binary record itemsRoman Smrž
2021-01-29Network: reply to any data request with secure channelRoman 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-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-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: 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.