]> arthur.barton.de Git - netdata.git/history - src/rrdset.c
added compile option NETDATA_VERIFY_LOCKS to enable the locks
[netdata.git] / src / rrdset.c
2017-03-12 Costa Tsaousis ... added compile option NETDATA_VERIFY_LOCKS to enable...
2017-03-12 Costa TsaousisMerge pull request #1930 from ktsaou/master
2017-03-12 Costa Tsaousis ... locks abstraction, error reporting, debugging
2017-03-12 Costa Tsaousis ... locks error handling
2017-03-04 Costa TsaousisMerge pull request #1880 from sternix/master
2017-03-04 Costa TsaousisMerge pull request #1877 from l2isbad/postgres_plugin_fixes
2017-03-02 Costa TsaousisMerge pull request #1875 from ktsaou/master
2017-03-01 Costa Tsaousis ... delete obsolete charts and orphan hosts by default
2017-02-28 Costa Tsaousis ... self-cleaning obsolete cgroups and network interfaces...
2017-02-27 Costa TsaousisMerge pull request #1822 from l2isbad/mongodb_plugin
2017-02-26 Costa TsaousisMerge pull request #1815 from lfdominguez/master
2017-02-26 Costa TsaousisMerge pull request #1852 from l2isbad/web_log_plugin_im...
2017-02-26 Costa TsaousisMerge pull request #1845 from l2isbad/self_signed_certi...
2017-02-26 Costa TsaousisMerge pull request #1817 from ktsaou/multi-host
2017-02-25 Costa Tsaousis ... allow netdata to cleanup orphan hosts that have not...
2017-02-25 Costa Tsaousis ... minor fix for timings
2017-02-24 Costa Tsaousis ... improved configuration and fixes for proxy mode
2017-02-23 Costa Tsaousis ... allow each netdata host to have its own thread for...
2017-02-23 Costa Tsaousis ... added rrd memory mode "none" to allow netdata act as...
2017-02-23 Costa Tsaousis ... prevent loading files with future dates
2017-02-22 Costa Tsaousis ... allow metrics streaming to work in parallel with local...
2017-02-21 Costa Tsaousis ... prevent the charts from moving into the future
2017-02-21 Costa Tsaousis ... pass microseconds to central netdata; fix unittest...
2017-02-21 Costa Tsaousis ... properly lock all sensitive linked lists
2017-02-21 Costa Tsaousis ... draft implementation of netdata central push server...
2017-02-21 Costa Tsaousis ... added localhost as a fixed name localhost can be referred
2017-02-21 Costa Tsaousis ... RRDHOSTs free all their memory (all substructures)...
2017-02-21 Costa Tsaousis ... unified rrd locks
2017-02-21 Costa Tsaousis ... hosts except localhost save files in subdirectory in...
2017-02-21 Costa Tsaousis ... unified rrdset and rrddim to use enum for flags
2017-02-21 Costa Tsaousis ... remove references to localhost from registry - now...
2017-02-21 Costa Tsaousis ... each host can have its own settings for history, update...
2017-02-21 Costa Tsaousis ... memory mode and health configuration per host
2017-02-21 Costa Tsaousis ... all internal plugins create chart at localhost except...
2017-02-21 Costa Tsaousis ... localhost is now dynamic
2017-02-18 Costa Tsaousis ... split rrd.c into multiple files