Code

collectd.git
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...
2007-12-04 Sebastian Harlcollectdmon: Added SIGHUP handler to restart collectd.
2007-12-04 Sebastian Harlcollectdmon(1): Added manpage for collectdmon.
2007-12-04 Sebastian Harlcollectdmon: Added a small daemon monitoring collectd.
2007-11-29 Pavel Shramovnetwork plugin: Set SO_REUSEADDR on socket so multiple...
2007-11-24 Florian Forstersrc/utils_avltree.h: Improved the documentation.
2007-11-24 Sebastian Harllogfile plugin: Default to $localstatedir/log/collectd...
2007-11-24 Sebastian Harlcollectd.conf(5): Fixed some typos.
2007-11-21 Sebastian Harlperl plugin: Made global variables available to Perl...
2007-11-20 Sebastian Harlperl plugin: Improved some error messages.
2007-11-20 Sebastian Harlperl plugin: Shut down an ithread if the embedding...
2007-11-20 Sebastian Harlperl plugin: Fixed error in ithread shutdown loop.
2007-11-20 Sebastian Harlperl plugin: Execute END blocks in main thread only.
2007-11-20 Sebastian Harlsrc/Makefile.am: Add installation directory defines...
2007-11-20 Sebastian Harlcollectd-perl(5): Suggest the usage of -f when enabling...
2007-11-20 Sebastian HarlCollectd.pm: Improved error handling of failed callbacks.
2007-11-20 Sebastian Harlcollectd-perl(5): Updated documenation of plugin_regist...
2007-11-20 Sebastian HarlCollectd.pm: Use threads::shared to share @plugins...
2007-11-20 Sebastian Harlperl plugin: Removed newline from debugging output.
2007-11-20 Sebastian Harlperl plugin: Removed logging calls from call_by_name().
2007-11-20 Sebastian Harlperl plugin: Added Collectd::call_by_name().
2007-11-14 Sebastian HarlCollectd.pm: Removed an unused variable.
2007-11-14 Sebastian HarlREADME: Added libperl to the list of dependencies.
2007-11-14 Sebastian HarlCollectd.pm: Check for ithread support.
2007-11-14 Sebastian Harlperl plugin: Added debugging output to display the...
2007-11-14 Sebastian Harlcollectd-perl(5): Fixed a typo.
2007-11-14 Sebastian Harlcollectd2html.pl: Cleaned up Eddy's patch.
2007-11-14 Sebastian Harlbindings/Makefile.am: perl/Makefile depends on config...
2007-11-14 Sebastian Harlperl plugin: Added basic multi-threading support.
2007-11-14 Sebastian Harlperl plugin: Use PERL_NO_GET_CONTEXT.
2007-11-14 Sebastian Harlconfigure, perl plugin: Check for ithreads support.
2007-11-14 Florian Forsterrrdtool plugin: Fix a memory leak..
2007-11-13 Florian ForsterMerge branch 'ff/fqdn'
2007-11-13 Florian Forstercollectd: The new `FQDNLookup' option controls whether...
2007-11-10 Florian Forstersrc/utils_avltree.[ch]: Rename all types and functions...
2007-11-10 Florian Forstercsv plugin: Add the possibility to store rates of count...
2007-11-10 Florian Forstercollectd.conf(5): Renamed the `libvirtstats' plugin...
2007-11-10 Florian Forsterlibvirt plugin: Renamed the `libvirtstats' plugin to...
2007-11-08 Florian ForsterMerge branch 'collectd-4.2'
2007-11-08 Florian ForsterBumped version to 4.2.1; Updated ChangeLog. collectd-4.2.1
2007-11-08 Florian ForsterMerge branch 'collectd-4.1' into collectd-4.2
2007-11-08 Florian ForsterBumped version to 4.1.4; Updated ChangeLog collectd-4.1.4
2007-11-08 Florian Forsterconfigure.in: Improved the detection of libxml2 and...
2007-11-08 Florian Forsterlibvirtstats plugin: Fix typos and other mistakes.
2007-11-08 Florian Forsterconfigure.in: Change the libvirt detection so it works...
2007-11-07 Florian Forsterlibvirtstats plugin: Minor cleanups.
2007-11-07 Florian Forstercontrib/collection.cgi: Fix the types related to the...
2007-11-07 Florian Forstercontrib/collection.cgi: Fix the ps_rss graph.
2007-11-07 Florian Forstercontrib/collection.cgi: Add some missing types and...
2007-11-07 Chris Lalancettesrc/Makefile.am: Fix "make dist" to include utils_thres...
next