Merge branch 'ff/entropy' into collectd-4
[collectd.git] / src /
2007-01-22 Florian ForsterMerge branch 'ff/entropy' into collectd-4
2007-01-22 Florian Forstertraffic plugin: Updated copyright notice.
2007-01-22 Florian Forstersensors plugin: Fixed some syntactic errors.
2007-01-22 Florian Forstersensors plugin: Improved the data sources, changed...
2007-01-22 Florian Forsterapcups plugin: Converted to the new plugin interface.
2007-01-22 Florian Forstersrc/collectd.h: Include `math.h' and try to force it...
2007-01-22 Florian Forsterentropy plugin: Added a plugin to collect available...
2007-01-22 Florian Forsterping plugin: Converted to the new plugin interface.
2007-01-17 Florian Forstermemory plugin: Converted to the new plugin interface.
2007-01-16 Florian Forsternetwork plugin: Use a global buffer and fill it as...
2007-01-16 Florian Forstersrc/common.c: Removed `log_update_file' and `log_create...
2007-01-16 Florian Forstercsv plugin: Added this plugin which writes to CSV files.
2007-01-15 Florian Forstercpu plugin: Converted to the new plugin interface.
2007-01-15 Florian Forstersrc/collectd.conf.in: Added the rrdtool plugin and...
2007-01-15 Florian Forsterload, traffic plugins: Changed license to GPLv2 only.
2007-01-15 Florian Forsterapache plugin: Converted to the new plugin interface.
2007-01-15 Florian ForsterMerge branch 'master' into collectd-4
2007-01-15 Florian ForsterMerge branch 'ff/plugins-ng' of octo@verplant.org:...
2007-01-15 Florian Forstersensors plugin: Converted to the new plugin interface.
2007-01-15 Florian Forstersrc/plugin.[ch]: Store the hostname in a global variabl...
2007-01-15 Florian Forstersrc/plugin.h: Added `VALUE_LIST_INIT', a static initial...
2007-01-15 Florian Forsternfs plugin: Ported to the new plugin structure.
2007-01-14 Florian Forsternetwork plugin: Don't case an int to a void*, because...
2007-01-14 Florian Forstercollectd.conf(5): Documented the option of the rrdtool...
2007-01-14 Florian Forsterrrdtool plugin: Implemented caching of values to minimi...
2007-01-14 Florian Forstersrc/utils_llist.[ch]: Implemented `llist_remove'.
2007-01-13 Florian Forstertraffic plugin: Converted the plugin to the new plugin...
2007-01-13 Florian Forsternetwork plugin: Fix many bugs, especially `hton*' and...
2007-01-13 Florian Forsterload plugin: Set the hostname to something meaningfull...
2007-01-13 Florian Forsterrrdtool plugin: Use the time supplied by the value...
2007-01-13 Florian Forstersrc/plugin.[ch]: Include the time in the value list.
2007-01-13 Florian Forstersrc/Makefile.am: Link the network plugin against pthread.
2007-01-13 Florian ForsterMerge branch 'master' into ff/plugins-ng
2007-01-13 Florian Forstersrc/{dns,ntpd}.c: Use <poll.h> rather than <sys/poll.h>.
2007-01-13 Florian Forstersrc/{collectd,plugin}.[ch]: Changed license to GPLv2...
2007-01-13 Florian Forstersrc/configfile.c: Removed `cf_callback_socket'
2007-01-13 Florian Forsternetwork plugin: Changed the old network code to work...
2007-01-13 Florian Forsterrrdtool plugin: Fixed misc. bugs and changed license...
2007-01-13 Florian Forstercommon.c: Implemented `ntohll' and `htonll'.
2007-01-09 Sebastian Harlemail plugin: Ignore size if it less than or equal... collectd-3.11.0
2007-01-09 Sebastian Harlsensors plugin: Avoid assertion in ignorelist_match...
2006-12-22 Michael Shigorinsrc/collectd.h: Don't mess with the syslog-stuff if...
2006-12-22 Florian ForsterMerge branch 'fs/mbmon'
2006-12-22 Florian ForsterMerge branch 'ls/sensors'
2006-12-21 Florian Forstermbmon plugin: Change the definition of the RRD files.
2006-12-21 Florian ForsterMerge branch 'sh/email'
2006-12-21 Sebastian Harlemail plugin: Unlock mutexes before submitting the...
2006-12-21 Florian ForsterMerge branch 'collectd-3.10'
2006-12-21 Florian ForsterBug#404018: Close the file descriptor when binding...
2006-12-21 Florian ForsterBug#404018: Break out of the `while (loop)'-loop when...
2006-12-20 Flavio StanchinaNew plugin "mbmon" to collect motherboard status inform...
2006-12-18 Sebastian Harlemail plugin: Made read_{char,line} functions static.
2006-12-18 Sebastian Harlemail plugin: Write "0" values as well to distinguish...
2006-12-15 Sebastian Harlcollectd{,.conf}.pod: Extended and clarified documentat...
2006-12-13 Florian Forstersensors plugin: Simplify the reload machanism.
2006-12-13 Florian ForsterMerge branches 'sh/email' and 'ls/processes'
2006-12-13 Lubos Staneksensors plugin: Reload lm_sensors' configuration when...
2006-12-13 Lubos Staneksensors plugin: Made sensors.conf path configurable
2006-12-13 Lubos Staneksensors plugin: syslog() and DBG() calls unification
2006-12-13 Lubos Stanekprocesses plugin: Do not complain of a disappeared...
2006-12-13 Sebastian Harlemail plugin: Prepend the module name to any syslog...
2006-12-13 Sebastian Harlemail plugin: Kill threads before closing the associate...
2006-12-08 Sebastian Harlsrc/Makefile.am: Added utils_dns.h to dns_la_SOURCES.
2006-12-08 Sebastian Harlemail plugin: Do not allocate memory for the return...
2006-12-08 Sebastian Harlemail plugin: Use a thread pool.
2006-12-08 Sebastian Harlemail plugin: Prevent a segfault in read_line ().
2006-12-06 Florian Forsterload plugin: Made the data source variable `static'.
2006-12-06 Florian Forsterload plugin: Converted to the new plugin structure.
2006-12-06 Florian Forsterrrdtool plugin: First implementation of an rrdtool...
2006-12-06 Florian Forsterplugins: Implement a first version of the new plugin...
2006-12-06 Florian Forstersrc/utils_llist.[ch]: Added a generic linked list imple...
2006-12-06 Florian Forsteremail plugin: Added some information about this plugin...
2006-12-06 Florian ForsterMerge branch 'master' of octo@verplant.org:/var/lib...
2006-12-06 Florian Forsterdns plugin: Documented plugin in the README file and...
2006-12-05 Florian Forstersrc/utils_dns.c: Implemented a handler for `DLT_LINUX_SLL'.
2006-12-05 Florian ForsterMerge branch 'aw/spamassassin'
2006-12-05 Florian ForsterMerge branch 'ls/shutdown'
2006-12-05 Lubos Staneksensors plugin: declare variables only if SENSORS_HAVE_READ
2006-12-05 Florian ForsterMerge branch 'ls/shutdown'
2006-12-05 Lubo¹ Stanìksensors plugin: fix shutdown for SENSORS_HAVE_READ
2006-12-05 Lubo¹ Stanìksensors plugin: shutdown implementation
2006-12-05 Lubo¹ Stanìksensors plugin: SENSORS_HAVE_READ unification
2006-12-05 Florian ForsterMerge branch 'sh/shutdown'
2006-12-05 Sebastian Harlemail plugin: Shutdown cleanly.
2006-12-05 Sebastian Harlemail plugin: "Calculate" UNIX_PATH_MAX if it is not...
2006-12-05 Sebastian Harlemail plugin: Make UNIX socket path configurable at...
2006-12-04 Florian Forsterdns plugin: Remove unnecessary poll code and use the...
2006-12-04 Florian Forsterdns plugin: Use the standard member names for `struct...
2006-12-04 Sebastian Harlplugin.[ch]: Added support for an optional plugin shutd...
2006-12-04 Sebastian Harldns plugin: Fixed a compile error if pcap.h is not...
2006-12-03 Florian ForsterMerge branch 'ff/processes'
2006-12-03 Florian Forsteremail plugin: Limit the `MaxConns' option by a hardcode...
2006-12-03 Sebastian Harlemail plugin: Made socket settings configurable.
2006-12-03 Florian Forsteremail plugin: Make it possible to build the plugin...
2006-12-02 Florian ForsterMerge branches 'ff/dns' and 'sh/email' into next
2006-12-02 Florian Forsterdns plugin: Improved config checks for the pthread...
2006-12-02 Florian Forsterdns plugin: Added the dns plugin to the sample `collect...
2006-12-02 Sebastian Harlemail plugin: Use strtok_r() instead of strtok().
2006-12-02 Sebastian Harlemail plugin: Change owner and mode of the UNIX socket...
2006-12-02 Sebastian Harlemail plugin: Minor code cleanup.
next