collectd.git
2010-12-04 Florian Forsterconfigure.in: Make the pkg-config name of liblua config... ja/lua
2010-11-28 Florian Forsterlua plugin: Create a new thread for each callback.
2010-11-28 Florian Forstersrc/utils_lua.[ch]: Various small bugfixes.
2010-11-28 Florian Forsterlua plugin: Use "lua_pcall" to call read callbacks.
2010-11-28 Florian Forsterlua plugin: Implement write callbacks.
2010-11-28 Florian Forsterlua plugin: Implement "store callback" and "load callback".
2010-11-28 Florian Forstersrc/utils_lua.[ch]: Implement functions to export C...
2010-11-28 Florian Forsterlua plugin: Move the type conversion functions to a...
2010-11-26 Florian ForsterMerge branch 'master' into ja/lua
2010-11-26 Florian Forstersrc/utils_time.[ch]: Implement work-around for Mac...
2010-11-25 Florian Forsterlua plugin: Implement conversion of Lua numbers to...
2010-11-25 Florian Forsterlua plugin: First take at a "dispatch_values" function.
2010-11-25 Florian Forsterlua plugin: Be more verbose when loading a script fails.
2010-11-25 Florian Forsterlua plugin: Use the "luaL_openlibs" auxiliary function...
2010-11-25 Florian Forstersrc/collectd.conf.in: Add the Lua plugin.
2010-11-25 Florian ForsterBuild system, lua plugin: Update for Lua 5.1
2010-11-24 Florian Forsterlua plugin: A first and very simple take at read callbacks.
2010-11-24 Florian Forstercontrib/collectd.lua: s/dofile/require/
2010-11-24 Florian Forsterlua plugin: Move the "collectd_log()" function to src...
2010-11-24 Florian Forsterlua plugin: Refactor loading of scripts.
2010-11-24 Florian Forsterlua plugin: Fix includes.
2010-11-24 Florian ForsterBuild system: Improve checking for liblua.
2010-11-24 Julien Ammouslua plugin: first version
2010-11-23 Florian Forstersrc/utils_cache.c: Call the "missing" callbacks when...
2010-11-23 Florian Forstersrc/common.[ch]: Implement "parse_identifier_vl".
2010-11-23 Florian Forstersrc/plugin.[ch]: Implement "missing" callbacks.
2010-11-18 Florian Forstersrc/collectd.conf.in: Add the LPAR plugin.
2010-11-18 Florian Forstercollectd.conf(5): Add documentation for the LPAR plugin.
2010-11-17 Florian ForsterMerge branch 'ff/highres'
2010-11-16 Florian Forsternetwork plugin: Introduce new types for the "high resol...
2010-11-11 Florian Forsterunixsock plugin: Implement the "DeleteSocket" option.
2010-11-11 Sven Trenkelpython: Added support for subsecond interval.
2010-11-11 Florian Forsterv5upgrade target: Implement "upgrades" for the ZFS...
2010-11-11 Florian Forsterzfs_arc plugin: Change the order of type instance ...
2010-11-11 Florian Forsterzfs_arc plugin: Use the more generic "cache_*" types …
2010-11-06 Florian Forstersrc/utils_cmd_flush.c: Fix parsing of the "timeout...
2010-11-06 Florian Forsterrrdtool plugin: Make sure "cache_timeout + random_varia...
2010-11-06 Florian Forstersrc/{collectd,plugin}.c: Don't cast "-1" to cdtime_t.
2010-11-06 Florian ForsterMerge branch 'collectd-4.10'
2010-11-06 Florian ForsterMerge branch 'collectd-4.9' into collectd-4.10
2010-11-06 Florian ForsterREADME: Add libperfstat as an optional dependency.
2010-11-06 Florian ForsterAUTHORS: Add Aurélien Reynaud
2010-11-06 Florian ForsterREADME: Add the "LPAR" plugin.
2010-11-06 Florian ForsterMerge branch 'ar/lpar'
2010-11-06 Aurelien Reynaudlpar plugin: rename NS_TO_TICKS() macro to CLOCKTICKS_T...
2010-11-06 Aurelien Reynaudlpar plugin: update commen t regarding poll_idle vs...
2010-11-06 Aurelien Reynaudlpar plugin: check for donation support in libperfstat
2010-11-06 Florian ForsterMerge branch 'sp/amqp'
2010-11-06 Florian ForsterAUTHORS: Add Sebastien Pahl.
2010-11-06 Florian Forsteramqp plugin: Document the lock required to hold when...
2010-11-06 Florian Forsteramqp plugin: Rename the "shutdown" function to avoid...
2010-11-06 Florian Forsteramqp plugin: Fix order of includes.
2010-11-06 Florian Forstersrc/types.db: Add type "current_sessions".
2010-11-03 Florian ForsterMany plugins and files: Convert "interval_g" and "vl...
2010-10-31 Florian ForsterMerge branch 'master' into ff/subsecond
2010-10-31 Florian ForsterMove the "cdtime_t" type to "collectd.h".
2010-10-31 Florian Forstersrc/collectd.h: Do not include <stdbool.h> here.
2010-10-31 Florian Forsterpowerdns plugin: Make calculation of timeout value...
2010-10-31 Florian Forsteripvs plugin: Remove explicit reference of "interval_g".
2010-10-31 Florian Forstersrc/common.c: parse_values: Add error handling.
2010-10-31 Florian Forsterthermal plugin: Remove explicit reference to "interval_g".
2010-10-31 Florian Forstersrc/utils_cache.c: Fix timeout checking.
2010-10-31 Florian Forsterrrdtool plugin: Fix the "random variation" implementation.
2010-10-31 Florian ForsterVarious plugins: More fixes for the "cdtime_t" change.
2010-10-31 Florian Forsterjava plugin: Fix conversion from / to Java.
2010-10-31 Florian Forsterlibvirt plugin: Don't set the time explicitly.
2010-10-31 Florian ForsterVarious plugins: Some more fixes with the time_t →...
2010-10-31 Florian Forsternetwork plugin: Don't use the "true" and "false" macros...
2010-10-31 Florian Forstersrc/plugin.[ch]: Change the flush callbacks to take...
2010-10-31 Florian Forstersrc/utils_time.h: Add macros for converting to "struct...
2010-10-31 Florian Forstersrc/plugin.[ch]: Change the "time" member to "cdtime_t".
2010-10-31 Florian Forstersrc/configfile.[ch]: Add "cf_util_get_cdtime".
2010-10-30 Florian ForsterMerge branch 'master' into ff/subsecond
2010-10-30 Florian ForsterVarious plugins: Don't call "time(2)" in the plugins...
2010-10-30 Florian Forstersrc/utils_time.[ch]: Add module for sub-second time...
2010-10-11 Sven Trenkelnetapp plugin: Fixed a bug that prevented the configure...
2010-10-06 Florian Forsterlpar plugin: Calculate "pool busy" from "pool idle...
2010-10-06 Florian ForsterMerge remote branch 'trenkel/collectd-4.10' into collec...
2010-10-04 Sven TrenkelFixed epic documentation fail. Python3 and meta-data...
2010-10-01 Sven TrenkelAdd sys.argv. Not too many programs consider the possib...
2010-09-30 Sven TrenkelFixed possible memory leak in case of broken match_valu...
2010-09-30 Florian Forstersrc/types.db: Remove unused type "pinba_view".
2010-09-30 Florian Forsternetwork plugin: Increase default buffer size to 1452.
2010-09-29 Florian Forstersrc/utils_cache.c: Replace a left-over hard-coded defau...
2010-09-29 Florian ForsterMerge branch 'kr/ctxt'
2010-09-29 Florian Forstercontextswitch plugin: Some coding style changes.
2010-09-29 Florian Forstercontextswitch plugin: Add copyright and author information.
2010-09-27 Florian Forstermysql plugin: Remove some inactive (legacy) code.
2010-09-27 Florian Forsterapache plugin: Remove legacy code.
2010-09-24 Florian Forstercurl_json plugin: Improve error handling.
2010-09-24 Florian Forstercurl_json plugin: Restore struct when handling error.
2010-09-15 Florian Forstersrc/collectd.h: Do not include <sensors/sensors.h>...
2010-09-12 Florian Forsterlpar plugin: Use a global "perfstat_partition_total_t...
2010-09-12 Florian Forsterlpar plugin: Account "idle" pool time rather than ...
2010-09-11 Manuel Luis... PATCH apache.c: support IBM HTTP Server.
2010-09-11 Florian Forsterlpar plugin: Explain donations a bit more.
2010-09-11 Florian Forsterlpar plugin: Rename the "system" metric (from "sys").
2010-09-11 Aurelien ReynaudFix errno thread-safety under AIX
2010-09-11 Florian Forsterlpar plugin: Introduce a "NS_TO_TICKS" macro.
2010-09-11 Florian Forsterlpar plugin: Move / add comments.
next