collectd.git
2017-04-03 Pavel RochnyackFix endless loop DOS in parse_packet() collectd-4.10
2016-07-28 Ruben KerkhofMerge pull request #1815 from rubenk/gcry-fixes-for...
2016-07-28 Sebastian Harlnetwork plugin: Don't abort() if gcrypt initialization...
2016-07-28 Florian Forsternetwork plugin: Fix error message for GCRYCTL_INIT_SECM...
2016-07-28 Florian Forsternetwork plugin, libcollectdclient: Check return value...
2016-07-27 Ruben KerkhofMerge pull request #1811 from rubenk/backport-cve-2016...
2016-07-27 Florian Forsternetwork plugin: Fix heap overflow in parse_packet().
2016-05-30 Sebastian Harlperl plugin: Be more consistent about capitalization.
2016-05-30 Pavel Rochnyackperl plugin: Removed commented code
2016-05-30 Pavel Rochnyackperl plugin: Added call_pv_locked() wrapper to handle...
2016-05-30 Pavel Rochnyackperl plugin: Switched to PTHREAD_MUTEX_RECURSIVE locking
2016-05-30 Pavel Rochnyackperl plugin: Fixes for #1706
2016-05-30 Pavel Rochnyackperl plugin: lock base thread interpreter in perl_init...
2015-05-19 Marc Fourniercurl_xml: fix 3 small memory leaks
2015-05-19 Fabien WernliFix test for tables and empty instance
2015-05-19 Fabien WernliRevert "curl_xml plugin: Fixed tautological pointer...
2015-04-20 hshopefulUpdate meta_data.c
2015-04-14 Marc Fourniernotify_email: avoid linking against libdl
2015-04-02 Thomas KhoFix type instance sanitization in bind plugin
2015-01-26 Vincent Bernatipmi: use SIGIO instead of SIGUSR2 to avoid conflict...
2015-01-23 Micha Krauseadded doc CollectStatistics to section rrdcached
2015-01-23 Marc Fourniermysql: document defaults to boolean config options
2014-12-31 Marc Fourniertypes_list: fix carriage return sign
2014-12-15 Marc Fourniercollectd.conf example: remove erroneous quotes
2014-12-12 Ruben Kerkhofvirt plugin: only gather stats for running domains
2014-11-19 Marc Fourniersnmp: avoid freeing req under normal operation
2014-11-04 Katelyn Perryfix grammar in plugin loading error message
2014-08-18 Arthur Marblecurl_xml plugin: Fixed tautological pointer comparison...
2014-08-08 Marc Fourniersnmp: free snmp_pdu struct allocated by snmp_pdu_create()
2014-06-23 Marc Fournieradd missing backticks which broke the build
2014-06-20 Lauri Tirkkonendon't assume pkg-config is in PATH
2014-06-20 Wilfried GoesgensConfigparser: when we alocate an empty list, we also...
2014-03-29 Marc Fournierindent wh_init() to be consistent with the rest of...
2014-03-29 Jeremy KatzCall curl_global_init() in _init of plugins using curl
2014-01-15 Marc Fourniernetwork: comment libgcrypt initalization process
2014-01-15 Florian Forsterapache plugin: Call curl_global_init() from the init...
2014-01-15 Chris Lundquist[network] set_thread_cbs so we initialize the right...
2014-01-08 Marc FournierRevert "curl_xml.c: avoid using uninitalized variable...
2014-01-07 Marc Fournierinterface.c: FreeBSD-10 support
2014-01-07 Marc Fourniercurl_xml.c: avoid using uninitalized variable in error...
2013-05-30 Joaquín Cuenca... Don't notify continuously when MySQL slave SQL thread...
2013-04-18 Florian Forstersrc/utils_mount.h: Add <stdio.h>.
2013-04-07 Florian ForsterBump version to 4.10.9; Update ChangeLog. collectd-4.10.9
2013-04-06 Florian Forsternetwork plugin: Make sure gcrypt is initialized before...
2013-04-05 Dave CottlehuberDon't clobber TMPDIR during Java detection
2013-03-27 Markus Knetschkethermal plugin: set the hostname
2013-03-27 Markus Knetschkethermal plugin: fixed value submitting
2013-03-25 Tommie GannertAllow parsing plugin_instance in parse_option().
2013-03-25 Florian Forstermysql plugin: Call mysql_init() only once.
2013-03-25 Florian Forsterconfigure.in: Fix quoting of AC_LANG_PROGRAM().
2013-03-16 Dan Fandrichsrc/filter_chain.c: Fixed typos in error messages
2013-03-16 Dan Fandrichcurl_xml plugin: Check for a curl_easy_perform() error...
2013-02-27 Tomas DoranFix memory leaks when plugin gets no results
2013-02-21 Florian Forsterexec plugin: Fix a copy'n'paste mistake in a comment.
2013-02-20 Florian Forstercurl_json plugin: Call yajl_complete_parse() / yajl_par...
2013-02-05 Dan FandrichAdd protection from infinite redirect loops to curl...
2013-02-05 Dan Fandrichcurl_xml plugin: Fix potential dereference of NULL...
2013-02-03 Dan Fandrichcurl's numeric options are always at minimum long,...
2013-01-31 Florian Forstercpu plugin: Remove broken debug message.
2013-01-25 Florian Forsterlogfile plugin: Make "do_close" a boolean.
2013-01-25 Nathan HuffIf the file isn't closed such as when logging to stdout...
2013-01-14 Florian Forsterdbi plugin: Replace cdbi_config_set_string() with cf_ut...
2012-11-17 Ed Schoutensrc/network.c: Fix the build on FreeBSD.
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-10 Brian Aker1) Cleans up one configure.ac error AC_LINK_IFELSE...
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-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-17 Florian Forsterdisk plugin: Multiply the average read/write latency...
2012-10-14 Sven Trenkelpython: Fix memory leaks.
2012-10-11 Chris Lundquistnetwork.c: workaround for broken OSX compilers issuing...
2012-10-11 Florian Forstersrc/utils_db_query.[ch]: Remove duplicate "const" modifier.
2012-10-11 Florian ForsterMerge branch 'ff/snmp' into collectd-4.10
2012-10-04 Florian Forstersnmp plugin: Fix incorrect comparison in csnmp_oid_comp...
2012-10-03 Florian Forstersnmp plugin: Check the return value of csnmp_oid_suffix().
2012-10-02 Florian Forstersnmp plugin: Fix iterating over tables without an insta...
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 hume-githubFix for Solaris when setting ip-opt multicast-loop...
2012-09-23 hume-githubMultithreading fix: localize unneeded global variable
2012-09-23 Florian Forstersnmp plugin: Improve subtree matching.
2012-09-23 Florian Forstersnmp plugin: Expand tabs.
2012-09-18 Florian Forstersnmp plugin: Rename a couple of confusing variables.
2012-09-18 Florian Forstersnmp plugin: Improve some comments.
2012-09-13 Sebastian Harlbindings/Makefile: perl: Use INSTALL_BASE rather than...
2012-09-13 Sebastian Harlconfigure: Don't add -liptc to the global LIBS setting.
2012-09-13 Sebastian Harlconfigure: Use AC_INCLUDES_DEFAULT when checking any...
2012-09-13 Florian Forstercurl_xml plugin: Mark read-only strings as const.
2012-09-13 Fabien Wernlifix Host config being ignored
2012-09-13 Florian Forsterapcups plugin: Retry sending the "status" command.
2012-09-13 Florian Forsterapcups plugin: Add function net_shutdown().
2012-09-13 Florian Forsterapcups plugin: Make sure the socket is closed on errors.
next