summaryrefslogtreecommitdiff
path: root/sysdeps/linux/netload.c
Commit message (Expand)AuthorAgeFilesLines
* Fix building on musl-libcKylie McClain2016-02-161-2/+2
* Update old FSF address.Robert Roth2014-08-201-2/+2
* Added a bufsiz argument to file_to_buffer().Benoît Dejean2007-08-261-0/+1
* Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they getBenoît Dejean2007-04-111-1/+1
* Removed noisy $Id$.Benoît Dejean2007-02-191-2/+0
* Updated implementation.Benoît Dejean2006-07-271-0/+4
* New has_sysfs function to avoid stating over and over '/sys' on eachBenoît Dejean2006-07-271-1/+1
* Fixed for people running 2.6 without /sys.Benoît Dejean2005-08-031-2/+4
* Split implementations. New (simpler) implementation for 2.6 (/sys is soBenoît Dejean2005-07-091-120/+221
* s/strerror/g_strerror/.Benoît Dejean2005-03-251-1/+3
* Added Added RemovedBenoît Dejean2004-11-281-0/+2
* Added a check for NULL pointer when wlaking though interfaces (though iBenoît Dejean2004-11-151-47/+69
* Added HAVE_IFADDRS_H Disable IPv6 support is ifaddrs.h is not available.Benoît Dejean2004-08-091-2/+7
* Fixed leak.Benoît Dejean2004-07-221-3/+4
* Fixed leak. Don't set .timeout anymore.Benoît Dejean2004-07-221-0/+1
* Added to repository. WIP.Benoît Dejean2004-07-171-31/+32
* Implemented new IPv6 feature.Benoît Dejean2004-06-181-0/+67
* whitespace clean up.Benoît Dejean2004-06-091-3/+3
* Removed. Cleaned. Replaced unsafe strcpy by g_strlcpy.Benoît Dejean2004-06-061-4/+4
* Apply patch from Benoît Dejean <bnet@ifrance.com> to fix overflow issuesBastien Nocera2003-12-231-12/+12
* Reverted libgtop changes. It's a common module and I should not modify it.Carlos Perelló Marín2003-10-191-0/+354
* Moved all sysdeps code to the new libgtop-backends module.Martin Baulig2001-04-201-288/+0
* Make sure we close all open files.Martin Baulig2000-02-141-1/+4
* The indentation in LibGTop was done with the following command:Martin Baulig1999-12-261-9/+11
* Added `transport' and `protocol' argument to specify transport method andMartin Baulig1999-11-281-1/+2
* Split netload into netload and netinfo.Martin Baulig1999-11-281-74/+1
* Reflect latest interface changes; return 0 on success and -1 on error.Martin Baulig1999-11-211-4/+8
* This is a very big an possibly breaking commit.Martin Baulig1999-10-241-2/+2
* Fixed all warnings.Martin Baulig1999-07-301-2/+0
* Use `(1L << feature)' instead of `(1 << feature)' to avoid problemsMartin Baulig1999-05-061-36/+36
* Set the copyright of LibGTop to the GNU General Public License.Martin Baulig1999-02-231-7/+7
* Include a copy of the GNU Library General Public License here.Martin Baulig1999-02-221-13/+15
* Don't include <linux/ip_fw.h> for libc5 systems since it is no longerMartin Baulig1999-02-201-1/+0
* Use `server->os_version_code' instead of GLIBTOP_LINUX_VERSION_CODE.Martin Baulig1999-01-061-46/+45
* Set indent level to 4.Martin Baulig1999-01-061-182/+182
* When using glibc, don't include <netinet/ip_fw.h> any longer but allMartin Baulig1998-12-281-1/+6
* No longer include <linux/version.h>, but use GLIBTOP_LINUX_VERSION_CODEMartin Baulig1998-12-031-4/+5
* I really should include <linux/version.h> here ...Martin Baulig1998-11-301-0/+2
* Use correct header files both for libc5 and glibc. With Linux >= 2.1.114Martin Baulig1998-11-301-0/+20
* Minor /proc/net/dev parsing updates; has nothing to do with latestMartin Baulig1998-11-271-5/+7
* #include <net/if.h> #include <netinet/ip_fw.h>Martin Baulig1998-11-261-7/+2
* Added implementation for this function.Martin Baulig1998-11-221-2/+287
* Added new features to get network load:Martin Baulig1998-10-261-0/+43