summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2017-02-23added rrd memory mode "none" to allow netdata act as a proxy to forward metri...Costa Tsaousis (ktsaou)
2017-02-22draft implementation of netdata central push server - untestedCosta Tsaousis (ktsaou)
2017-02-22RRDHOSTs free all their memory (all substructures) when they are deallocatedCosta Tsaousis (ktsaou)
2017-02-22all internal plugins create chart at localhost except plugins.d that respects...Costa Tsaousis (ktsaou)
2017-02-22every host has its own healthCosta Tsaousis (ktsaou)
2017-02-18split rrd.c into multiple filesCosta Tsaousis (ktsaou)
2017-02-15allow netdata to be easily relocatableCosta Tsaousis (ktsaou)
2017-02-05minor fixesCosta Tsaousis (ktsaou)
2017-01-20adaptive resortable list implementation; used it in cgroups and vmstatCosta Tsaousis (ktsaou)
2017-01-18use gcc statement expressions to inline commonly used functionsCosta Tsaousis (ktsaou)
2017-01-15simple_pattern now also supports asterisks in the middle; cgroups cleanup;Costa Tsaousis (ktsaou)
2017-01-14diskspace statistics are now a separate thread, to isolate the delays introdu...Costa Tsaousis (ktsaou)
2017-01-11detect ECC memory correctable and uncorrectable errors; fixes #1508Costa Tsaousis (ktsaou)
2017-01-11uptime plugin; fixes #1546; fixes #1507Costa Tsaousis (ktsaou)
2016-12-31removed over-optimization at the registry to simplify its logic and remove ra...Costa Tsaousis (ktsaou)
2016-12-24re-worked connect_to() to properly support IPv6; #1432Costa Tsaousis (ktsaou)
2016-12-11introduce new clocks API using `clock_gettime()`Rémi Lefèvre
2016-11-20preparation for backend databasesCosta Tsaousis
2016-11-13added IPC semaphores chartsCosta Tsaousis (ktsaou)
2016-10-16fixes for enabling clion debuggingCosta Tsaousis (ktsaou)
2016-09-30fix unecessary calls to realloc(); added memory allocations logger - enabled ...Costa Tsaousis
2016-09-26added missing files for CLionCosta Tsaousis
2016-08-10added RRDCALC management; preparation for expression evaluationCosta Tsaousis
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis
2016-07-27apps.plugin optimization to send all the data to netdata with just one write ...Costa Tsaousis
2016-06-19update cmake configurationCosta Tsaousis
2016-06-18cmake is now operationalCosta Tsaousis
2016-05-14apps.plugin now runs with linux capabilites instead of setuid to rootCosta Tsaousis
2016-05-08registry: working prototype with load/saveCosta Tsaousis
2016-04-24added support for monitoring cgroupsCosta Tsaousis (ktsaou)
2016-04-22older browsers compatibility fix; fixed a bug introduced with #290 due to #28...Costa Tsaousis (ktsaou)
2016-04-15added files for CLionCosta Tsaousis (ktsaou)