Code

collectd.git
2013-01-27 Florian ForsterUpdated ChangeLog. collectd-5.2.1
2013-01-27 Florian ForsterMerge remote-tracking branch 'origin/collectd-5.2'...
2013-01-27 Florian ForsterBumped version to 5.2.1; Updated ChangeLog.
2013-01-25 Florian ForsterMerge branch 'collectd-5.1' into collectd-5.2
2013-01-25 Florian ForsterBumped version to 5.1.2; Updated ChangeLog. collectd-5.1.2
2013-01-25 Yves MettierAdded "tar-pax" (bugfix for long filenames with make...
2013-01-25 Florian Forstersrc/Makefile.am: Fix "make distcheck".
2013-01-25 Yves Mettierbugfix ("cannot find collectd.h") for branch master...
2013-01-25 Yves Mettiermake distcheck : perllocal.pod was missing. Fixed
2013-01-25 Yves MettierFix make distcheck (against release 5.1.1)
2013-01-23 Sebastian Harlpostgresql plugin: Don't access realloc'ed memory.
2013-01-18 Ed Schoutensrc/utils_dns.c: Improve ordering of includes.
2013-01-17 Florian Forsterwrite_graphite plugin: Remove two more redundant error...
2013-01-17 Florian Forstersrc/utils_complain.[ch]: Fix the complaint mechanism...
2013-01-17 Florian Forsterwrite_graphite: Use the complain mechanism to report...
2013-01-16 Florian ForsterMerge remote-tracking branch 'origin/collectd-5.2'...
2013-01-16 Florian Forsterwrite_graphite: Decrease a buffer size.
2013-01-14 Florian ForsterMerge branch 'collectd-5.1' into collectd-5.2
2013-01-14 Florian ForsterMerge branch 'collectd-4.10' into collectd-5.1
2013-01-14 Florian Forsterdbi plugin: Replace cdbi_config_set_string() with cf_ut...
2013-01-14 Jeff SchroederFixed a small typo in the ethstat plugin
2013-01-11 Florian Forsterethstat plugin: Fix the map lookup.
2012-12-13 Florian Forstersrc/types.db: Remove the maximum value from "timeleft".
2012-12-13 Florian Forsterformat_graphite: Implement the "separate instances...
2012-11-30 Florian ForsterMerge remote-tracking branch 'github/collectd-5.2'...
2012-11-30 Yves MettierFix when gcrypt.h is missing (libcollectdclient)
2012-11-30 Yves MettierFix for nanosleep missing on Solaris
2012-11-29 Sebastian Harlpostgresql plugin: Fixed a memory leak occurring on...
2012-11-29 Florian Forsterzfs_arc plugin: Fix the type used for mutex misses.
2012-11-29 Zuhaib M SiddiqueUpdating data source for collectd v5, see https://colle...
2012-11-28 Florian ForsterMerge remote-tracking branch 'github/collectd-5.2'...
2012-11-28 Florian Forstervarnish plugin: Make sure the argument passed to VSM_n_...
2012-11-28 Bernd AhlersAdd missing "Graphite" to the amqp format list.
2012-11-20 Sebastian Harlcollectd.conf: Added example PostgreSQL writer configur... sh/collectd-5.2
2012-11-20 Sebastian Harlcollectd.conf: Added a short explanation to the 'Interv...
2012-11-20 Sebastian HarlREADME: Added 'pf' and 'aggregation' plugins.
2012-11-19 Pierre-Yves... fix redis default node initialization
2012-11-19 Florian Forstercollectd-tg(1): Add manpage.
2012-11-17 Florian Forstercollectd.conf(5): Add the per-plugin interval to the...
2012-11-17 Ruben KerkhofFix java detection as unprivileged user. collectd-5.2.0
2012-11-17 Ruben KerkhofFix building of java binding
2012-11-17 Florian Forstersrc/libcollectdclient/Makefile.am: Fix typo.
2012-11-17 Florian Forstersrc/libcollectdclient/Makefile.am: Add "collectd/networ...
2012-11-17 Florian ForsterBump version to 5.2.0; Update ChangeLog.
2012-11-17 Ed Schoutensrc/libcollectdclient/network.c: Fix the build on FreeBSD.
2012-11-17 Ed Schoutensrc/libcollectdclient/network_buffer.c: Fix gcrypt...
2012-11-17 Florian ForsterMerge branch 'collectd-5.1'
2012-11-17 Florian ForsterMerge remote-tracking branch 'origin/master'
2012-11-17 Florian ForsterMerge branch 'collectd-5.0' into collectd-5.1
2012-11-17 Florian ForsterMerge branch 'collectd-4.10' into collectd-5.0
2012-11-17 Marc Fournierfixed paths in example configuration file
2012-11-17 Sebastian Harllcc_features.h: Relicense under the MIT license.
2012-11-17 Florian Forstersrc/libcollectdclient/network_buffer.c: Copy gcrypt...
2012-11-17 Florian Forsterlibcollectdclient: Update to the high-resolution time...
2012-11-17 Florian ForsterMerge branch 'sr/pf'
2012-11-17 Florian ForsterMerge branch 'sh/postgresql-writer'
2012-11-17 Florian ForsterMerge branch 'sh/postgres-queries'
2012-11-17 Florian ForsterMerge branch 'libvirt-interfacenumber'
2012-11-17 Florian ForsterGenericJMXConfConnection: Automatically determine the...
2012-11-17 Florian Forsterlibcollectdclient: Relicense under the MIT license.
2012-11-17 Florian ForsterMerge branch 'ff/netlib'
2012-11-17 Ed Schoutensrc/network.c: Fix the build on FreeBSD.
2012-11-16 Florian Forstersrc/plugin.c: Replace the last use of "interval_g"...
2012-11-16 Florian ForsterMerge branch 'sh/plugin_interval'
2012-11-15 Sebastian Harlcollectd_insert.sql: Use timestamptz rather than timestamp.
2012-11-15 Sebastian Harlutils_time: cdtime_to_iso8601(): Include timezone infor...
2012-11-15 Florian Forstersrc/configfile.[ch]: Implement the cf_get_default_inter...
2012-11-15 Sebastian Harlpostgresql plugin: Simplified transaction handling...
2012-11-15 Sebastian Harlcollectd.conf(5): Documented the postgresql FLUSH support.
2012-11-15 Sebastian Harlpostgresql plugin: Added support for "flushing" data.
2012-11-15 Sebastian Harlpostgresql plugin: Fixed unregistering of write callbacks.
2012-11-15 Sebastian Harlpostgresql plugin: Unregister all writers on shutdown.
2012-11-14 Sebastian Harlpostgresql plugin: Commit a transaction before shutting...
2012-11-14 Sebastian Harlpostgresql plugin: Don't try to restart a failed transa...
2012-11-14 Sebastian Harlpostgresql plugin: Restart a writer transaction if...
2012-11-14 Sebastian Harlcollectd.conf(5): Documented the postgresql <Database...
2012-11-14 Sebastian Harlcollectd.conf(5): Documented the "CommitInterval" optio...
2012-11-14 Sebastian Harlcollectd_insert.sql: Let values_update_childs() return...
2012-11-14 Sebastian Harlcollectd_insert.sql: Added view 'collectd'.
2012-11-14 Sebastian Harlpostgresql plugin: Added 'CommitInterval' config option.
2012-11-14 Sebastian Harlcollectd-perl(5): Don't actually use $interval_g in...
2012-11-14 Sebastian Harlcollectd-perl(5): Mention that $interval_g should not...
2012-11-14 Sebastian Harlperl plugin: Emit a warning when accessing $interval_g.
2012-11-14 Sebastian Harlperl plugin: Simplified $interval_g implementation.
2012-11-14 Sebastian HarlCollectd.pm: Use plugin_get_interval() rather than...
2012-11-14 Sebastian HarlCollectd::Plugins::OpenVZ: Use plugin_get_interval...
2012-11-14 Sebastian Harlperl plugin: Export plugin_get_interval() to Perl plugins.
2012-11-14 Florian Forstersrc/plugin.c: Report an error if ctx.interval is not...
2012-11-14 Florian Forsterrrdtool plugin: Remove warnings.
2012-11-14 Florian Forstersrc/plugin.c: Don't regularly check for read plugins.
2012-11-12 Florian ForsterMerge branch 'collectd-5.1'
2012-11-11 Florian ForsterBump version to 5.1.1; Update ChangeLog. collectd-5.1.1
2012-11-11 Florian ForsterMerge branch 'collectd-5.0' into collectd-5.1
2012-11-11 Florian ForsterBump version to 5.0.5; Update ChangeLog. collectd-5.0.5
2012-11-11 Florian ForsterMerge branch 'collectd-4.10' into collectd-5.0
2012-11-11 Florian ForsterUpdate version-gen.sh. collectd-4.10.8
2012-11-11 Florian ForsterBump version to 4.10.8; Update ChangeLog.
2012-11-11 Florian Forsterping plugin: Don't abort the "ping_thread" when ping_se...
2012-11-11 Florian Forsterping plugin: Refactor "ping_thread": Move iteration...
2012-11-11 Florian Forsterdisk plugin: Add the "UseBSDName" option for Mac OS X.
next