summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 63b442b)
raw | patch | inline | side by side (parent: 63b442b)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Thu, 8 Aug 2013 15:06:11 +0000 (17:06 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Thu, 8 Aug 2013 15:06:11 +0000 (17:06 +0200) |
AUTHORS | patch | blob | history | |
src/netlink.c | patch | blob | history |
index adb74813b3559cfbf3f677a05fe77ef195432ff2..3e963bc468a4beac06c904edb71415b4a60c1d4d 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
- Multiple servers in the apache plugin.
- curl_xml plugin.
+Andreas Henriksson <andreas at fatal.se>
+ - libmnl support in the netlink plugin.
+
Anthony Dewhurst <dewhurst at gmail.com>
- zfs_arc plugin.
+ swap
- Various AIX-related fixes and hacks.
+Marc Fournier <marc.fournier at camptocamp.com>
+ - Various fixes to the varnish plugin.
+ - RPM specfile update.
+ - libmnl support in the netlink plugin.
+
Marco Chiappero <marco at absence.it>
- uptime plugin.
- ip6tables support in the iptables plugin.
diff --git a/src/netlink.c b/src/netlink.c
index 9b5ede7bca75a6538bd38adea5e3025aa5dba5a7..422dc8c6fdadaf1b2feb7449cc5f3a82eda1954c 100644 (file)
--- a/src/netlink.c
+++ b/src/netlink.c
/**
* collectd - src/netlink.c
* Copyright (C) 2007-2010 Florian octo Forster
+ * Copyright (C) 2008-2012 Sebastian Harl
+ * Copyright (C) 2013 Andreas Henriksson
+ * Copyright (C) 2013 Marc Fournier
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
*
* Authors:
* Florian octo Forster <octo at collectd.org>
+ * Sebastian Harl <sh at tokkee.org>
+ * Andreas Henriksson <andreas at fatal.se>
+ * Marc Fournier <marc.fournier at camptocamp.com>
**/
#include "collectd.h"