summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-27MiniCI: ignore deprecated declarations warningRoman Smrž
To avoid tests suddenly failing after a dependency update.
2023-09-27Add missing header to uuid.hRoman Smrž
2023-09-18Network: acknowledgment using packet counterRoman Smrž
2023-09-16Protocol: use cookies during whole plaintext phaseRoman Smrž
2023-09-16Protocol: change service headers to SVT/SVRRoman Smrž
2023-09-16Test: extend discovery test with more nodesRoman Smrž
2023-08-30Network: connection initiation with cookieRoman Smrž
2023-08-27Network: announce protocol versionRoman Smrž
2023-08-27Network: identity announce and update in protocol objectRoman Smrž
2023-08-27Network: header item as variant of per-header-type structsRoman Smrž
2023-08-27Switch to ChaCha20-Poly1305 AEAD schemeRoman Smrž
2023-08-27Network: headers for encryption and streamsRoman Smrž
2023-08-27Network: encrypt and decrypt within connection objectRoman Smrž
2023-08-19Network: move secure channel to protocol moduleRoman Smrž
2023-08-17Network: use digest instead of partial ref in protocol headerRoman Smrž
2023-08-16Move network header definitions to protocol moduleRoman Smrž
2023-08-16Connection class for network protocolRoman Smrž
2023-08-12New class for network protocol implementationRoman Smrž
2023-07-26Fix result filtering in identity property lookupRoman Smrž
2023-07-23Network: request service ref data if neededRoman Smrž
2023-07-22Network: ack service packetsRoman Smrž
2023-07-01Direct message shared stateRoman Smrž
2023-06-18Fail validation of signature with missing key instead throwing exceptionRoman Smrž
2023-06-18Storage: iterable type for record item listRoman Smrž
2023-06-15Test: server restartRoman Smrž
2023-06-14Storage: wait for scheduled watch callbacksRoman Smrž
2023-05-23Message sending to identity or contactRoman Smrž
2023-05-17Send identity update on channel finalizationRoman Smrž
2023-05-17Server function to manually add peerRoman 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-07Test: direct messages to peerRoman Smrž
2023-03-22Disable all parts of test tool build on AndroidRoman Smrž
2023-03-22Pass weak pointer of HeadBhv to callbackRoman Smrž
2023-02-02FRP: require lock when adding dependenciesRoman 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ž