summaryrefslogtreecommitdiffstats
path: root/src/adaptive_resortable_list.c
AgeCommit message (Expand)Author
2017-03-19coverity: 164803 Resource leak in ARL (impossible case)Costa Tsaousis (ktsaou)
2017-02-22added localhost as a fixed name localhost can be referredCosta Tsaousis (ktsaou)
2017-02-01prevent a crash when the ARL is empty; fixes #1700Costa Tsaousis (ktsaou)
2017-01-22added ARL debugging info and errors on common pitfalls (only when -DNETDATA_I...Costa Tsaousis (ktsaou)
2017-01-21reverted strcmp()Costa Tsaousis (ktsaou)
2017-01-21ARL optimization to move simple_hash() after string comparisonCosta Tsaousis (ktsaou)
2017-01-20replace strcmp() with strsame() and procfile improvementsCosta Tsaousis (ktsaou)
2017-01-20allow ARL to cleanup periodicallyCosta Tsaousis (ktsaou)
2017-01-20adaptive resortable list implementation; used it in cgroups and vmstatCosta Tsaousis (ktsaou)