summaryrefslogtreecommitdiffstats
path: root/aclk/aclk_tx_msgs.h
AgeCommit message (Collapse)Author
2021-08-06New Cloud chart related parsers and generators (#11393)Timotej S
* adds message generators parsers and handlers for upcoming Chart stream implementation
2021-07-07ACLK-NG New Cloud NodeInstance related msgs (#11234)Timotej S
Adds new cloud arch NodeInstance messages as per design. Co-authored-by: Stelios Fragkakis <52996999+stelfrag@users.noreply.github.com>
2021-05-24Remove unecessary relative paths when including headers. (#11124)vkalintiris
Currently, we add the repository's top-level dir in the compiler's header search path. This means that code in every top-level directory within the repo can include headers sibling top-level directories. This patch makes header inclusion consistent when it comes to files that are included from sibling top-level directories within the repo.
2021-04-21remove vneg from ACLK-NG (#10980)Timotej S
removes obsolete version negotiation from ACLK-NG
2021-03-16Adds ACLK-NG as fallback(#10315)Timotej S
* adds a new implementation of ACLK written almost from scratch * external dependencies only OpenSSL and JSON-C * fallback for systems where ACLK Legacy can't build (for technical or philosophical reasons) * can be forced to build by giving "--aclk-ng" to the installer