collectd.git
2018-05-31 Ruben Kerkhofwireless plugin: fix implicit conversion warning
2018-05-31 Ruben KerkhofRemove unused asubst function
2018-05-31 Ruben Kerkhofutils_time.c: fix implicit conversion warning
2018-05-31 Ruben Kerkhofwrite_sensu plugin: fix implicit conversion
2018-05-31 Ruben Kerkhofutils_mount.c: fix implicit conversion
2018-05-31 Ruben Kerkhofdpdk: Ansify function prototype
2018-05-31 Ruben KerkhofFix out of tree builds
2018-05-31 Ruben Kerkhofcollectd.c: modernize code a bit
2018-05-31 Ruben KerkhofMerge pull request #2802 from ajssmith/amqp1_dev2_branch
2018-05-30 Andrew SmithFix potential memory leaks found in ci scan
2018-05-30 Ruben Kerkhofceph plugin: fix scan-build warnings
2018-05-30 Pavel RochnyakMerge pull request #2796 from elfiesmelfie/feat_ipmi_SE...
2018-05-30 Ruben KerkhofMerge pull request #2801 from elfiesmelfie/fix_ovs_clang
2018-05-29 Ruben Kerkhofintel_rdt: fix format specifier
2018-05-29 Ruben Kerkhofintel_rdt: fix a bunch of warnings
2018-05-29 Ruben Kerkhofvirt plugin: fix a few sign compare warnings
2018-05-29 Ciara Loftusutils_ovs: Avoid potential access of freed memory
2018-05-29 Ruben Kerkhofdpdkevents plugin: fix sign compare warnings
2018-05-29 Ruben Kerkhofipmi plugin: fix sign compare warning
2018-05-29 Ruben Kerkhofamqp1 plugin: fix sign compare warning
2018-05-29 Ruben Kerkhofturbostat plugin: free the right variable
2018-05-29 Ruben Kerkhofsnmp plugin: fix scan-build warning
2018-05-28 Pavel Rochnyackredis plugin: fix issue found by master aggregation...
2018-05-28 Pavel Rochnyackredis plugin: fix issue found by master aggregation...
2018-05-28 Pavel Rochnyackredis plugin: polished a bit
2018-05-28 skobredis plugin: [new feature] ability to select database...
2018-05-26 Pavel RochnyakMerge pull request #1705 from rpv-tomsk/oracle-memleak-fix
2018-05-26 Ruben Kerkhofstatsd plugin: Comparison is always true because status...
2018-05-24 Ruben KerkhofMerge pull request #2797 from rubenk/amqp-cleanups
2018-05-24 Pavel RochnyackMerge pull request #2729 from cekstam/add-scale-and...
2018-05-24 Pavel Rochnyackmodbus: polished code style
2018-05-24 Pavel RochnyakMerge pull request #2670 from antvick/feature/modbus_64bit
2018-05-24 Ruben Kerkhofvirt plugin: set bool to false, not 0
2018-05-24 Ruben Kerkhofvirt plugin: take mutex when setting member
2018-05-24 Ruben Kerkhofamqp1 plugin: remove unneccesary cast
2018-05-24 Ruben Kerkhofamqp1: clean it up a little
2018-05-24 Ruben Kerkhofamqp1 plugin: use bool for boolean variable
2018-05-24 Ruben Kerkhofamqp1 plugin: no need to initialize statics
2018-05-24 Ruben KerkhofMerge pull request #2618 from ajssmith/amqp1_dev1_branch
2018-05-24 Pavel Rochnyackclang-format
2018-05-24 Pavel Rochnyackutils_db_query: Removed excessive calls of udb_result_f...
2018-05-24 Pavel Rochnyackutils_db_query: Added lost free().
2018-05-24 Pavel Rochnyackplugin dbi: Added lost check for udb_query_prepare_resu...
2018-05-24 Pavel Rochnyackoracle plugin: Add lost udb_query_finish_result().
2018-05-23 Pavel RochnyackMerge branch 'collectd-5.8' into master
2018-05-23 Ruben Kerkhofprocesses plugin: fix build warning
2018-05-23 Ruben Kerkhoftable plugin: fix build warning
2018-05-23 Ruben Kerkhofnetlink plugin: fix build warnings
2018-05-23 collectd botAuto-Merge pull request #2793 from rpv-tomsk/fix-5.8
2018-05-23 Dagobert MichelsenInclude kstat.h when available
2018-05-23 Ruben KerkhofFix make distcheck on Mac OS
2018-05-23 collectd botAuto-Merge pull request #2792 from rpv-tomsk/fix-5.8
2018-05-23 Pavel RochnyackAdded missing include of "collectd.h"
2018-05-23 Dagobert MichelsenAdd endianness checks for AIX
2018-05-21 collectd botAuto-Merge pull request #2788 from rpv-tomsk/fix-5.8
2018-05-21 Dagobert MichelsenFix gcc issue on Mac byteorder
2018-05-21 Dagobert MichelsenFix conditional on byteorder to work on Solaris
2018-05-21 Dagobert MichelsenKeep clang-format happy
2018-05-21 Dagobert MichelsenAdd fallback for endianess conversion
2018-05-21 collectd botAuto-Merge pull request #2787 from rpv-tomsk/fix-5.8
2018-05-21 Pavel RochnyackAdded missing include of 'config.h'
2018-05-20 collectd botAuto-Merge pull request #2786 from rpv-tomsk/fix-5.8
2018-05-20 Pavel RochnyackAdded missing include of 'kstat.h' and variable declaration
2018-05-20 collectd botAuto-Merge pull request #2785 from rpv-tomsk/fix-5.8
2018-05-20 Pavel RochnyackTry to make clang-format happy
2018-05-20 Pavel RochnyackAdded missing include of 'kstat.h'
2018-05-20 collectd botAuto-Merge pull request #2784 from rpv-tomsk/fix-5.8
2018-05-20 Pavel RochnyackAdded missing include of 'kstat.h'
2018-05-20 Pavel RochnyackAdded missing include of "collectd.h"
2018-05-20 Pavel RochnyackMerge branch 'collectd-5.8'
2018-05-20 Pavel RochnyackMerge branch 'collectd-5.8'
2018-05-20 Ruben KerkhofMerge pull request #2783 from rpv-tomsk/tmpfix
2018-05-19 Andrew SmithAdded library link check and addressed review comments
2018-05-19 Pavel RochnyackAdded support for libi2c-4.0
2018-05-18 Ruben KerkhofMerge pull request #2701 from elfiesmelfie/feat_virt_no...
2018-05-18 Ruben KerkhofMerge pull request #2681 from elfiesmelfie/feat_pmu_cores
2018-05-18 Kamil Wiatrowskiintel_pmu plugin: fix for PR comments
2018-05-18 Radoslaw Jablonskivirt: Cleanup - removed redundant true/false setting
2018-05-18 Mariusz Szafranskiipmi plugin: Add SELSensor and SELIgnoreSelected config...
2018-05-18 Radoslaw Jablonskiplugin_mock: Mark params as unused in plugin-notificati...
2018-05-18 Radoslaw Jablonskivirt_test: Code cleanup
2018-05-18 Radoslaw Jablonskivirt: Change '_Bool' to standard 'bool' type
2018-05-16 Ruben KerkhofMerge branch 'collectd-5.8'
2018-05-16 collectd botAuto-Merge pull request #2779 from rpv-tomsk/tmpfix
2018-05-16 Pavel Rochnyackcleanup: code formatting
2018-05-16 Pavel RochnyackRemove empty `cmd_listval_t` data structure and related...
2018-05-16 Pavel RochnyakMerge pull request #2742 from elfiesmelfie/ipmi_bugfix_...
2018-05-16 Ruben KerkhofFix make distcheck on Mac OS
2018-05-16 Mariusz Szafranskiipmi plugin: Fix for segmentation fault for wrong data...
2018-05-16 Ruben KerkhofMerge pull request #2777 from rubenk/fix-truncation...
2018-05-15 Ruben Kerkhoftable plugin: fix truncation warnings
2018-05-15 Ruben Kerkhofvirt plugin: fix truncation warning
2018-05-15 Ruben Kerkhofnetlink plugin: fix truncation warnings
2018-05-15 Ruben Kerkhoftable plugin: modernize code a bit
2018-05-15 Ruben KerkhofMerge branch 'collectd-5.8'
2018-05-15 Marc FournierMerge pull request #2776 from mfournier/unblock_pr_2737
2018-05-15 Marc FournierTrigger Jenkins
2018-05-15 Ruben KerkhofMerge pull request #2774 from takahashi-tsc/bugfix...
2018-05-15 Ruben KerkhofMerge pull request #2773 from takahashi-tsc/bugfix...
2018-05-15 Toshiaki Takahashirun contrib/format.sh src/collectdmon.c
next