Age | Commit message (Expand) | Author |
2021-08-18 | Test script for simple discovery | Roman Smrž |
2021-07-19 | Test tool with sample usage of the library | 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-02-09 | Storage: drop superfluous directory creation | Roman Smrž |
2021-02-07 | Avoid clang warning about typeid dereferencing pointer | Roman Smrž |
2021-02-06 | Avoid unnecessary copying in range loops | Roman Smrž |
2021-02-04 | Storage: encode digest algorithm alongside hash data | Roman Smrž |
2021-01-31 | Storage: hexadecimal encoding of binary record items | Roman Smrž |
2021-01-29 | Network: reply to any data request with secure channel | 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ž |
2021-01-19 | Storage: handle parsing errors without throwing exceptions | Roman Smrž |
2021-01-19 | Shutdown server socket to terminate listener | Roman Smrž |
2021-01-19 | Server watching local state head | Roman Smrž |
2021-01-15 | Storage: do not try to replace Head without change | Roman Smrž |
2021-01-06 | Access services via Server object | Roman Smrž |
2020-07-30 | Fix result of Head update | Roman Smrž |
2020-07-29 | Add owner signature for owned identity | Roman Smrž |
2020-07-22 | Local and shared state | Roman Smrž |
2020-07-20 | Storage: typed heads | Roman Smrž |
2020-06-06 | UUID: specialization of std::hash | Roman Smrž |
2020-06-06 | UUID: random generation and format checking functions | Roman Smrž |
2020-04-17 | Storage: newline support in records | Roman Smrž |
2020-04-16 | Storage: lazy loading of Stored value | Roman Smrž |
2020-04-16 | Remove optional from load result | Roman Smrž |
2020-03-26 | Message: make sure to use owner identity | Roman Smrž |
2020-03-23 | Implement UUID handling to avoid libuuid dependency | Roman Smrž |
2020-03-23 | Move UUID and time definitions to separate modules | Roman Smrž |
2020-03-23 | Direct message service | Roman Smrž |
2020-03-14 | Storage: filter ancestors and overwritable Ref and Stored | Roman Smrž |
2020-03-10 | Date and time record item type | Roman Smrž |
2020-03-10 | Network: service interface and handling | Roman Smrž |
2020-03-10 | Network: avoid duplicit items in generated packet | Roman Smrž |
2020-03-01 | UUID record item type | Roman Smrž |
2020-02-16 | Peer list in public API | Roman Smrž |
2020-02-05 | Fix compilation with clang | Roman Smrž |
2020-02-05 | Storage: handle record items with unknown type | Roman Smrž |