summaryrefslogtreecommitdiffstats
path: root/src/log.h
AgeCommit message (Expand)Author
2017-05-07added debug info to rrdpush sending side, for tracing issue #2154Costa Tsaousis (ktsaou)
2017-05-04operational statsd with custom appsCosta Tsaousis (ktsaou)
2017-05-02fixed infinite loop in statsd apps; log is now locked to avoid multiplexing l...Costa Tsaousis (ktsaou)
2017-04-23skeleton for a statsd plugin for netdata - not finished yetCosta Tsaousis (ktsaou)
2017-03-25added backends debugging; #2017Costa Tsaousis (ktsaou)
2017-03-12locks abstraction, error reporting, debuggingCosta Tsaousis (ktsaou)
2017-02-22localhost is now dynamicCosta Tsaousis (ktsaou)
2017-01-07use autoconf for checking gcc function attributesCosta Tsaousis (ktsaou)
2016-12-24re-worked connect_to() to properly support IPv6; #1432Costa Tsaousis (ktsaou)
2016-10-18less INFO messages - they are now DEBUG; fixes #459Costa Tsaousis (ktsaou)
2016-09-04allow certain parts of netdata to run with log flood protection temporarily d...Costa Tsaousis (ktsaou)
2016-08-14operational health templatizerCosta 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-06all required system headers in common.h; some progress on health variablesCosta Tsaousis
2016-06-17save database on fatal errorsCosta Tsaousis (ktsaou)
2016-06-11added gcc printf checking to debug(), error(), fatal(), info(), web_sprintf()...Costa Tsaousis (ktsaou)
2016-06-10added more error exit tracing info to trace issue 529; switched to accept4() ...Costa Tsaousis (ktsaou)
2016-05-07work in progress: registryCosta Tsaousis
2016-04-25Merge pull request #308 from ktsaou/masterCosta Tsaousis
2016-04-25cgroups are enabled/disabled using their new names (it was needed because doc...Costa Tsaousis (ktsaou)
2016-04-24Include time.h where usedMichael Aldridge
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-03layout: remove executable from unrelated filesAlon Bar-Lev
2016-01-25mark function fatal() as noreturnCosta Tsaousis
2015-12-08removed thread unsafe functionsCosta Tsaousis (ktsaou)
2015-10-15added config file option to disable web gzip compressionCosta Tsaousis (ktsaou)
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-29added memory debug to apps.pluginbox@home root
2015-03-29moved web_client functions to web_client.c; added dictionary.c to support ind...Costa Tsaousis (ktsaou)
2015-03-19detect too big updates correctlyCosta Tsaousis (ktsaou)
2015-03-19netdata way of logging in procfilebox@home root
2015-03-19added nfacct charts (disabled for the moment - they must be made an external ...Costa Tsaousis (ktsaou)
2015-03-16splitted netdata to multiple source filesCosta Tsaousis (ktsaou)