summaryrefslogtreecommitdiffstats
path: root/src/plugin_nfacct.c
AgeCommit message (Expand)Author
2017-03-18eliminated warnings identified by coverityCosta Tsaousis (ktsaou)
2017-03-18properly name the expectations chartCosta Tsaousis (ktsaou)
2017-03-18added netfilter expectationsCosta Tsaousis (ktsaou)
2017-03-18netfilter plugin - final touch before moving it outside netdataCosta Tsaousis (ktsaou)
2017-03-18added connection tracking information via netlinkCosta Tsaousis (ktsaou)
2017-03-17convert nfacct to linked-list instead of arrayCosta Tsaousis (ktsaou)
2017-03-17properly initialize the just allocated global structuresCosta Tsaousis (ktsaou)
2017-03-17properly initialize global structuresCosta Tsaousis (ktsaou)
2017-03-17nfacct plugin with static dimension pointersCosta Tsaousis (ktsaou)
2017-03-17update nfacct plugin to match current netdata developmentCosta Tsaousis (ktsaou)
2017-02-22draft implementation of netdata central push server - untestedCosta Tsaousis (ktsaou)
2017-02-22each host can have its own settings for history, update_every, rrd memory mod...Costa Tsaousis (ktsaou)
2017-02-18split rrd.c into multiple filesCosta Tsaousis (ktsaou)
2017-02-17lower the memory footprint of dimensions by 1.5KBCosta Tsaousis (ktsaou)
2017-01-14do not leak memory on exitCosta Tsaousis (ktsaou)
2017-01-14improved netdata cleanup/exit procedureCosta Tsaousis (ktsaou)
2016-12-11use usec_t for microseconds time variablesRémi Lefèvre
2016-12-11replace `gettimeofday()` calls by `now_realtime_timeval()`Rémi Lefèvre
2016-12-11replace `usec_dt()` calls by `dt_usec()`Rémi Lefèvre
2016-12-11`replace `time(NULL)` calls by `now_realtime_sec()`Rémi Lefèvre
2016-09-26Replace deprecated bcopy() by memmove()Chocobo1
2016-09-26Use reallocz()Chocobo1
2016-09-04re-order the dashboard menu so that Disks is above networkingCosta Tsaousis (ktsaou)
2016-08-21usecdiff has been renamed to usec_dt; fixes #811Costa Tsaousis (ktsaou)
2016-08-21fix for compiling nfacct plugin; fixes #811Costa Tsaousis (ktsaou)
2016-08-13converted tabs for C, JS, BASH to 4 spacesCosta Tsaousis
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis
2016-04-09new feature: added data collection for SYNPROXY - netfilter TCP anti-DDoS pro...Costa Tsaousis (ktsaou)
2016-03-29fix for compilation #63Costa 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-11-30cleanup: remove trailing spacesAlon Bar-Lev
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-03-22added libavl for supporting balanced binary trees - this improves search perf...Costa Tsaousis (ktsaou)
2015-03-19nfacct plugin source filesCosta Tsaousis (ktsaou)