collectd.git
2008-01-23 Florian Forstersrc/utils_threshold.c: Check that the <Threshold> block...
2008-01-23 Florian Forsterliboconfig: Allow the argument list of blocks to be...
2008-01-23 Florian Forstercollectd: Added ``associative'' members to the notifica...
2008-01-23 Florian Forstercollectd.conf(5), collectd-exec(5): Documented the...
2008-01-23 Florian ForsterChangeLog: Documented the new features in the master...
2008-01-23 Florian ForsterAUTHORS: Added Richard Jones.
2008-01-22 Sebastian HarlFixed some compiler warnings identified by gcc's -Wextr...
2008-01-21 Florian ForsterMerge branch 'pull/master'
2008-01-21 Florian ForsterMerge branch 'collectd-4.2'
2008-01-21 Florian ForsterMerge branch 'pull/collectd-4.2' into collectd-4.2
2008-01-21 Florian ForsterMerge branch 'ff/manpage'
2008-01-21 Sebastian Harltypes.db(5): Added a manpage documenting the format...
2008-01-21 Florian ForsterMerge branch 'collectd-4.2'
2008-01-21 Florian ForsterMerge branch 'collectd-4.1' into collectd-4.2
2008-01-21 Sebastian Harlcollectd-exec(5): Improved description of the value...
2008-01-21 Florian ForsterTODO: Added some notes on what needs to be done before 4.3
2008-01-21 Florian Forstercollectd-exec(5): Documented the changes due to notific...
2008-01-21 Sebastian HarlAdded support for more than one TypesDB file.
2008-01-21 Florian ForsterMerge branch 'pull/master'
2008-01-21 Florian ForsterMerge branch 'collectd-4.2'
2008-01-21 Florian ForsterMerge branch 'collectd-4.1' into collectd-4.2 collectd-4.2.4
2008-01-21 Sebastian Harlnetwork plugin: Made network_receive() static. collectd-4.1.6
2008-01-21 Sebastian Harllogfile plugin: Added Florian to the list of copyright...
2008-01-21 Sebastian Harlcollectd-perl(5): Added a note about submitting plugins.
2008-01-21 Florian ForsterBumped version to 4.2.4; Updated ChangeLog.
2008-01-21 Florian ForsterMerge branch 'collectd-4.1' into collectd-4.2
2008-01-21 Florian ForsterChangeLog: Fixed the date of the 4.1.6 release.
2008-01-21 Florian ForsterMerge branch 'collectd-4.1' into collectd-4.2
2008-01-11 Florian ForsterBumped version to 4.1.6; Updated ChangeLog.
2008-01-10 Florian ForsterMerge branch 'collectd-4.2'
2008-01-10 Florian ForsterMerge branch 'collectd-4.1' into collectd-4.2
2008-01-10 Florian Forstersrc/configfile.c: Updated the copyright notice for...
2008-01-10 Florian Forsterlibvirt plugin: Updated the copyright notice for 2008.
2008-01-10 Richard Joneslibvirt plugin: Fix the HostnameFormat option.
2008-01-09 Sebastian Harlbindings/Makefile.am: Replaced "make -C" with "cd ...
2008-01-09 Sebastian Harlbindings/Makefile.am: Removed a bashism.
2008-01-09 Sebastian Harlcollectd.conf(5): Added a note about the availability...
2008-01-08 Florian ForsterMerge branch 'collectd-4.2'
2008-01-08 Florian Forstercollectd.conf(5): Fix a messed up merge.
2008-01-08 Florian ForsterMerge branch 'collectd-4.2'
2008-01-08 Florian ForsterMerge branch 'collectd-4.1' into collectd-4.2
2008-01-08 Florian Forstercollectd.conf(5): Documented the fact that the configur...
2008-01-08 Luke Heberlingcollectd.conf(5): Added a note about plugin loading...
2008-01-08 Florian Forstersrc/configfile.c: Improve the "Plugin `%s' did not...
2008-01-06 Evgeny Chukreevunixsock plugin: Actually set the permissions for the...
2007-12-28 Florian Forstersrc/utils_cache.c: Call `ut_check_interesting' before...
2007-12-28 Florian Forsterexec plugin: The execution of notification handling...
2007-12-28 Florian Forstersrc/utils_{cache,threshold}.c: Adapted to the new AVL...
2007-12-28 Florian ForsterMerge branch 'collectd-4.2'
2007-12-28 Florian ForsterBumped version to 4.2.3; Updated ChangeLog. collectd-4.2.3
2007-12-28 Florian Forsterbuild system: Yet another way to solve the src-dir...
2007-12-27 Sebastian Harlconfigure.in: Copy sources of the Perl bindings to...
2007-12-27 Sebastian HarlRevert "bindings/Makefile.am: Fix a bug that happened...
2007-12-27 Sebastian Harlutils_mount.c: Fixed an unused variable warning on...
2007-12-27 Sebastian Harlsrc/Makefile.am: Use curl CFLAGS when building the...
2007-12-27 Florian ForsterUpdated the changelog.
2007-12-27 Florian ForsterMerge branch 'collectd-4.1' into collectd-4.2
2007-12-27 Florian ForsterBumped version to 4.1.5; Updated ChangeLog. collectd-4.1.5
2007-12-26 Florian Forstersensors plugin: While I was at it I reorganized the...
2007-12-25 Florian Forstersensors plugin: Implemented support for libsensors3.
2007-12-25 Florian Forsterexec plugin: Added the possibility to execute programs...
2007-12-23 Florian Forstersrc/utils_cache.c: Added the creation of an `OKAY'...
2007-12-23 Florian Forsterlogfile plugin: Added a notification plugin.
2007-12-23 Florian Forstersrc/plugin.c: Notification callbacks were added to...
2007-12-20 Florian Forstersrc/utils_cache.[ch]: Implemented uc_[gs]et_state to...
2007-12-19 Florian Forstersrc/utils_threshold.h: Documented the public functions.
2007-12-19 Florian Forstersrc/utils_threshold.c: Implemented the new `Persist...
2007-12-19 Florian Forsterbindings/Makefile.am: Fix a bug that happened when...
2007-12-19 Florian Forstersrc/utils_threshold.c: Corrected and improved the handl...
2007-12-17 Florian Forstercollectd.conf(5): Wrote some more about the threshold...
2007-12-17 Florian Forstercollectd.conf(5): Started documenting the threshold...
2007-12-17 Florian Forsterutils_{cache,threshold}.[ch]: Implemented the ``check...
2007-12-15 Florian ForsterBumped version to 4.2.2; Updated ChangeLog. collectd-4.2.2
2007-12-15 Florian ForsterMerge branch 'collectd-4.1' into collectd-4.2
2007-12-15 Florian ForsterMerge branch 'master' of octo@verplant.org:/var/lib...
2007-12-15 Florian Forstersrc/utils_cache.[ch]: Added the `uc_check_timeout'...
2007-12-13 Florian ForsterMerge branch 'collectd-4.2'
2007-12-13 Luke Heberlingsrc/utils_avltree.[ch]: Change avl_insert to return...
2007-12-13 Luke Heberlingsrc/utils_avltree.c: Fix avl_get to work as documented.
2007-12-13 Luke Heberlingrc/utils_llist.c: Fix a bug in llist_prepend.
2007-12-13 Luke Heberlingcollectd.conf(5): Added a note about plugin loading...
2007-12-13 Luke Heberlinglogfile plugin: fix the `Timestamp' configuration option.
2007-12-13 Saulius Grigaliunasnginx plugin: Use strcmp rather than strcpy to compare...
2007-12-12 Florian ForsterMerge branch 'master' of octo@verplant.org:/var/lib...
2007-12-12 Luke Heberlingsrc/utils_llist.[ch]: Changed the semantic so module...
2007-12-09 Florian Forstersrc/plugin.[ch]: Removed the complain functions.
2007-12-09 Florian Forsteriptables plugin: Removed the `complain' stuff.
2007-12-09 Florian Forsterapcups plugin: Removed the `complain' stuff.
2007-12-09 Florian Forstercpu plugin: Removed the `complain' stuff.
2007-12-09 Florian Forsterdisk plugin: Removed the `complain' stuff.
2007-12-09 Florian ForsterMerge branch 'ps/reuse'
2007-12-09 Pavel Shramovcontrib/network-proxy.py: Added a simply (unicast)...
2007-12-09 Florian Forsterntpd plugin: Added the `ReverseLookups' option to disab...
2007-12-08 Florian ForsterMerge branch 'ps/reuse'
2007-12-08 Pavel Shramovnetwork plugin: Fix setsockopt for SO_REUSEADDR since...
2007-12-04 Florian ForsterMerge branch 'ps/reuse'
2007-12-04 Sebastian Harlexamples/MyPlugin.pm: Updated for new version of the...
2007-12-04 Sebastian HarlUnmarked the perl plugin to be experimental.
2007-12-04 Sebastian Harlcollectd-perl(5): Replaced "BUGS" with "CAVEATS" section.
2007-12-04 Sebastian Harlperl plugin: Fixed a memory leak in pplugin_register_da...
next