summaryrefslogtreecommitdiffstats
path: root/src/unit_test.c
AgeCommit message (Expand)Author
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis
2016-07-05fix percentage calculation when data collection happens multiple times within...Costa Tsaousis (ktsaou)
2016-06-17fix for format string signessCosta Tsaousis (ktsaou)
2016-05-09strncpy, snprintf and vsnprintf changed to strncpyz, snprintfz and vsnprintfz...Frederico Lamberti Pissarra
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-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-11-30cleanup: remove trailing spacesAlon Bar-Lev
2015-11-26fixed a bug in the incremental calculations where the exact duration (in nano...Costa Tsaousis (ktsaou)
2015-11-15build: migrate to autotoolsAlon Bar-Lev
2015-10-03code optimizations; added temperature charts.d 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-19better speed diff reportingCosta Tsaousis (ktsaou)
2015-03-19makefile cleanups; math is enabled by default - added make flags nomath=1 to ...Costa Tsaousis (ktsaou)
2015-03-19math library optionalCosta Tsaousis (ktsaou)
2015-03-19better unit testing of storage numbers; added benchmarkingCosta 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)