summaryrefslogtreecommitdiffstats
path: root/src/log.c
AgeCommit message (Expand)Author
2017-05-04minor fix in netdata logsCosta Tsaousis (ktsaou)
2017-05-02fixed infinite loop in statsd apps; log is now locked to avoid multiplexing l...Costa Tsaousis (ktsaou)
2017-04-02preserve errno when loggingCosta Tsaousis (ktsaou)
2017-02-22create health directory for each hostCosta Tsaousis (ktsaou)
2017-02-22do not try to reconnect too soonCosta Tsaousis
2017-02-22localhost is now dynamicCosta Tsaousis (ktsaou)
2016-12-11use monotonic clock for logs flooding detectionRémi Lefèvre
2016-12-11`replace `time(NULL)` calls by `now_realtime_sec()`Rémi Lefèvre
2016-11-15move core iteration point in the middle of the second, to give some tolleranc...Costa Tsaousis (ktsaou)
2016-11-13improvements identified via static code analysis with cppcheckCosta Tsaousis (ktsaou)
2016-10-20unified logging for all pluginsCosta Tsaousis (ktsaou)
2016-09-27portable way of detecting format of strerror_rCosta Tsaousis (ktsaou)
2016-09-27fix for gcc < 4.9Costa Tsaousis (ktsaou)
2016-09-27workaround strerror_r compatibility between glibc and muslCosta Tsaousis (ktsaou)
2016-09-27more musl compatibility fixesCosta Tsaousis (ktsaou)
2016-09-27prevent warnings when compiling against muslCosta Tsaousis (ktsaou)
2016-09-04allow certain parts of netdata to run with log flood protection temporarily d...Costa Tsaousis (ktsaou)
2016-08-15operational health monitoring - we got alarms! - no notifications yet thoughCosta Tsaousis
2016-08-14health configuration now parses templates tooCosta Tsaousis
2016-08-13converted tabs for C, JS, BASH to 4 spacesCosta Tsaousis
2016-08-12proper log file management; re-opening logs on SIGHUP; updated logrotate; upd...Costa Tsaousis
2016-08-07chart and dimension variables tested and debuggedCosta Tsaousis
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis
2016-06-17save database on fatal errorsCosta Tsaousis (ktsaou)
2016-06-11fixed typo in debug logging that resulted in crashCosta Tsaousis (ktsaou)
2016-06-11small changes, adaptation of #428 from @fredericopissarraCosta Tsaousis (ktsaou)
2016-05-08enable line buffering on all log filesCosta Tsaousis
2016-04-25cgroups are enabled/disabled using their new names (it was needed because doc...Costa Tsaousis (ktsaou)
2016-04-17fixed source file permissionsCosta Tsaousis (ktsaou)
2016-04-17added log flood protection #240 to the netdata daemon and apps.pluginCosta Tsaousis (ktsaou)
2016-04-08apps.plugin: major new features and optimizations: now it reports system usag...Costa Tsaousis (ktsaou)
2016-04-03layout: remove executable from unrelated filesAlon Bar-Lev
2015-12-29fixed minor issues throughout the code (mainly types); dashboard has now a wa...Costa Tsaousis (ktsaou)
2015-12-08removed thread unsafe functionsCosta Tsaousis (ktsaou)
2015-12-07fixed all crashes; empty responses are now formatted properly; fixed exit pro...Costa Tsaousis (ktsaou)
2015-11-15build: migrate to autotoolsAlon Bar-Lev
2015-10-03code optimizations; added temperature charts.d pluginCosta Tsaousis (ktsaou)
2015-04-04log: now is logging program name too; tc: huge optimizations; procfile: optim...Costa Tsaousis (ktsaou)
2015-03-28config now uses less memory by allocating only the memory it needs for storin...Costa Tsaousis (ktsaou)
2015-03-16splitted netdata to multiple source filesCosta Tsaousis (ktsaou)