summaryrefslogtreecommitdiffstats
path: root/src/rrd.c
AgeCommit message (Expand)Author
2017-06-07added memory mode "alloc" to be used when mmap() is not available or failsCosta Tsaousis (ktsaou)
2017-02-26allow netdata to cleanup orphan hosts that have not pushed any metrics for so...Costa Tsaousis (ktsaou)
2017-02-23added rrd memory mode "none" to allow netdata act as a proxy to forward metri...Costa Tsaousis (ktsaou)
2017-02-22draft implementation of netdata central push server - untestedCosta Tsaousis (ktsaou)
2017-02-22hosts except localhost save files in subdirectory in /var/cache/netdata and /...Costa Tsaousis (ktsaou)
2017-02-22each host can have its own settings for history, update_every, rrd memory mod...Costa Tsaousis (ktsaou)
2017-02-22memory mode and health configuration per hostCosta Tsaousis (ktsaou)
2017-02-22backend now sends all metrics for all hostsCosta Tsaousis (ktsaou)
2017-02-18split rrd.c into multiple filesCosta Tsaousis (ktsaou)
2017-02-17multi-host rrdset and rrdfamily operationsCosta Tsaousis (ktsaou)
2017-02-17lower the memory footprint of dimensions by 1.5KBCosta Tsaousis (ktsaou)
2017-02-15allow netdata to be easily relocatableCosta Tsaousis (ktsaou)
2017-02-11do not discard old data on algorithm mismatchCosta Tsaousis (ktsaou)
2017-01-29tc works on qdiscs too, merged #1427Costa Tsaousis (ktsaou)
2017-01-28fix compilation warnings for 32bit machinesCosta Tsaousis (ktsaou)
2017-01-22added ARL debugging info and errors on common pitfalls (only when -DNETDATA_I...Costa Tsaousis (ktsaou)
2017-01-14ensure only one thread is saving the db at a timeCosta Tsaousis (ktsaou)
2017-01-14ensure the database is always saved on exitCosta Tsaousis (ktsaou)
2017-01-14improved netdata cleanup/exit procedureCosta Tsaousis (ktsaou)
2017-01-13fixed a bug that might lead to a crash if a chart was added while netdata is ...Costa Tsaousis (ktsaou)
2017-01-01strict checking on binary tree operationsCosta Tsaousis (ktsaou)
2016-12-21prevent passing unitialized memory to pthreads init functions; contributes to...Costa Tsaousis (ktsaou)
2016-12-17Minor spelling fixFederico Ceratto
2016-12-16escape chart titles to have proper JSON formatted output; fixes #1390Costa Tsaousis (ktsaou)
2016-12-11use usec_t for microseconds time variablesRémi Lefèvre
2016-12-11replace `gettimeofday()` calls by `now_realtime_timeval()`Rémi Lefèvre
2016-12-11replace `usec_dt()` calls by `dt_usec()`Rémi Lefèvre
2016-12-11`replace `time(NULL)` calls by `now_realtime_sec()`Rémi Lefèvre
2016-11-15reverted back the last tolerance fix - charts become anligned visuallyCosta Tsaousis (ktsaou)
2016-11-15improved timing tolerance - move interpolation point to the middle of the ite...Costa Tsaousis (ktsaou)
2016-11-15move core iteration point in the middle of the second, to give some tolleranc...Costa Tsaousis (ktsaou)
2016-11-14make sure charts are aligned to their update_every, so that data collection, ...Costa Tsaousis (ktsaou)
2016-11-13improvements identified via static code analysis with cppcheckCosta Tsaousis (ktsaou)
2016-11-13added alarm_variables API call that returns all the available variables for a...Costa Tsaousis (ktsaou)
2016-11-12fix for chart and dimension renames - health variables are also renamedCosta Tsaousis (ktsaou)
2016-11-07more clear comparisons of dt given by pluginsCosta Tsaousis (ktsaou)
2016-11-07timing issues are logged as errors only when NETDATA_INTERNAL_CHECKS is definedCosta Tsaousis (ktsaou)
2016-11-07validate and verify microseconds passed by pluginsCosta Tsaousis (ktsaou)
2016-09-30fix unecessary calls to realloc(); added memory allocations logger - enabled ...Costa Tsaousis
2016-09-27add information about threads exitingCosta Tsaousis (ktsaou)
2016-09-26Replace deprecated bzero() by memset()Chocobo1
2016-09-24fixes a bug in the incremental algorithm that was introduced yesterday and ma...Costa Tsaousis (ktsaou)
2016-09-22fixed chart startup interpolation / extrapolation to allow the first point ad...Costa Tsaousis (ktsaou)
2016-09-22fixed a bug in the interpolation algorithm that was showing unrealistic value...Costa Tsaousis (ktsaou)
2016-09-03prevent a crash when memory is set to saveCosta Tsaousis (ktsaou)
2016-09-03added roles to receive email alarmsCosta Tsaousis (ktsaou)
2016-08-25API for getting alarm log readyCosta Tsaousis
2016-08-23prevent spikes on the charts when restarting netdataCosta Tsaousis
2016-08-21minor code re-writes to avoid coverity false positives; updated installer ban...Costa Tsaousis
2016-08-21fixes issues found by coverity static code analysisCosta Tsaousis