summaryrefslogtreecommitdiffstats
path: root/aclk/aclk_query.h
AgeCommit message (Collapse)Author
2022-11-18minor - silence misleading error (#14013)Timotej S
silence missleading error
2022-07-28Revert "Query queue only for queries" (#13452)Stelios Fragkakis
Revert "Query queue only for queries (#13431)" This reverts commit 221fd512873613a10b3d95b25a8a4d542b2c4801.
2022-07-28Query queue only for queries (#13431)Timotej S
simplify and clean up
2022-02-24Adds all query types to aclk_processed_query_type (#12036)Timotej S
* all query types in stats
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
2021-01-19Move ACLK Legacy into a subfolder (#10265)Timotej S
* move all legacy ACLK into a subfolder to make space for ACLK-NG
2020-12-01adds child query support to ACLK (#10030)Timotej S
* allows cloud to query children
2020-09-10Implements ACLK v2 http message with compression (#9895)Timotej S
Allows cloud to use v2 queries which support compression.
2020-07-10adds support for multiple ACLK query processing threads (#9355)Timotej S