summaryrefslogtreecommitdiffstats
path: root/database/sqlite/sqlite_aclk.c
AgeCommit message (Expand)Author
2024-02-01Create a top-level directory to contain source code. (#16896)vkalintiris
2023-12-07Resolve issue on startup in servers with 1 core (#16565)Stelios Fragkakis
2023-12-01Code cleanup (#16448)Stelios Fragkakis
2023-11-29When unregistering an ephemeral host, delete its chart labels (#16486)Stelios Fragkakis
2023-11-23Handle ephemeral hosts (#16381)Stelios Fragkakis
2023-11-21Remove queue limit from ACLK sync event loop (#16411)Stelios Fragkakis
2023-10-20Drop an unused index from aclk_alert table (#16242)Stelios Fragkakis
2023-10-18Improve context load on startup (#16203)Stelios Fragkakis
2023-10-06Code improvements (#16104)Stelios Fragkakis
2023-08-30Add index to ACLK table to improve update statements (#15890)Stelios Fragkakis
2023-08-03Revert "Refactor RRD code. (#15423)" (#15723)vkalintiris
2023-07-26Refactor RRD code. (#15423)vkalintiris
2023-07-11Rename log Macros (debug) (#15322)thiagoftsm
2023-07-06Rename generic `error` function (#15296)thiagoftsm
2023-06-30Replace `info` macro with a less generic name (#15266)Carlo Cabrera
2023-05-02Load/Store ML models (#14981)vkalintiris
2023-04-21Add a checkpoint message to alerts stream (#14847)Emmanuel Vasilakis
2023-03-23Schedule node info to the cloud after child connection (#14790)Stelios Fragkakis
2023-03-21Pass node_id and config_hash vars when queueing alert configurations (#14769)Emmanuel Vasilakis
2023-03-16Use one thread for ACLK synchonization (#14281)Stelios Fragkakis
2023-03-09Fix compilation error when --disable-cloud is specified (#14695)Stelios Fragkakis
2023-03-08Fix cloud node stale status when a virtual host is created (#14660)Stelios Fragkakis
2023-02-15JSON internal API, IEEE754 base64/hex streaming, weights endpoint optimizatio...Costa Tsaousis
2023-01-23DBENGINE v2 - improvements part 7 (#14307)Costa Tsaousis
2023-01-20track memory footprint of Netdata (#14294)Costa Tsaousis
2023-01-10DBENGINE v2 (#14125)Costa Tsaousis
2022-10-31Replication of metrics (gaps filling) during streaming (#13873)vkalintiris
2022-10-16Add a thread to asynchronously process metadata updates (#13783)Stelios Fragkakis
2022-10-09full memory tracking and profiling of Netdata Agent (#13789)Costa Tsaousis
2022-09-28Dont send NodeInfo during first database cleanup (#13740)Emmanuel Vasilakis
2022-09-27Remove Chart/Dim based communication (#13650)Timotej S
2022-09-26Fix warnings during compilation time on ARM (32 bits) (#13681)thiagoftsm
2022-09-26Do not try to start an archived host in dbengine if dbengine is not compiled ...Stelios Fragkakis
2022-09-19RRD structures managed by dictionaries (#13646)Costa Tsaousis
2022-09-07Obsolete RRDSET state (#13635)Costa Tsaousis
2022-09-05Deduplicate all netdata strings (#13570)Costa Tsaousis
2022-09-05Clean chart hash map (#13611)Stelios Fragkakis
2022-08-31sqlite3 global statistics (#13594)Costa Tsaousis
2022-08-18Schedule next rotation based on absolute time (#13531)Emmanuel Vasilakis
2022-08-02Handle cases where entries where stored as text (with strftime("%s")) (#13472)Stelios Fragkakis
2022-08-02Load host labels for archived hosts (#13464)Stelios Fragkakis
2022-07-27Fix agent crash when archived host has not been registered to the cloud (#13437)Stelios Fragkakis
2022-07-24Rrdcontext (#13335)Costa Tsaousis
2022-07-11Send node info message sooner (#13348)Emmanuel Vasilakis
2022-07-07UpdateNodeCollectors message (#13330)Emmanuel Vasilakis
2022-07-07Add hostname in the worker structure to avoid constant lookups (#13199)Stelios Fragkakis
2022-07-06Remove strftime from statements and use unixepoch instead (#13250)Stelios Fragkakis
2022-06-27Removes Legacy JSON Cloud Protocol Support In Agent (#13111)Timotej S
2022-06-01Schedule retention message calculation to a worker thread (#13039)Stelios Fragkakis
2022-05-12Pause alert pushes to the cloud (#12852)Emmanuel Vasilakis