index
:
delta/gnome/libgtop.git
LIBGTOP_0_25_PATCHES
LIBGTOP_1_1_2_PATCHES
LIBGTOP_STABLE_0_20
LIBGTOP_STABLE_1_0
affinity
before-gnome-2-0-merge
benoit/add_examples_to_ci_cd
gnome-2-10
gnome-2-12
gnome-2-14
gnome-2-20
gnome-2-22
gnome-2-24
gnome-2-26
gnome-2-28
gnome-2-32
gnome-2-34
gnome-2-36
gnome-2-38
gnome-2-4
gnome-2-40
gnome-2-6
gnome-2-8
libgtop-GNOME-2-0-port
libgtop-MARTIN-HEAD
linux_daemon
master
master-UNNAMED-BRANCH
testing
wip/diskio
wip/hadess/check-abi
wip/lantw/check-for-kinfo_getfile-on-freebsd
wip/libgtop-ng
wip/nielsdg/add-ci
gitlab.gnome.org: GNOME/libgtop.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdeps
/
linux
/
netload.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix building on musl-libc
Kylie McClain
2016-02-16
1
-2
/
+2
*
Update old FSF address.
Robert Roth
2014-08-20
1
-2
/
+2
*
Added a bufsiz argument to file_to_buffer().
Benoît Dejean
2007-08-26
1
-0
/
+1
*
Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they get
Benoît Dejean
2007-04-11
1
-1
/
+1
*
Removed noisy $Id$.
Benoît Dejean
2007-02-19
1
-2
/
+0
*
Updated implementation.
Benoît Dejean
2006-07-27
1
-0
/
+4
*
New has_sysfs function to avoid stating over and over '/sys' on each
Benoît Dejean
2006-07-27
1
-1
/
+1
*
Fixed for people running 2.6 without /sys.
Benoît Dejean
2005-08-03
1
-2
/
+4
*
Split implementations. New (simpler) implementation for 2.6 (/sys is so
Benoît Dejean
2005-07-09
1
-120
/
+221
*
s/strerror/g_strerror/.
Benoît Dejean
2005-03-25
1
-1
/
+3
*
Added Added Removed
Benoît Dejean
2004-11-28
1
-0
/
+2
*
Added a check for NULL pointer when wlaking though interfaces (though i
Benoît Dejean
2004-11-15
1
-47
/
+69
*
Added HAVE_IFADDRS_H Disable IPv6 support is ifaddrs.h is not available.
Benoît Dejean
2004-08-09
1
-2
/
+7
*
Fixed leak.
Benoît Dejean
2004-07-22
1
-3
/
+4
*
Fixed leak. Don't set .timeout anymore.
Benoît Dejean
2004-07-22
1
-0
/
+1
*
Added to repository. WIP.
Benoît Dejean
2004-07-17
1
-31
/
+32
*
Implemented new IPv6 feature.
Benoît Dejean
2004-06-18
1
-0
/
+67
*
whitespace clean up.
Benoît Dejean
2004-06-09
1
-3
/
+3
*
Removed. Cleaned. Replaced unsafe strcpy by g_strlcpy.
Benoît Dejean
2004-06-06
1
-4
/
+4
*
Apply patch from Benoît Dejean <bnet@ifrance.com> to fix overflow issues
Bastien Nocera
2003-12-23
1
-12
/
+12
*
Reverted libgtop changes. It's a common module and I should not modify it.
Carlos Perelló Marín
2003-10-19
1
-0
/
+354
*
Moved all sysdeps code to the new libgtop-backends module.
Martin Baulig
2001-04-20
1
-288
/
+0
*
Make sure we close all open files.
Martin Baulig
2000-02-14
1
-1
/
+4
*
The indentation in LibGTop was done with the following command:
Martin Baulig
1999-12-26
1
-9
/
+11
*
Added `transport' and `protocol' argument to specify transport method and
Martin Baulig
1999-11-28
1
-1
/
+2
*
Split netload into netload and netinfo.
Martin Baulig
1999-11-28
1
-74
/
+1
*
Reflect latest interface changes; return 0 on success and -1 on error.
Martin Baulig
1999-11-21
1
-4
/
+8
*
This is a very big an possibly breaking commit.
Martin Baulig
1999-10-24
1
-2
/
+2
*
Fixed all warnings.
Martin Baulig
1999-07-30
1
-2
/
+0
*
Use `(1L << feature)' instead of `(1 << feature)' to avoid problems
Martin Baulig
1999-05-06
1
-36
/
+36
*
Set the copyright of LibGTop to the GNU General Public License.
Martin Baulig
1999-02-23
1
-7
/
+7
*
Include a copy of the GNU Library General Public License here.
Martin Baulig
1999-02-22
1
-13
/
+15
*
Don't include <linux/ip_fw.h> for libc5 systems since it is no longer
Martin Baulig
1999-02-20
1
-1
/
+0
*
Use `server->os_version_code' instead of GLIBTOP_LINUX_VERSION_CODE.
Martin Baulig
1999-01-06
1
-46
/
+45
*
Set indent level to 4.
Martin Baulig
1999-01-06
1
-182
/
+182
*
When using glibc, don't include <netinet/ip_fw.h> any longer but all
Martin Baulig
1998-12-28
1
-1
/
+6
*
No longer include <linux/version.h>, but use GLIBTOP_LINUX_VERSION_CODE
Martin Baulig
1998-12-03
1
-4
/
+5
*
I really should include <linux/version.h> here ...
Martin Baulig
1998-11-30
1
-0
/
+2
*
Use correct header files both for libc5 and glibc. With Linux >= 2.1.114
Martin Baulig
1998-11-30
1
-0
/
+20
*
Minor /proc/net/dev parsing updates; has nothing to do with latest
Martin Baulig
1998-11-27
1
-5
/
+7
*
#include <net/if.h> #include <netinet/ip_fw.h>
Martin Baulig
1998-11-26
1
-7
/
+2
*
Added implementation for this function.
Martin Baulig
1998-11-22
1
-2
/
+287
*
Added new features to get network load:
Martin Baulig
1998-10-26
1
-0
/
+43