summaryrefslogtreecommitdiffstats
path: root/src/appconfig.c
AgeCommit message (Expand)Author
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis
2016-08-04IP/Port config regression fixed; fixes 756Costa Tsaousis
2016-07-23netdata can now bind to multiple ip:port combinations; hostnames and ips but ...Costa Tsaousis
2016-06-11added gcc printf checking to debug(), error(), fatal(), info(), web_sprintf()...Costa Tsaousis (ktsaou)
2016-05-21"on demand" option can also be referred as "auto", which is also the default ...Costa Tsaousis (ktsaou)
2016-05-1640% faster AVL searching and DICTIONARY operationsCosta Tsaousis (ktsaou)
2016-05-13converted appconfig rwlock to the more efficient mutex, since it uses it only...Costa Tsaousis
2016-05-12fixed incomplete code in avl.c; added comments about the status of appconfig.cCosta Tsaousis
2016-05-12optimization: saved 84 bytes per dictionary, avl locking removed from tc plug...Costa Tsaousis
2016-05-11registry server side operationalCosta Tsaousis
2016-05-10fixed typoCosta Tsaousis
2016-05-06finalized dictionary.cCosta Tsaousis
2016-04-05added COPYING, fixed a few typos #182Costa Tsaousis (ktsaou)
2016-04-03layout: remove executable from unrelated filesAlon Bar-Lev
2016-03-29fix misleading error messages and command line argumentsValeriy
2016-01-25fix to update tc (QoS) names if they are updatedCosta Tsaousis
2015-12-29fixed minor issues throughout the code (mainly types); dashboard has now a wa...Costa Tsaousis (ktsaou)
2015-12-25cleanup locking; ability to compile AVL with MUTEX instead of RWLOCK; disks a...Costa Tsaousis (ktsaou)
2015-11-28code cleanup and re-arrangements for better scalabilityCosta Tsaousis (ktsaou)
2015-11-28avl is now threat safe (found a condition where the trees could cause netdata...Costa Tsaousis (ktsaou)
2015-11-22code cleanupCosta Tsaousis (ktsaou)
2015-11-15build: migrate to autotoolsAlon Bar-Lev