]> arthur.barton.de Git - netdata.git/history - src/rrd.c
40% faster AVL searching and DICTIONARY operations
[netdata.git] / src / rrd.c
2016-05-15 Costa Tsaousis ... 40% faster AVL searching and DICTIONARY operations
2016-05-14 Costa TsaousisMerge pull request #405 from ktsaou/registry
2016-05-13 Costa TsaousisMerge remote-tracking branch 'fredericopissarra/changes...
2016-05-13 Costa TsaousisMerge remote-tracking branch 'upstream/master' into...
2016-05-12 Costa TsaousisMerge remote-tracking branch 'upstream/master' into...
2016-05-12 Costa Tsaousisoptimization: saved 84 bytes per dictionary, avl lockin...
2016-05-09 Frederico Lamberti... strncpy, snprintf and vsnprintf changed to strncpyz...
2016-05-08 Frederico Lamberti... Approved changes from Costa Tsaousis (#323)
2016-05-05 Costa TsaousisMerge pull request #375 from ktsaou/master
2016-05-05 Costa Tsaousisdisabled charts where re-enabled; fixes #371
2016-04-20 Costa TsaousisMerge pull request #277 from jgeromero/tomcat.chart.sh
2016-04-19 Costa TsaousisMerge pull request #132 from mcnewton/debianpkg
2016-04-17 Costa TsaousisMerge pull request #254 from ktsaou/master
2016-04-17 Costa Tsaousis ... fixed source file permissions
2016-04-17 Costa Tsaousis ... added log flood protection #240 to the netdata daemon...
2016-04-03 Costa TsaousisMerge pull request #165 from mcnewton/spelluseful
2016-04-03 Alon Bar-Levlayout: remove executable from unrelated files
2016-02-07 Costa Tsaousis ... added a new element on all charts: context, which is...
2016-01-25 Costa Tsaousisfix to update tc (QoS) names if they are updated
2016-01-21 Costa Tsaousis ... prevent sending microseconds on BEGIN the first time
2016-01-21 Costa Tsaousis ... fixed interpolation spikes on incremental values
2016-01-20 Costa Tsaousis ... added more unit tests; fixed the issue where incrementa...
2015-12-29 Costa Tsaousis ... fixed minor issues throughout the code (mainly types...
2015-12-25 Costa Tsaousis ... cleanup locking; ability to compile AVL with MUTEX...
2015-12-22 Costa Tsaousis ... moved an error to internal checks
2015-12-22 Costa Tsaousis ... prevent interpolation on absolute values that are colle...
2015-12-20 Costa Tsaousis ... added config option "memory deduplication (ksm) = yes...
2015-11-29 Costa TsaousisMerge pull request #35 from alonbl/cleanups
2015-11-29 Alon Bar-Levcleanup: remove trailing spaces
2015-11-27 Costa Tsaousis ... avl is now threat safe (found a condition where the...
2015-11-26 Costa Tsaousis ... improved accuracy for "per second" calculation - preven...
2015-11-25 Costa Tsaousis ... fixed a bug in the incremental calculations where the...
2015-11-19 Costa Tsaousis ... fixed a typo
2015-11-19 Costa Tsaousis ... added noreset flag to prevent apps.plugin charts from...
2015-11-16 Costa Tsaousis ... fixed charts.d.plugin to get directories from netdata...
2015-11-15 Costa TsaousisMerge pull request #17 from alonbl/build
2015-11-15 Alon Bar-Levbuild: migrate to autotools
2015-10-25 Costa Tsaousis ... extended disk statistics
2015-10-25 Costa Tsaousis ... optimized json generation loop; some two stage json...
2015-10-24 Costa Tsaousis ... new mechanism for two stage processing of web output...
2015-10-03 Costa Tsaousis ... code optimizations; added temperature charts.d plugin
2015-09-16 Costa Tsaousis ... do not remove idle dimensions from charts
2015-09-13 Costa Tsaousis ... delete unupdated dimensions after a week
2015-04-02 Costa Tsaousis ... replace simple_hash with one at a time hash
2015-04-02 Costa Tsaousis ... replaced simple_hash with the FNV-1a 32bit algorithm
2015-03-24 Costa Tsaousis ... added ipv6 support; minor fixes
2015-03-22 Costa Tsaousis ... added index in rrdset names too; fixed crash in apps...
2015-03-22 Costa Tsaousis ... added libavl for supporting balanced binary trees ...
2015-03-21 Costa Tsaousis ... added flags to storage_number; added gap functionality...
2015-03-19 Costa Tsaousis ... detect too big updates correctly
2015-03-19 Costa Tsaousis ... detect too big updates correctly
2015-03-19 Costa Tsaousis ... detect too big updates correctly
2015-03-19 Costa Tsaousis ... detect too big updates correctly
2015-03-19 Costa Tsaousis ... detect too big updates correctly
2015-03-19 Costa Tsaousis ... added debug
2015-03-19 Costa Tsaousis ... nfacct plugin source files
2015-03-18 Costa Tsaousis ... added nfacct charts (disabled for the moment - they...
2015-03-17 Costa Tsaousis ... nfsd read-ahead depth is now reported as a percentage...
2015-03-16 Costa Tsaousis ... splitted netdata to multiple source files