collectd.git
2012-11-17 Florian ForsterMerge branch 'ff/netlib'
2012-11-16 Florian Forstersrc/plugin.c: Replace the last use of "interval_g"...
2012-11-16 Florian ForsterMerge branch 'sh/plugin_interval'
2012-11-15 Florian Forstersrc/configfile.[ch]: Implement the cf_get_default_inter...
2012-11-14 Sebastian Harlcollectd-perl(5): Don't actually use $interval_g in...
2012-11-14 Sebastian Harlcollectd-perl(5): Mention that $interval_g should not...
2012-11-14 Sebastian Harlperl plugin: Emit a warning when accessing $interval_g.
2012-11-14 Sebastian Harlperl plugin: Simplified $interval_g implementation.
2012-11-14 Sebastian HarlCollectd.pm: Use plugin_get_interval() rather than...
2012-11-14 Sebastian HarlCollectd::Plugins::OpenVZ: Use plugin_get_interval...
2012-11-14 Sebastian Harlperl plugin: Export plugin_get_interval() to Perl plugins.
2012-11-14 Florian Forstersrc/plugin.c: Report an error if ctx.interval is not...
2012-11-14 Florian Forsterrrdtool plugin: Remove warnings.
2012-11-14 Florian Forstersrc/plugin.c: Don't regularly check for read plugins.
2012-11-12 Florian ForsterMerge branch 'collectd-5.1'
2012-11-11 Florian ForsterBump version to 5.1.1; Update ChangeLog. collectd-5.1.1
2012-11-11 Florian ForsterMerge branch 'collectd-5.0' into collectd-5.1
2012-11-11 Florian ForsterBump version to 5.0.5; Update ChangeLog. collectd-5.0.5
2012-11-11 Florian ForsterMerge branch 'collectd-4.10' into collectd-5.0
2012-11-11 Florian ForsterUpdate version-gen.sh. collectd-4.10.8
2012-11-11 Florian ForsterBump version to 4.10.8; Update ChangeLog.
2012-11-11 Florian Forsterping plugin: Don't abort the "ping_thread" when ping_se...
2012-11-11 Florian Forsterping plugin: Refactor "ping_thread": Move iteration...
2012-11-11 Florian Forsterdisk plugin: Add the "UseBSDName" option for Mac OS X.
2012-11-11 Florian Forsteraggregation plugin: Improve two error messages.
2012-11-11 Florian ForsterMerge branch 'ff/aggregate'
2012-11-10 Florian Forsteraggregation plugin: Handle the initial EAGAIN return...
2012-11-10 Florian Forsteraggregation plugin: Handle a start-up condition gracefully.
2012-11-10 Florian Forsteraggregation plugin: Implement the "GroupBy" option.
2012-11-10 Brian Aker1) Cleans up one configure.ac error AC_LINK_IFELSE...
2012-11-10 Florian Forsterrrdcached plugin: Fix syntax and type errors.
2012-11-10 Florian Forsterrrdcached plugin: Implement the "XFF" option.
2012-11-10 Florian Forsterrrdcached plugin: Implement the "RRATimespan" option.
2012-11-10 Florian Forsterrrdcached plugin: Implement the "StepSize", "HeartBeat...
2012-11-10 Florian Forsterrrdcached plugin: Refactor the configuration handling.
2012-11-10 Florian ForsterMerge remote-tracking branch 'github-tokkee/sh/empty...
2012-11-10 Idan Kamaracollectd-python.conf(5): fix register_* argument descri...
2012-11-10 Idan Kamaracollectd-python.conf(5): change phrasing of function...
2012-11-10 Idan Kamaracollectd-python.conf(5): change phrasing of minimum...
2012-11-10 Idan Kamaracollectd-python.conf(5): fix trivial spelling mistakes
2012-11-10 Idan Kamaracollectd-python.conf(5): capitalize Python
2012-11-10 Florian Forstercollection3: Remove duplicate definition of contains_in...
2012-10-25 Sebastian Harloconfig: Allow empty statement lists (in blocks and...
2012-10-20 Chris Lundquistnetwork.c: call gcry_check_version() as required by...
2012-10-20 Florian ForsterMerge remote-tracking branch 'trenkel/collectd-4.10...
2012-10-20 KIvosakChange the libnetlink function used to query link stati...
2012-10-18 Sebastian Harlpostgresql plugin: Added support for using the db insta...
2012-10-18 Sebastian Harlcollectd.conf(5): Documented the <Database> "Instance...
2012-10-18 Sebastian Harlpostgresql plugin: Added "Instance" option to <Database...
2012-10-18 Florian ForsterMerge branch 'collectd-5.1'
2012-10-18 Florian ForsterMerge branch 'collectd-5.0' into collectd-5.1
2012-10-18 Florian ForsterMerge branch 'collectd-4.10' into collectd-5.0
2012-10-17 Florian Forsterdisk plugin: Multiply the average read/write latency...
2012-10-14 Sebastian HarlUse plugin_thread_create() rather than pthread_create...
2012-10-14 Sven Trenkelpython: Fix memory leaks.
2012-10-14 Sebastian Harlplugin: Don't switch plugin context in 'write', 'notifi...
2012-10-14 Sebastian HarlInitialize plugin context to global interval before...
2012-10-14 Sebastian HarlDon't use 'interval_g' in any plugins.
2012-10-14 Sebastian Harlplugin: Added plugin_get_interval().
2012-10-12 Florian Forstersrc/utils_format_graphite.[ch]: Add the "store_rates...
2012-10-11 Chris Lundquistnetwork.c: workaround for broken OSX compilers issuing...
2012-10-11 Florian ForsterMerge branch 'collectd-5.1'
2012-10-11 Florian ForsterMerge remote-tracking branch 'origin/collectd-5.1'...
2012-10-11 Florian ForsterMerge branch 'collectd-5.1'
2012-10-11 Florian Forstersrc/utils_db_query.[ch]: Remove duplicate "const" modifier.
2012-10-11 Florian ForsterMerge branch 'collectd-5.0' into collectd-5.1
2012-10-11 Florian ForsterMerge branch 'collectd-4.10' into collectd-5.0
2012-10-11 Florian ForsterMerge branch 'ff/snmp' into collectd-4.10
2012-10-08 Johan Kiviniemisrc/ntpd.c: Write NAN if the peer was not reachable
2012-10-08 Florian Forstersrc/utils_avltree.c: Fix an off-by-one error in c_avl_i...
2012-10-08 Yves MettierBugfix (mutex unlock instead of lock)
2012-10-07 Florian Forsterrc/utils_cache.c: Allocate most of the memory required...
2012-10-06 Florian Forstercollectd.conf(5): Document the "LoadPlugin / Interval...
2012-10-06 Florian Forstersrc/plugin.c: Document the use of "register_complex_read".
2012-10-05 Florian Forsterntpd plugin: Make some arguments 'const'.
2012-10-05 Florian Forsterntpd plugin: Refactor the peer name generation.
2012-10-04 Johan KiviniemiDocument ntpd IncludeUnitID and add to default config
2012-10-04 Johan Kiviniemisrc/ntpd.c: Add IncludeUnitID option for backwards...
2012-10-04 Johan Kiviniemisrc/ntpd.c: Format refclock name and unit ID with ...
2012-10-04 Johan Kiviniemisrc/ntpd.c: Add unit number to refclock name
2012-10-04 Florian ForsterMerge branch 'ym/utils_cache_bugfix'
2012-10-04 Florian Forstersrc/utils_cache.c: Fix comment re defining LISTVAL_INCR...
2012-10-04 Florian Forstersnmp plugin: Fix incorrect comparison in csnmp_oid_comp...
2012-10-03 Yves Mettierthe increment is defined as a constant (#define) and...
2012-10-03 Florian Forstersnmp plugin: Check the return value of csnmp_oid_suffix().
2012-10-02 Manuel Luis... Add in swap plugin reserved, in and out values for...
2012-10-02 Florian ForsterMerge branch 'mlsr/uptime-aix'
2012-10-02 Manuel Luis... Add libperfstat in Makefile.am
2012-10-02 Manuel Luis... Add AIX support for uptime plugin.
2012-10-02 Manuel Luis... Fix typo in if and return
2012-10-02 Manuel Luis... Fix link with perfstat
2012-10-02 Manuel Luis... AIX suport in contextswitch plugin.
2012-10-02 Manuel Luis... sequence_number is only used in linux.
2012-10-02 Manuel Luis... The commit 3bda88e8b425f43644e303e6957e38ae59c1bc83...
2012-10-02 hume-githubARG_MAX on Solaris is *very* large, 2 MB. Allocating...
2012-10-02 Florian Forstersnmp plugin: Fix iterating over tables without an insta...
2012-09-28 Yves MettierPerformance improvment : uc_get_names now allocates...
2012-09-25 Florian Forsterconfigure: Only set the Perl interpreter if the argumen...
2012-09-25 Yves MettierFixed bugs that prevented to "make distcheck"
2012-09-23 Florian Forsterprocesses plugin: Coding style and whitespace changes.
next