src/Makefile: Support silent build rules for pod2man.
[collectd.git] / src /
2016-06-04 Sebastian Harlsrc/Makefile: Support silent build rules for pod2man.
2016-06-04 Ruben KerkhofMerge pull request #1737 from rubenk/pthread-cleanup
2016-06-04 Ruben KerkhofRemove HAVE_PTHREAD_H include guard
2016-06-04 Ruben KerkhofSort types.db
2016-06-04 Ruben KerkhofMerge pull request #1548 from bbczeuz/zseng_dev_chrony
2016-06-03 Ruben Kerkhofsrc/Makefile.am: merge EXTRA_DIST variables
2016-06-03 Ruben Kerkhofsrc/Makefile.am: remove commented out line
2016-06-03 Ruben Kerkhofsrc/Makefile.am: remove useless assigment
2016-06-03 Ruben Kerkhofzfs_arc: simplify build logic
2016-06-03 Ruben Kerkhofsrc/Makefile.am: remove useless assignment
2016-06-03 Ruben Kerkhofxencpu: add missing cppflags and ldflags
2016-06-03 Ruben Kerkhofwrite_redis: append to CPPFLAGS, not CFLAGS
2016-06-03 Ruben Kerkhofopenvpn plugin: remove useless assignment
2016-06-03 Ruben Kerkhoforacle plugin: use CPPFLAGS instead of CFLAGS
2016-06-03 Ruben Kerkhofopenldap plugin: use CPPFLAGS instead of CFLAGS
2016-06-03 Ruben Kerkhofopenldap plugin: use $PLUGIN_LDFLAGS
2016-06-03 Ruben Kerkhofsrc/Makefile.am: remove useless assignment
2016-06-03 Ruben Kerkhofmysql plugin: simplify build logic
2016-06-03 Ruben Kerkhoflvm: add missing cppflags and ldflags to Makefile
2016-06-03 Ruben Kerkhofsrc/Makefile.am: remove useless assignment
2016-06-03 Ruben Kerkhofipvs: simplify logic a bit
2016-06-03 Ruben Kerkhofsrc/Makefile.am: remove useless assignment
2016-06-03 Ruben Kerkhofsimplify Makefile.am for nginx and write_http
2016-06-03 Ruben KerkhofSimplify Makefile.am for curl plugins
2016-06-03 Ruben Kerkhofaquaero: add flags to the right variable
2016-06-03 Ruben Kerkhofsrc/Makefile.am: merge 2 lines
2016-06-03 Ruben Kerkhofsrc/Makefile.am: simplify Apache plugin
2016-06-03 Ruben Kerkhofconfigure.ac: break a few long lines up
2016-06-03 Ruben KerkhofAlways build with pthread support
2016-06-03 Ruben Kerkhofunixsock plugin: stop linking with libpthread
2016-06-03 Ruben Kerkhofstatsd plugin: stop linking with libpthread
2016-06-03 Ruben Kerkhofsnmp plugin: stop linking with libpthread
2016-06-03 Ruben Kerkhofnut plugin: stop linking with libpthread
2016-06-03 Ruben Kerkhofnotify_email plugin: stop linking with libpthread
2016-06-03 Ruben Kerkhofnetwork plugin: stop linking with libpthread
2016-06-03 Ruben Kerkhofjava plugin: stop linking with libpthread
2016-06-03 Ruben Kerkhofexec plugin: stop linking with libpthread
2016-06-03 Ruben Kerkhofemail plugin: stop linking with libpthread
2016-06-03 Ruben Kerkhofdns plugin: stop linking with libpthread
2016-06-03 Ruben Kerkhofall plugins: remove pthread.h include
2016-06-03 Ruben KerkhofDon't hardcode libpthread
2016-06-03 Ruben Kerkhofcollectd_tg: let automake compute dependencies
2016-06-03 Ruben Kerkhofcollectd_tg: simplify logic a bit
2016-06-03 Ruben Kerkhofcollectdctl: let automake compute dependencies
2016-06-03 Ruben Kerkhofcollectdctl: simplify logic a bit
2016-06-03 Ruben Kerkhofsrc/Makefile.am: let automake compute dependencies
2016-06-03 Ruben Kerkhofsrc/Makefile.am: simplify logic a bit
2016-06-03 Claudius ZingerliRemoved braces on single line 'if'. Always using inet_ntop.
2016-06-03 Claudius ZingerliMacro fixes, Implemented comments from code review...
2016-06-03 Ruben Kerkhofsrc/Makefile.am: remove CPPFLAGS assignment
2016-06-03 Ruben KerkhofMerge branch 'collectd-5.5'
2016-06-03 Ruben KerkhofMerge branch 'collectd-5.4' into collectd-5.5
2016-06-03 Ruben Kerkhofsrc/Makefile.am: remove unused variable
2016-05-30 Sebastian HarlMerged branch 'collectd-4.10' into collectd-5.4.
2016-05-30 Sebastian Harlperl plugin: Be more consistent about capitalization.
2016-05-30 Pavel Rochnyackperl plugin: Removed commented code
2016-05-30 Pavel Rochnyackperl plugin: Added call_pv_locked() wrapper to handle...
2016-05-30 Pavel Rochnyackperl plugin: Switched to PTHREAD_MUTEX_RECURSIVE locking
2016-05-30 Pavel Rochnyackperl plugin: Fixes for #1706
2016-05-30 Pavel Rochnyackperl plugin: lock base thread interpreter in perl_init...
2016-05-30 Sebastian HarlMerge pull request #1710 from rpv-tomsk/perl-plugin...
2016-05-30 Pavel Rochnyackperl plugin: Removed commented code
2016-05-30 Pavel Rochnyackperl plugin: Added call_pv_locked() wrapper to handle...
2016-05-30 Pavel Rochnyackperl plugin: Switched to PTHREAD_MUTEX_RECURSIVE locking
2016-05-29 Pavel Rochnyackperl plugin: Fixes for #1706
2016-05-29 Pavel Rochnyackperl plugin: lock base thread interpreter in perl_init...
2016-05-26 Ruben KerkhofMerge pull request #1708 from rpv-tomsk/plugin-postgres...
2016-05-26 Pavel Rochnyackutils_db_query (postgresql/dbi/oracle plugins): Documen...
2016-05-25 Ruben KerkhofMerge branch 'collectd-5.5'
2016-05-25 Florian Forsterplugin_mock.c: Declare "kc".
2016-05-25 Ruben KerkhofDo not link test_plugin_ceph with libcommon
2016-05-25 Ruben KerkhofSet subdir-objects globally instead of per Makefile
2016-05-25 Florian ForsterMakefile.am: Link tests with required libraries, too.
2016-05-25 Ruben KerkhofFix a typo that snuck in with 0c8d275
2016-05-25 Florian ForsterLink libcommon.la with $(COMMON_LIBS).
2016-05-25 Ruben KerkhofMerge branch 'collectd-5.5'
2016-05-25 Ruben KerkhofMerge branch 'collectd-5.4' into collectd-5.5
2016-05-25 Ruben KerkhofMerge pull request #1726 from rubenk/udev
2016-05-25 Marc Fournierprocesses: re-add <sys/user.h> inclusion
2016-05-25 Ruben KerkhofStop hardcoding libudev
2016-05-25 Ruben KerkhofAdd missing udev flags to Makefile.am
2016-05-25 Marc FournierMerge branch 'collectd-5.4' into collectd-5.5
2016-05-25 Ruben Kerkhofprocesses: MAXCOMLEN is not exposed on Solaris
2016-05-25 Ruben KerkhofMerge pull request #1723 from rpv-tomsk/disk-plugin
2016-05-25 Pavel Rochnyackdisk plugin: Initialize udev context only once, not...
2016-05-25 Pavel Rochnyackdisk plugin: Call disk_udev_attr_name() only when UdevN...
2016-05-20 Marc Fourniercollectd.conf.in: remove extraneous pound sign
2016-05-20 Ruben KerkhofMerge branch 'collectd-5.5'
2016-05-20 Ruben KerkhofMerge branch 'collectd-5.4' into collectd-5.5
2016-05-20 Birger Schmidtutils_cache.c: fix FORMAT_VL failed ERROR messages
2016-05-15 ciomairekill correct pid on fdopen failure
2016-05-12 Pavel Rochnyackpostgresql plugin: Improve documentation about Result...
2016-05-12 Pavel Rochnyackutils_db_query (postgresql/dbi/oracle plugins): Add...
2016-05-10 Ruben KerkhofMerge branch 'collectd-5.5'
2016-05-10 Ruben KerkhofMerge branch 'collectd-5.4' into collectd-5.5
2016-05-10 Ruben Kerkhofrrdtool plugin: fix thread-safety detection
2016-05-10 Marc FournierMerge pull request #1308 from mfournier/openldap-persis...
2016-05-10 Marc FournierMerge pull request #1686 from rubenk/zfs-arc
2016-05-10 Marc Fournierapcups: define default server timeout as a constant
2016-05-10 Marc FournierMerge remote-tracking branch 'origin/pr/1701'
next