]> arthur.barton.de Git - netdata.git/commit
removed over-optimization at the registry to simplify its logic and remove race condi...
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 31 Dec 2016 19:08:24 +0000 (21:08 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 31 Dec 2016 19:08:24 +0000 (21:08 +0200)
commitba97a9f4d4dd21b74af45e511470bcbbc60ad992
tree69338fa8da88af62670873229aae35b5d7e56aea
parent97da3cf73b6e55e4f33282db75e0503c90f21399
removed over-optimization at the registry to simplify its logic and remove race conditions that could result to crashes; registry is now split into multiple files, to allow easier enhancements
17 files changed:
CMakeLists.txt
src/Makefile.am
src/common.h
src/registry.c
src/registry.h
src/registry_db.c [new file with mode: 0644]
src/registry_init.c [new file with mode: 0644]
src/registry_internals.c [new file with mode: 0644]
src/registry_internals.h [new file with mode: 0644]
src/registry_log.c [new file with mode: 0644]
src/registry_machine.c [new file with mode: 0644]
src/registry_machine.h [new file with mode: 0644]
src/registry_person.c [new file with mode: 0644]
src/registry_person.h [new file with mode: 0644]
src/registry_url.c [new file with mode: 0644]
src/registry_url.h [new file with mode: 0644]
src/web_client.c