summaryrefslogtreecommitdiffstats
path: root/src/daemon.c
AgeCommit message (Expand)Author
2017-09-16rewrote the signal handler; added SIGBUS handler; fixes #2727Costa Tsaousis (ktsaou)
2017-08-22properly set negative out-of-memory (OOM) scores; #2549Costa Tsaousis (ktsaou)
2017-06-05prevent logging error about supplementary groups when netdata is not started ...Costa Tsaousis (ktsaou)
2017-03-30allow user to set out of memory score via environment and disable it in confi...Costa Tsaousis (ktsaou)
2017-02-24improved configuration and fixes for proxy modeCosta Tsaousis (ktsaou)
2017-02-18split rrd.c into multiple filesCosta Tsaousis (ktsaou)
2017-02-15allow netdata to be easily relocatableCosta Tsaousis (ktsaou)
2017-02-04set minimum priority for fifo and rrCosta Tsaousis (ktsaou)
2017-02-04proper defaults for process scheduling policies rr and batchCosta Tsaousis (ktsaou)
2017-02-04allow users to set process scheduling priority and nice level; fixes #1712Costa Tsaousis (ktsaou)
2017-01-29allow users to configure netdata oom scoreCosta Tsaousis (ktsaou)
2016-12-21Get rid of compilation errors on macOSVladimir Kobal
2016-11-24remove world-readable permission from all filesCosta Tsaousis (ktsaou)
2016-11-13improvements identified via static code analysis with cppcheckCosta Tsaousis (ktsaou)
2016-11-04chown /var/lib/netdata and /var/cache/netdata only if we created them; chown ...Costa Tsaousis (ktsaou)
2016-11-04create /var/cache/netdata and /var/lib/netdata if they do not exist; fixes #1204Costa 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-23do not attempt to use SCHED_IDLE when it is not availableCosta Tsaousis
2016-08-16netdata can reload health configuration, at runtime, with SIGUSR2Costa 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-12netdata now adjusts its scheduling priority to IDLE and its Out-Of-Memory sco...Costa 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-07-15SIGUSR1 saves the databaseCosta Tsaousis (ktsaou)
2016-06-17fix for format string signessCosta Tsaousis (ktsaou)
2016-06-14bug fixes detected by static code analysis using Coverity.comCosta Tsaousis (ktsaou)
2016-06-10added more error exit tracing info to trace issue 529; switched to accept4() ...Costa Tsaousis (ktsaou)
2016-05-29minor cleanupCosta Tsaousis
2016-05-26prevent chowning log files if they are not regular files, #453Costa Tsaousis
2016-05-26make log files owned by user netdata, fixes #453Costa Tsaousis
2016-05-12Merge remote-tracking branch 'upstream/master' into registryCosta Tsaousis
2016-05-12Remove warning in signal handler.Simon Nagl
2016-05-11Make signal handling save.Simon Nagl
2016-05-08enable line buffering on all log filesCosta Tsaousis
2016-04-27netdata now sets the supplementary groups of its user #115Costa Tsaousis (ktsaou)
2016-04-15fixed a race condition when getgrnam() which is not thread safe, could be use...Costa Tsaousis (ktsaou)
2016-04-09PID file fixes (systemd, openrc)pavel
2016-04-03Squashed commit of the following:Costa Tsaousis (ktsaou)
2016-04-03layout: remove executable from unrelated filesAlon Bar-Lev
2016-04-03build: revert pid to live within /var/run/netdataAlon Bar-Lev
2016-03-30fixed __useconds_t and unused include of execinfo.h #66Costa Tsaousis (ktsaou)
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-01minor code cleanups; updated the dashboard to fix inline chartsCosta Tsaousis (ktsaou)
2015-11-30cleanup: remove trailing spacesAlon Bar-Lev
2015-11-28code cleanup and re-arrangements for better scalabilityCosta Tsaousis (ktsaou)
2015-11-16removed NETDATA_DAEMON - it can be controlled via command line; now it opens ...Costa Tsaousis (ktsaou)
2015-11-15build: migrate to autotoolsAlon Bar-Lev