summaryrefslogtreecommitdiffstats
path: root/src/daemon.c
AgeCommit message (Expand)Author
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
2015-10-27disk statistics got proper names; isolated a performance issue with strftime(...Costa Tsaousis (ktsaou)
2015-10-13added command line option -nd or -nodaemon to disable forking, #10Costa Tsaousis (ktsaou)
2015-09-14signal handler info logCosta Tsaousis (ktsaou)
2015-05-05fix for defunct childsCosta Tsaousis (ktsaou)
2015-04-04tc: optimized memory usageCosta Tsaousis (ktsaou)
2015-03-25added ipv6 support; minor fixesCosta Tsaousis (ktsaou)
2015-03-23reported url now uses the rrdset name, not the id, since the id may contain s...Costa Tsaousis (ktsaou)
2015-03-22added libavl for supporting balanced binary trees - this improves search perf...Costa Tsaousis (ktsaou)
2015-03-20moved to /run/netdata to /var/run/netdata to support old systemsCosta Tsaousis (ktsaou)
2015-03-16splitted netdata to multiple source filesCosta Tsaousis (ktsaou)