Age | Commit message (Expand) | Author |
2023-09-27 | Add missing header to uuid.h | Roman Smrž |
2023-08-19 | Network: move secure channel to protocol module | Roman Smrž |
2023-07-01 | Direct message shared state | Roman Smrž |
2023-06-18 | Storage: iterable type for record item list | Roman Smrž |
2023-06-14 | Storage: wait for scheduled watch callbacks | Roman Smrž |
2023-05-23 | Message sending to identity or contact | Roman Smrž |
2023-05-17 | Server function to manually add peer | Roman Smrž |
2023-05-07 | Network: use IPv6 socket internally | Roman Smrž |
2023-05-06 | Message: get self identity from server | Roman Smrž |
2023-05-06 | Server and services configuration using separate objects | Roman Smrž |
2023-05-06 | Server: do not return reference to self identity | Roman Smrž |
2023-04-08 | Empty record item type | Roman Smrž |
2023-03-22 | Pass weak pointer of HeadBhv to callback | Roman Smrž |
2023-02-02 | FRP: require lock when adding dependencies | Roman Smrž |
2023-01-31 | Contact name setting and property lookup | Roman Smrž |
2023-01-08 | Enable move constructor and move assignment for Watched template | Roman Smrž |
2023-01-08 | Property lookup helpers | Roman Smrž |
2022-12-18 | Add SetView::size method for stored set | Roman Smrž |
2022-12-18 | Storage: add Head::reload method | Roman Smrž |
2022-12-18 | Contact service and contacts using stored set | Roman Smrž |
2022-12-17 | Confirm pairing outcome after head commit | Roman Smrž |
2022-11-10 | Storage: reload head on watch start | Roman Smrž |
2022-11-01 | Stored set | Roman Smrž |
2022-08-09 | Stored roots lookup | Roman Smrž |
2022-08-08 | Generation number of stored objects with caching | Roman Smrž |
2022-07-27 | Explicit identities in pairing request | Roman Smrž |
2022-07-27 | Pairing failure reason | Roman Smrž |
2022-04-30 | FRP: add missing vector header | Roman Smrž |
2022-04-29 | Identity update | Roman Smrž |
2021-12-09 | Test: distinguish address and identity info for peers | Roman Smrž |
2021-11-28 | Network: make Server non-copyable | Roman Smrž |
2021-11-20 | Storage: fix filterAncestor to check all possible successors | Roman Smrž |
2021-11-13 | Pairing: properly handle lingering threads after server stops | Roman Smrž |
2021-11-08 | Storage: implement Stored using call_once | Roman Smrž |
2021-06-06 | Contact list in shared state | Roman Smrž |
2021-05-09 | SharedType: type trait instead of member functions and typedef | Roman Smrž |
2021-05-08 | FRP: run callback when starting to watch behavior | Roman Smrž |
2021-05-08 | FRP: use BhvComp memoized value only if not dirty | Roman Smrž |
2021-05-08 | FRP: functions to retrieve and compare BhvTime | Roman Smrž |
2021-05-08 | SharedState type and lens | Roman Smrž |
2021-04-24 | Behavior lens for shared refs from local state | Roman Smrž |
2021-04-18 | Initial support for FRP behaviors | Roman Smrž |
2021-02-23 | Sync service | Roman Smrž |
2021-02-19 | Storage: keep weak pointer to Storage in head watcher | Roman Smrž |
2021-02-19 | WatchedHead object allowing to stop watching Head | Roman Smrž |
2021-02-16 | Storage: remove unimplemented methods from Head | Roman Smrž |
2021-02-13 | Pairing: provide future to signal pairing success | Roman Smrž |
2021-01-29 | Attach service | Roman Smrž |
2021-01-22 | Service: drop const from handle method | Roman Smrž |
2021-01-20 | Changing local state via service context | Roman Smrž |