summaryrefslogtreecommitdiffstats
path: root/src/appconfig.c
AgeCommit message (Expand)Author
2017-07-24allow boolean config options to accept: yes, true, on, auto, on demand as pos...Costa Tsaousis (ktsaou)
2017-06-17prevent deadlock when renaming config options when the old and new options ar...Costa Tsaousis (ktsaou)
2017-05-04updated strtold() with the faster str2ld(); fixed unit testsCosta Tsaousis (ktsaou)
2017-05-02implemented app charts for statsd - untested yetCosta Tsaousis (ktsaou)
2017-05-01preparations for statsd apps configurationCosta Tsaousis (ktsaou)
2017-04-27added visualization for histograms and timersCosta Tsaousis (ktsaou)
2017-04-23skeleton for a statsd plugin for netdata - not finished yetCosta Tsaousis (ktsaou)
2017-04-21fix access to uninitialized mutex in appconfig sections; fixes #2028Costa Tsaousis (ktsaou)
2017-03-23allow all configuration options to be set from the command line; #1991Costa Tsaousis (ktsaou)
2017-03-12locks abstraction, error reporting, debuggingCosta Tsaousis (ktsaou)
2017-02-26avoid dereferencing NULL options; handle config index collisionsCosta Tsaousis (ktsaou)
2017-02-26renamed api config section to webCosta Tsaousis (ktsaou)
2017-02-24fixed crash at config_move()Costa Tsaousis (ktsaou)
2017-02-24improved configuration and fixes for proxy modeCosta Tsaousis (ktsaou)
2017-02-23allow metrics streaming to work in parallel with local database; propagate O/...Costa Tsaousis (ktsaou)
2017-02-22appconfig now supports different multiple configurations - added support for ...Costa Tsaousis (ktsaou)
2017-01-01strict checking on binary tree operationsCosta Tsaousis (ktsaou)
2016-11-20the configuration section is named "backend"Costa Tsaousis (ktsaou)
2016-11-20operational opentsdb backendCosta Tsaousis (ktsaou)
2016-09-29dashboard does not show past CLEAR notifications; fixes #1035Costa Tsaousis (ktsaou)
2016-09-28autoconf for detecting 32/64 bit CPUCosta Tsaousis (ktsaou)
2016-08-22debug statement to show the config file readCosta Tsaousis
2016-08-15operational health monitoring - we got alarms! - no notifications yet thoughCosta Tsaousis
2016-08-13converted tabs for C, JS, BASH to 4 spacesCosta Tsaousis
2016-08-11code cleanup by replacing all memory allocation functions with ones that hand...Costa Tsaousis
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