summaryrefslogtreecommitdiffstats
path: root/src/rrd.h
AgeCommit message (Expand)Author
2016-08-10added RRDCALC management; preparation for expression evaluationCosta 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-06-06fixed a memory leak in badges; allow dimensions with space to be found; allow...Costa Tsaousis (ktsaou)
2016-05-18optimization of rrdset_strncpy_name() and avoid truncating the last character...Costa Tsaousis (ktsaou)
2016-05-12optimization: saved 84 bytes per dictionary, avl locking removed from tc plug...Costa Tsaousis
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)
2015-12-29fixed minor issues throughout the code (mainly types); dashboard has now a wa...Costa Tsaousis (ktsaou)
2015-12-02fixed an incomplete calculation that forced a whole db dump if the range give...Costa Tsaousis (ktsaou)
2015-12-01increased versions to prevent using old data files with the new avl structure...Costa Tsaousis (ktsaou)
2015-11-30cleanup: remove trailing spacesAlon Bar-Lev
2015-11-19added noreset flag to prevent apps.plugin charts from showing "reset or overf...Costa Tsaousis (ktsaou)
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-09-13delete unupdated dimensions after a weekCosta Tsaousis (ktsaou)
2015-04-03replaced simple_hash with the FNV-1a 32bit algorithmCosta Tsaousis (ktsaou)
2015-03-28config now uses less memory by allocating only the memory it needs for storin...Costa Tsaousis (ktsaou)
2015-03-25added ipv6 support; minor fixesCosta Tsaousis (ktsaou)
2015-03-23added index in rrdset names too; fixed crash in apps.pluginCosta Tsaousis (ktsaou)
2015-03-22added libavl for supporting balanced binary trees - this improves search perf...Costa Tsaousis (ktsaou)
2015-03-21added flags to storage_number; added gap functionality; restored reset functi...Costa Tsaousis (ktsaou)
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)