src/Makefile.am: Link the network plugin against pthread.
[collectd.git] / src /
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'.
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.
2006-12-02 Florian Forstersrc/utils_ignorelist.c: Fix build-problems when buildin...
2006-12-02 Florian Forsterdns plugin: Check for `libpthread' and link the plugin...
2006-12-02 Florian Forsterdns plugin: Use `pthread_sigmask' rather than `signal'.
2006-12-02 Florian Forsterdns plugin: Use threads rather than two processes and...
2006-11-28 Sebastian HarlNew plugin "email" to collectd ham, spam, ... statistics
2006-11-21 Florian ForsterMerge branch 'ff/dns'
2006-11-21 Lubos Stanekdf plugin: Match `spec_device' rather than `device...
2006-11-21 Florian Forstersrc/Makefile.am: Install the `collectd.conf' with restr...
2006-11-21 Lubos Stanekdf plugin: Fix a nasty bug in the config routine. It...
2006-11-21 Florian Forstersensors plugin: Declare static arrays only if they...
2006-11-21 Florian Forsterprocesses plugin: Implemented detailed process statisti...
2006-11-20 Florian Forstercollectd.conf(5): Documented the new selection options...
2006-11-20 Florian Forsterdf plugin: Make use of the new ignorelist functionality.
2006-11-20 Florian Forstersrc/utils_ignorelist.c: Allow the `entry' argument...
2006-11-20 Florian Forstersrc/utils_ignorelist.[ch]: Remove the `ignorelist_num...
2006-11-20 Florian Forstersrc/utils_ignorelist.[ch]: Renamed some functions....
2006-11-18 Florian ForsterIgnorelist: Renamed `src/config_list.[ch]' to `src...
2006-11-17 Lubos StanekMore improvementa on the ignorelist functionality.
2006-11-17 Lubos StanekImprove and generalize the ignorelist functionality.
2006-11-07 Florian ForsterBreak out of the `nanosleep' loop if `loop' is set...
2006-11-06 Florian Forsterplugin_read_all: Check the `loop' variable after each...
2006-11-05 Florian Forstersensors plugin: Improved the documentation in the sampl...
2006-11-05 Florian Forstersensors plugin: Some code cleanup.
2006-11-05 Florian ForsterMerge branch 'master' into ls/sensors
2006-11-05 Florian ForsterMerge branch 'processes'
2006-11-05 Florian ForsterMerge branch 'master' into ff/dns
2006-11-05 Florian Forsterdns plugin: Corrected the handling of signals, i. e...
2006-11-04 Florian ForsterMerge branch 'collectd-3.10'
2006-11-04 Florian ForsterMerge branch 'collectd-3.10'
2006-11-04 Lubos Stanekntpd plugin: Use the `NI_MAXHOST' define for the fixed...
2006-11-04 Lubos Stanekntpd plugin: Fix buffer reallocation when the message...
2006-11-01 Florian ForsterMerge branch 'collectd-3.10'
2006-11-01 Florian Forsterconfigure.in, utils_mount.c: Improved the detection...
next