summaryrefslogtreecommitdiffstats
path: root/src/plugin_tc.c
AgeCommit message (Expand)Author
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis
2016-07-25respect the plugin directory set in netdata.conf when searching for the tc he...Costa Tsaousis
2016-07-17added TC qos options to control individual chartsCosta Tsaousis
2016-07-17TC plugin now cleanups properly; added TC packets and dropped packets chartsCosta Tsaousis
2016-06-11added gcc printf checking to debug(), error(), fatal(), info(), web_sprintf()...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-06finalized dictionary.cCosta 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-03-31error handling in key areas #102Costa Tsaousis (ktsaou)
2016-02-28tc: non-HTB classes were missed: fixedCosta Tsaousis (ktsaou)
2016-02-28tc: dont be limited to HTBCosta Tsaousis (ktsaou)
2016-02-28now it attempts to parse only HTB classes and it collects all values: bytes, ...Costa Tsaousis (ktsaou)
2016-02-08added a new element on all charts: context, which is the template upon the ch...Costa Tsaousis (ktsaou)
2016-02-06added pthread_exit in hope it will solve the crash at exitCosta Tsaousis (ktsaou)
2016-01-16minor modification for clean exit; dashboard fixes for inheriting chart color...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-01added cleanup on exitCosta 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-26fixed a bug in the incremental calculations where the exact duration (in nano...Costa Tsaousis (ktsaou)
2015-11-21added resource usage and timing for tc plugin and scriptCosta Tsaousis (ktsaou)
2015-11-15build: migrate to autotoolsAlon Bar-Lev
2015-10-27disk statistics got proper names; isolated a performance issue with strftime(...Costa Tsaousis (ktsaou)
2015-10-26extended disk statisticsCosta Tsaousis (ktsaou)
2015-05-05fix for defunct childsCosta Tsaousis (ktsaou)
2015-04-07optimized pluginsd parsing for speedCosta Tsaousis (ktsaou)
2015-04-04tc: optimized memory usageCosta Tsaousis (ktsaou)
2015-04-04log: now is logging program name too; tc: huge optimizations; procfile: optim...Costa Tsaousis (ktsaou)
2015-03-22added libavl for supporting balanced binary trees - this improves search perf...Costa Tsaousis (ktsaou)
2015-03-16splitted netdata to multiple source filesCosta Tsaousis (ktsaou)