summaryrefslogtreecommitdiffstats
path: root/src/rrd.c
AgeCommit message (Expand)Author
2016-08-10added RRDCALC management; preparation for expression evaluationCosta Tsaousis
2016-08-07chart and dimension variables tested and debuggedCosta Tsaousis
2016-08-07chart and dimensions variables linked to 3 indexes: local, context and host v...Costa Tsaousis
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis
2016-08-05added context index (to be used for storing context scope variables for healt...Costa Tsaousis
2016-08-05preparation for multi-host internal databaseCosta Tsaousis
2016-07-29replaced AVL by Daniel A. Nagy (GPLv2) with an adaptation of libavl by Ben Pf...Costa Tsaousis
2016-07-27add reset or overflow detection in percentage-of-incremental-total dimensions...Costa Tsaousis
2016-07-15fix for the spikes at the charts where restarting netdataCosta Tsaousis (ktsaou)
2016-07-06handle usleep() on systems that do not accept more than 999999 usec; implemen...Costa Tsaousis (ktsaou)
2016-07-05fix percentage calculation when data collection happens multiple times within...Costa Tsaousis (ktsaou)
2016-07-05create directories /var/cache/netdata and /var/lib/netdata if they are missingCosta Tsaousis (ktsaou)
2016-07-04cleanup propriatery charts.d charts; proc_stat optimization; minor fixes for ...Costa Tsaousis (ktsaou)
2016-06-17fix for format string signessCosta Tsaousis (ktsaou)
2016-06-11added gcc printf checking to debug(), error(), fatal(), info(), web_sprintf()...Costa Tsaousis (ktsaou)
2016-06-11checked for exit status before committing values to the database, to avoid th...Costa Tsaousis (ktsaou)
2016-06-10added more error exit tracing info to trace issue 529; switched to accept4() ...Costa Tsaousis (ktsaou)
2016-05-18optimization of rrdset_strncpy_name() and avoid truncating the last character...Costa Tsaousis (ktsaou)
2016-05-1640% faster AVL searching and DICTIONARY operationsCosta Tsaousis (ktsaou)
2016-05-13Merge remote-tracking branch 'fredericopissarra/changes' into registryCosta Tsaousis
2016-05-12optimization: saved 84 bytes per dictionary, avl locking removed from tc plug...Costa Tsaousis
2016-05-09strncpy, snprintf and vsnprintf changed to strncpyz, snprintfz and vsnprintfz...Frederico Lamberti Pissarra
2016-05-08Approved changes from Costa Tsaousis (#323)Frederico Lamberti Pissarra
2016-05-05disabled charts where re-enabled; fixes #371Costa Tsaousis
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-02-08added a new element on all charts: context, which is the template upon the ch...Costa Tsaousis (ktsaou)
2016-01-25fix to update tc (QoS) names if they are updatedCosta Tsaousis
2016-01-22prevent sending microseconds on BEGIN the first timeCosta Tsaousis (ktsaou)
2016-01-21fixed interpolation spikes on incremental valuesCosta Tsaousis (ktsaou)
2016-01-21added more unit tests; fixed the issue where incremental values where gracefu...Costa Tsaousis (ktsaou)
2015-12-29fixed minor issues throughout the code (mainly types); dashboard has now a wa...Costa Tsaousis (ktsaou)
2015-12-25cleanup locking; ability to compile AVL with MUTEX instead of RWLOCK; disks a...Costa Tsaousis (ktsaou)
2015-12-22moved an error to internal checksCosta Tsaousis (ktsaou)
2015-12-22prevent interpolation on absolute values that are collected on timeCosta Tsaousis (ktsaou)
2015-12-20added config option "memory deduplication (ksm) = yes/no" to control memory d...Costa Tsaousis (ktsaou)
2015-11-30cleanup: remove trailing spacesAlon Bar-Lev
2015-11-28avl is now threat safe (found a condition where the trees could cause netdata...Costa Tsaousis (ktsaou)
2015-11-26improved accuracy for "per second" calculation - prevent projection of values...Costa Tsaousis (ktsaou)
2015-11-26fixed a bug in the incremental calculations where the exact duration (in nano...Costa Tsaousis (ktsaou)
2015-11-19fixed a typoCosta Tsaousis (ktsaou)
2015-11-19added noreset flag to prevent apps.plugin charts from showing "reset or overf...Costa Tsaousis (ktsaou)
2015-11-17fixed charts.d.plugin to get directories from netdata server; netdata now exp...Costa Tsaousis (ktsaou)
2015-11-15build: migrate to autotoolsAlon Bar-Lev
2015-10-26extended disk statisticsCosta Tsaousis (ktsaou)
2015-10-25optimized json generation loop; some two stage json generation progressCosta Tsaousis (ktsaou)
2015-10-25new mechanism for two stage processing of web output data - still in progressCosta Tsaousis (ktsaou)
2015-10-03code optimizations; added temperature charts.d pluginCosta Tsaousis (ktsaou)
2015-09-16do not remove idle dimensions from chartsCosta Tsaousis (ktsaou)