apache plugin: Replace C++-style comments.
[collectd.git] / src /
2009-04-20 Florian Forsterapache plugin: Replace C++-style comments.
2009-04-20 Amit Guptaapache plugin: Add support for lighttpd's scoreboard...
2009-04-16 Amit Guptaapache plugin: Prepare for parallel reading of instances.
2009-04-15 Florian Forsterapache plugin: Replace C++-style comments.
2009-04-15 Florian Forsterapache plugin: Remove unused variables.
2009-04-15 Florian Forsterapache plugin: Fix whitespace: Indent using tab, remove...
2009-04-15 Florian Forsterapache plugin: Added Amit to list of copyright holders.
2009-04-15 Amit Guptaapache plugin: Add support for multiple servers.
2009-04-13 Florian Forsternetwork plugin: Enable mixing encrypted and unencrypted...
2009-04-12 Florian Forsternetwork plugin: Use an initialization vector when encry...
2009-04-11 Florian Forsternetwork plugin: Talk about “HMAC-SHA-256” in the docume...
2009-04-11 Florian Forsternetwork plugin: Use libgcrypt's HMAC implementation...
2009-04-11 Florian Forsternetwork plugin: Use SHA-1 instead of SHA-224 to check...
2009-04-11 Florian ForsterMerge branch 'collectd-4.6'
2009-04-11 Florian ForsterMerge branch 'collectd-4.5' into collectd-4.6
2009-04-11 Doug MacEachernRestore BYTE_ORDER on DARWIN The files matching grep...
2009-04-11 Florian Forsternetwork plugin: Use CBC rather than ECB.
2009-04-10 Florian Forsternetwork plugin: Implement signing and encryption of...
2009-04-08 Doug MacEachernsrc/plugin.c: Emit warning in load_plugin if !S_ISREG
2009-04-08 Florian ForsterMerge branch 'dm/misc'
2009-04-08 Doug MacEachernsrc/plugin.c: Emit warning in load_plugin if !S_ISREG
2009-04-07 Florian Forstersrc/liboping: Remove the shipped version of the ‘oping...
2009-04-07 Florian ForsterMerge branch 'ff/memcachec'
2009-04-07 Florian Forsterdbi plugin: Be more specific about unknown field types.
2009-04-07 Florian Forsterjava plugin: Use `void *' to pass arguments of varying...
2009-04-07 Florian Forstermemcachec plugin: Add a plugin to fetch data from the...
2009-03-31 Florian ForsterMerge branch 'er/ted'
2009-03-29 Florian Forsterjava plugin: Fix a typo in the oconfig_item conversion...
2009-03-29 Florian Forstersrc/plugin.c: Automatically set vl->interval to interva...
2009-03-29 Florian Forsterjava plugin: Honor the return value of `NewGlobalRef'.
2009-03-29 Florian Forsterjava plugin: Use slashes, not dots, in absulte object...
2009-03-28 Florian Forstermysql plugin: Make the `Database' option optional again.
2009-03-27 Florian Forstersrc/configfile.c: Improve a debugging message.
2009-03-23 Florian Forstersrc/Makefile.am: Use `LIBADD' instead of `LDFLAGS'...
2009-03-22 Florian Forstersrc/utils_cmd_putval.c: Add a missing newline ...
2009-03-22 Florian Forstercollectd-unixsock(5): Fix two typos.
2009-03-20 Sebastian Harlmysql plugin: Log an info message after connecting...
2009-03-20 Sebastian Harlcollectd.conf(5): Documented support for the master...
2009-03-20 Sebastian Harlcollectd.conf(5): Documented the <Database> blocks.
2009-03-20 Sebastian Harlmysql plugin: Added support for "slave notifications".
2009-03-20 Sebastian Harlmysql plugin: Updated copyright and authors information.
2009-03-20 Sebastian Harlmysql plugin: Added support for master/slave statistics.
2009-03-20 Sebastian Harlsrc/plugin.c: Fixed a typo.
2009-03-19 Florian Forsterexec plugin: Allow executed programs to close STDERR.
2009-03-19 Florian Forsteronewire plugin: Make use of the `complex read' callbacks.
2009-03-19 Florian Forsteruptime plugin: Shuffle some preprocessor stuff around.
2009-03-19 Florian Forsterbuild system: Add the new `uptime' plugin.
2009-03-19 Marco Chiapperouptime plugin: Add a plugin to measure the time a syste...
2009-03-19 Florian Forsternetwork plugin: Improve a debugging message.
2009-03-18 Florian ForsterMerge branch 'collectd-4.6'
2009-03-18 Florian Forstersnmp plugin: Use `complex reads', one for each host.
2009-03-18 Florian Forstermysql plugin: Use "mysql-$db" when registering a read...
2009-03-18 Doug MacEachernmysql plugin: use plugin_register_complex_read
2009-03-18 Florian ForsterMerge branch 'master' of octo@verplant.org:/var/lib...
2009-03-17 Doug MacEachernmysql plugin: un-static-ize mysql connections
2009-03-17 Florian ForsterMerge branch 'collectd-4.5' into collectd-4.6
2009-03-17 Florian Forstersrc/plugin.c: Fix an error message.
2009-03-17 Florian Forstermysql plugin: Some changes to the configuration handling.
2009-03-17 Sebastian Harlconfigfile, types_list: Improved error messages when...
2009-03-17 Florian ForsterMerge branch 'collectd-4.6' of /var/lib/git/collectd...
2009-03-17 Doug MacEachernmysql plugin: add support for multiple databases
2009-03-17 Florian Forsterted plugin: Fix some minor issues with Eric's patch.
2009-03-17 Eric Reedted plugin: Some nondescript fixes.
2009-03-16 Florian Forstersrc/plugin.[ch]: Pass an interval to `plugin_register_c...
2009-03-16 Florian Forstersrc/plugin.c: Remove an unused variable.
2009-03-16 Florian Forstersrc/liboping/liboping.c: Fix a problem with strict...
2009-03-16 Florian Forstersrc/filter_chain.c: Allow chains without a default...
2009-03-16 Bruno Prémonttimediff match: Register the correct match name.
2009-03-16 Florian Forstersrc/utils_cache.c: Fix an error message.
2009-03-15 Florian Forstersrc/plugin.c: Use a heap to schedule reads.
2009-03-15 Florian Forstersrc/collectd.conf.in: Add `match_timediff'.
2009-03-14 Florian ForsterMerge branch 'master' into er/ted
2009-03-14 Florian ForsterMerge branch 'collectd-4.6'
2009-03-14 Florian ForsterMerge branch 'collectd-4.5' into collectd-4.6
2009-03-14 Florian Forsterted plugin: Don't expect a minimum length.
2009-03-14 Bruno Prémontbind plugin: Actually handle RR cache numbers as `gauge'..
2009-03-14 Florian Forsterbind plugin: "Trivial patch" to make `rr cache' stats...
2009-03-14 Florian Forsterbind plugin: "Trivial patch" to make `rr cache' stats...
2009-03-13 Florian Forstersrc/common.c, memory plugin: Fix a potential problem...
2009-03-12 Florian Forstersrc/liboping/test_liboping.c: Remove legacy file.
2009-03-09 Florian ForsterMerge branch 'ff/gmond'
2009-03-09 Florian ForsterMerge branch 'collectd-4.6'
2009-03-09 Florian Forsterrrdtool plugin: Beatify a debugging message.
2009-03-09 Florian Forstergmond plugin: Add a configuration.
2009-03-09 Florian Forstergmond plugin: Add a plugin to receive Ganglia multicast...
2009-03-07 Sebastian HarlMerge branch 'sh/collectd-4.5' into sh/collectd-4.6
2009-03-07 Sebastian Harlpostgresql_default.conf: Make sure the "disk_io" query...
2009-03-07 Florian Forstersrc/plugin.c: Remove an unused variable.
2009-03-07 Florian Forstersrc/types.db: Removed the `ted' type.
2009-03-07 Florian Forstercollectd.conf(5): Documented the ted plugin.
2009-03-07 Florian Forsterted plugin: Fix some rough edges.
2009-03-07 Florian Forsterted plugin: Fix indentation and other style cleanups.
2009-03-07 Eric Reedted plugin: Updated ted.c based on Florian's input.
2009-03-07 Eric Reedted plugin: Add plugin for ``The Energy Detective''.
2009-03-06 Florian Forsterrrdtool plugin: Fix a possible race condition at startup.
2009-03-05 Sebastian Harlcollectd.conf(5): Don't mix spaces and tabs in configur...
2009-03-04 Sebastian Harlpostgresql_default.conf: Added a short usage and copyri...
2009-03-04 Sebastian Harlpostgresql plugin: Made variable names more self-explan...
2009-03-04 Sebastian Harlpostgresql_default.conf: Don't use the deprecated ...
2009-03-02 Florian Forstercollectd.conf(5): Mention that `Oracle' doesn't like...
next