summaryrefslogtreecommitdiffstats
path: root/src/appconfig.c
AgeCommit message (Collapse)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
also numeric ports and service names are also supported; fixes #458; contributes to #314
2016-06-11added gcc printf checking to debug(), error(), fatal(), info(), ↵Costa Tsaousis (ktsaou)
web_sprintf() and fixed all the occurences reported by the compiler
2016-05-21"on demand" option can also be referred as "auto", which is also the default ↵Costa Tsaousis (ktsaou)
for setting generation
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 ↵Costa Tsaousis
only for write locking
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 ↵Costa Tsaousis
plugin and apps.plugin (they are single threaded)
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
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
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 ↵Costa Tsaousis (ktsaou)
watermark while loading to show it downloads or renders something; a lot of code cleanup in javascript
2015-12-25cleanup locking; ability to compile AVL with MUTEX instead of RWLOCK; disks ↵Costa Tsaousis (ktsaou)
and interfaces now have "on demand" all their options
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 ↵Costa Tsaousis (ktsaou)
netdata to crash); added a still incomplete version of the new API
2015-11-22code cleanupCosta Tsaousis (ktsaou)
2015-11-15build: migrate to autotoolsAlon Bar-Lev
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>