src/plugin.[ch]: Store the hostname in a global variable to minimize calls to `gethos...
[collectd.git] / src / plugin.c
2007-01-15 Florian Forstersrc/plugin.[ch]: Store the hostname in a global variabl...
2007-01-13 Florian Forstersrc/plugin.[ch]: Include the time in the value list.
2007-01-13 Florian ForsterMerge branch 'master' into ff/plugins-ng
2007-01-13 Florian Forstersrc/{collectd,plugin}.[ch]: Changed license to GPLv2...
2006-12-21 Florian ForsterMerge branch 'collectd-3.10'
2006-12-06 Florian Forsterplugins: Implement a first version of the new plugin...
2006-12-04 Sebastian Harlplugin.[ch]: Added support for an optional plugin shutd...
2006-11-21 Florian ForsterMerge branch 'ff/dns'
2006-11-06 Florian Forsterplugin_read_all: Check the `loop' variable after each...
2006-11-04 Florian ForsterMerge branch 'collectd-3.10'
2006-11-04 Florian ForsterMerge branch 'collectd-3.10'
2006-11-01 Florian ForsterMerge branch 'collectd-3.10'
2006-11-01 Florian ForsterMerge branch 'ff/mysql'
2006-11-01 Florian ForsterMerge branch 'ff/ntpd'
2006-10-26 Florian ForsterMerge branch 'collectd-3.10'
2006-10-22 Florian ForsterMerge branch 'sh-pidfile'
2006-10-22 Florian ForsterMerge branch 'collectd-3.10'
2006-07-22 Florian ForsterMerge branch 'collectd-3.10'
2006-07-19 Florian ForsterMerge branch 'collectd-3.10'
2006-07-15 Florian ForsterMerge branch 'ff/processes'
2006-07-11 Florian ForsterMerge branch 'processes' of /var/lib/git/collectd
2006-07-10 Florian ForsterImplemented `plugin_complain' and `plugin_relief' for...
2006-06-25 Florian ForsterMerge branch 'v390-fix' into v391-fix
2006-04-21 octoocto@huhu:~/collectd $ svn merge -r652:656 trunk tags...
2006-04-21 octoFix this (need to cast void-pointer to function-pointer...
2006-04-14 octoUpdated all copyright-entries in header files.
2006-04-14 octoMerged `branches/log-mode' to `trunk'
2006-04-13 octoApplied patch by Christophe Kalt which adds the log...
2006-04-11 octoAdded useful error- and debug-messages.
2006-01-29 octoFirst version of `network.c' running..
2005-12-22 octoFixed documentation in `configfile.h': s/Module/Plugin/
2005-12-20 octoChanged `plugin_set_dir' to take a `const' argument.
2005-12-17 octoAdded check for `libmysqlclient' to `configure.in'
2005-12-17 octoMerged branch configfile to trunk
2005-12-16 octoMerged changes from revision 314 (branches/collectd...
2005-12-14 octoAdded `cf_read' to the daemon startup and removed the...
2005-12-14 octoImplemented `plugin_get_dir' and `plugin_set_dir'
2005-12-13 octoChanged return type of `plugin_exists' from `bool'...
2005-12-13 octoAdded defines `SYSCONFDIR' and `CONFIGFILE' to `collectd.h'
2005-12-13 octoAdded copyright/GPL header to all .c and .h files in...
2005-12-12 octoMerged autotools changes (configure.in, src/plugin...