summaryrefslogtreecommitdiffstats
path: root/src/registry.c
AgeCommit message (Expand)Author
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis
2016-07-05create directories /var/cache/netdata and /var/lib/netdata if they are missingCosta Tsaousis (ktsaou)
2016-06-14bug fixes detected by static code analysis using Coverity.comCosta Tsaousis (ktsaou)
2016-06-11added gcc printf checking to debug(), error(), fatal(), info(), web_sprintf()...Costa Tsaousis (ktsaou)
2016-06-02fix the name of the config option that controls the verification of browser c...Costa Tsaousis
2016-06-02updated config option for application redirects at the registry and commented...Costa Tsaousis
2016-06-02registry now verifies the browser support cookies - to protect its database f...Costa Tsaousis
2016-06-01cleanupCosta Tsaousis
2016-06-01fix compiler warnings on 32bit machinesCosta Tsaousis
2016-05-1640% faster AVL searching and DICTIONARY operationsCosta Tsaousis (ktsaou)
2016-05-14default registry is now HTTPSCosta Tsaousis (ktsaou)
2016-05-14registry responds with both domain and host cookies; registry uses snprintfz,...Costa Tsaousis (ktsaou)
2016-05-14work-around for dictionary_get_all() not returning the valid countCosta Tsaousis (ktsaou)
2016-05-14default registry in HTTPS, delayed registry qeueries 3 seconds at the dashboa...Costa Tsaousis (ktsaou)
2016-05-14properly update the last time person urls and machine urls are accessedCosta Tsaousis (ktsaou)
2016-05-14replaced uuid_generate_time_safe() with uuid_generate_time() since the first ...Costa Tsaousis
2016-05-13fix for case sensitive HTTP headers and gzip detectionCosta Tsaousis
2016-05-13registry completed, including impersonateCosta Tsaousis
2016-05-12fixed an unterminated buffer at registry.c; lowered the memory requirements o...Costa Tsaousis
2016-05-12show the demo sites if the registry returns no URLs; update dashboard.js vers...Costa Tsaousis (ktsaou)
2016-05-12registry almost operational - missing deleteCosta Tsaousis
2016-05-11properly count persons and machines after restartCosta Tsaousis
2016-05-11fixed typoCosta Tsaousis
2016-05-11Added protection against URL and name length abuse.Costa Tsaousis
2016-05-11registry: fixes netdata to respond to CORS with the requested origin, so that...Costa Tsaousis
2016-05-11simple registry access from the dashboard - in debug modeCosta Tsaousis
2016-05-11registry server side operationalCosta Tsaousis
2016-05-10moved code to allow it compile with clangCosta Tsaousis
2016-05-10almost operational registry - still needs testingCosta Tsaousis
2016-05-08registry: working prototype with load/saveCosta Tsaousis
2016-05-08registry update for countersCosta Tsaousis
2016-05-08registry progress: working internal prototype - no load/save and network yetCosta Tsaousis
2016-05-07work in progress: registryCosta Tsaousis