summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-17(test) Send identity update on channel finalizationRoman Smrž
2023-05-17Send identity update on channel finalizationRoman Smrž
2023-05-17(test) Server function to manually add peerRoman Smrž
2023-05-17Server function to manually add peerRoman Smrž
2023-05-07(test) Test: use parentheses for guard expressionsRoman Smrž
2023-05-07Test: use parentheses for guard expressionsRoman Smrž
2023-05-07Network: use IPv6 socket internallyRoman Smrž
2023-05-06Message: get self identity from serverRoman Smrž
2023-05-06Server and services configuration using separate objectsRoman Smrž
2023-05-06Server: do not return reference to self identityRoman Smrž
2023-04-29Add license file with GNU LGPLv3Roman Smrž
2023-04-25MiniCI configuration fileRoman Smrž
2023-04-08Pairing: use empty record item for reject messageRoman Smrž
2023-04-08Empty record item typeRoman Smrž
2023-04-07(test) Test: direct messages to peerRoman Smrž
2023-04-07Test: direct messages to peerRoman Smrž
2023-03-22Disable all parts of test tool build on AndroidRoman Smrž
2023-03-22(test) Pass weak pointer of HeadBhv to callbackRoman Smrž
2023-03-22Pass weak pointer of HeadBhv to callbackRoman Smrž
2023-02-02FRP: require lock when adding dependenciesRoman Smrž
2023-01-31(test) Contact name setting and property lookupRoman Smrž
2023-01-31Contact name setting and property lookupRoman Smrž
2023-01-31Test: fix shared state watcher resetRoman Smrž
2023-01-14Storage: call watcher callbacks without holding lockRoman Smrž
2023-01-14FRP: support recursive locking with BhvCurTimeRoman Smrž
2023-01-08Enable move constructor and move assignment for Watched templateRoman Smrž
Was not implicitly defined because of explicit destructor.
2023-01-08Property lookup helpersRoman Smrž
2022-12-31Storage: fill roots cache on lookupRoman Smrž
2022-12-18Add SetView::size method for stored setRoman Smrž
2022-12-18Storage: add Head::reload methodRoman Smrž
2022-12-18(test) Contact service and contacts using stored setRoman Smrž
2022-12-18Contact service and contacts using stored setRoman Smrž
2022-12-17Confirm pairing outcome after head commitRoman Smrž
2022-12-16Disable clang unqualified-std-cast-call warningRoman Smrž
2022-12-04(test) Test: avoid introducing node variables by spawnRoman Smrž
2022-12-04Test: avoid introducing node variables by spawnRoman Smrž
2022-12-04Pass existing peer info when registering peer list watcherRoman Smrž
2022-12-02Erebos tester configurationRoman Smrž
2022-11-14(test) Test: get and wait for shared stateRoman Smrž
2022-11-14Test: get and wait for shared stateRoman Smrž
2022-11-10Storage: reload head on watch startRoman Smrž
2022-11-08Test: make sure to report peer address when addedRoman Smrž
2022-11-01(test) Stored setRoman Smrž
2022-11-01Stored setRoman Smrž
2022-08-09(test) Stored roots lookupRoman Smrž
2022-08-09Stored roots lookupRoman Smrž
2022-08-08(test) Generation number of stored objects with cachingRoman Smrž
2022-08-08Generation number of stored objects with cachingRoman Smrž
2022-07-27Explicit identities in pairing requestRoman Smrž
Actual device identities can change at any point during the pairing process, so it is necessary to fix the ones used for nonce confirmation and just initially verify that they belong to the respective sides.
2022-07-27(test) Pairing failure reasonRoman Smrž