Jeremy Bícha
baf4edd322
New upstream version 2.41.2
2024-01-11 10:28:24 -05:00
David King and Robert Roth
5e97014fea
Avoid some deprecated networking functions
...
rpminspect trips up on some old networking functions in libgtop, which
are mentioned as deprecated in the Linux man pages.
inet_ntoa() only works on IPv4 addresses, whereas the newer inet_ntop()
works on both IPv4 and IPv6 addresses, so use inet_ntop() instead.
Similarly, use getaddrinfo() rather than gethostbyname(), and avoid
inet_addr() entirely.
https://bugzilla.redhat.com/show_bug.cgi?id=2050712
2023-01-09 09:50:10 +00:00
Avinash Sonawane and Robert Roth
df6393ac0c
Pass correct parameter
2022-03-28 07:59:57 +00:00
Avinash Sonawane and Robert Roth
7e9fed1513
Use correct format specifiers
2022-03-28 07:59:57 +00:00
David King and Robert Roth
cfe1ef95d4
daemon: Do not attempt chown/chmod with DESTDIR
...
https://gitlab.gnome.org/GNOME/libgtop/-/issues/48
2022-03-28 05:23:42 +00:00
Josselin Mouette and Robert Roth
246ec92cab
daemon: Install to libexecdir, not bindir
...
https://bugzilla.gnome.org/show_bug.cgi?id=602664
https://gitlab.gnome.org/GNOME/libgtop/-/issues/17
2022-03-28 05:23:42 +00:00
James Dominic P. Guana and Robert Roth
2ec1815e6c
Revert "Revert "Code clean up and add example""
...
This reverts commit ea08151ae6 .
2021-04-23 09:48:11 +00:00
James Dominic P. Guana and Robert Roth
a067db0569
Revert "Revert "New API to retrieve disk stats in Linux""
...
This reverts commit 7e214414bf .
2021-04-23 09:48:11 +00:00
Michael Catanzaro
7e214414bf
Revert "New API to retrieve disk stats in Linux"
...
This reverts commit 9e62440b31 .
2020-11-06 09:52:01 -06:00
Michael Catanzaro
ea08151ae6
Revert "Code clean up and add example"
...
This reverts commit 7396970afe .
2020-11-06 09:52:00 -06:00
James Dominic P. Guana and Robert Roth
7396970afe
Code clean up and add example
2020-11-04 13:38:03 +00:00
James Dominic P. Guana and Robert Roth
9e62440b31
New API to retrieve disk stats in Linux
2020-11-04 13:38:03 +00:00
Jeremy Bicha
74493fc5a1
New upstream version 2.40.0
2019-03-16 09:51:32 -04:00
Jeremy Bicha
657cfd5f49
New upstream version 2.39.90
2019-02-07 21:52:40 -05:00
Jeremy Bicha
42d3767ed4
New upstream version 2.38.0
2017-12-18 17:12:27 -05:00
Robert Roth
43740ddab7
Merge branch 'wip/diskio'
2017-05-23 00:02:47 +03:00
Robert Roth
1bf16bfffd
Renamed procdiskio to procio
2017-05-12 05:08:41 +03:00
Piotr Drąg and Robert Roth
2f7e2438aa
Use Unicode in translatable strings
...
See https://developer.gnome.org/hig/stable/typography.html
https://bugzilla.gnome.org/show_bug.cgi?id=772757
2017-04-07 14:24:22 +03:00
Benoit Dejean
07abbd2dfe
Add slave proc_diskio handler.
2017-02-25 16:29:26 +01:00
Robert Roth
dff7c5588e
New API to retrieve process io stats, with Linux implementation
2017-02-12 17:59:08 +02:00
Ting-Wei Lan
05cb14dbb2
Call setlocale in main function of libgtop_daemon2
...
It is required to correctly show translated messages on some locales.
https://bugzilla.gnome.org/show_bug.cgi?id=760432
2016-01-11 14:30:41 +08:00
Benoit Dejean
0642c2d610
Turn glibtop::machine from a value to a pointer, allocated on init.
...
This hides the glibtop_machine implementation.
2015-08-08 11:00:57 +02:00
Benoit Dejean
45c8452140
More debug messages to trace euid/egid changes.
2015-08-08 10:56:24 +02:00
Benoit Dejean
f2e57d9fec
Don't define twice glibtop_global_server and server_features.
...
I don't know how the linker was even able to cope with that.
This is somehow related with previous commit:
4808aac Make libgtop_server2 link against its libgtop.
2015-07-18 22:10:05 +02:00
Benoit Dejean
51fd022bdd
Fixed sprintf format/args type mismatch.
2015-07-15 18:47:51 +02:00
Benoit Dejean
172f0a50ba
Convert lots of fprintf(stderr, ...) to glibtop_debug*().
2015-07-15 18:38:28 +02:00
Benoit Dejean
4fb241097f
Fix alignment issue with proclist arguments unpacking.
2015-07-15 18:38:26 +02:00
Benoit Dejean
119049b8c0
Fix autotools deprecation warning with s/INCLUDES/AM_CPPFLAGS/g.
2015-07-15 18:24:29 +02:00
Benoit Dejean and Robert Roth
4808aac8ef
Make libgtop_server2 link against its libgtop.
2015-06-26 02:57:41 +03:00
Benoit Dejean and Robert Roth
f76b37be1b
Rename NEED_LIBGTOP to LIBGTOP_NEED_SERVER.
2015-06-26 02:57:41 +03:00
Benoit Dejean and Robert Roth
7b2416a8d1
Use LIBGTOP_ENABLE_DEBUG instead of undefined SLAVE_DEBUG.
2015-06-26 02:57:41 +03:00
Benoit Dejean and Robert Roth
a93dc2526d
The DEBUG macro enabled by --enable-debug is actually LIBGTOP_ENABLE_DEBUG.
2015-06-26 02:57:41 +03:00
Robert Roth
7a3414d002
Update old FSF address.
...
https://bugzilla.gnome.org/show_bug.cgi?id=721514
2014-08-20 04:44:27 +03:00
Ting-Wei Lan and Robert Roth
82c28b2ad2
src/daemon: remove LINK variable
...
https://bugzilla.gnome.org/show_bug.cgi?id=724904
2014-04-29 00:14:49 +03:00
Jasper Lievisse Adriaanse
a44392d948
Don't error out when running on a different release than built on
...
https://bugzilla.gnome.org/show_bug.cgi?id=653177
2013-04-01 13:35:24 +02:00
Benoît Dejean
23798fbd51
Single glib.h include.
...
Closes #557826 .
svn path=/trunk/; revision=2785
2008-11-07 23:58:43 +00:00
Benoît Dejean
90fc3ca780
New API to retrieve process CPU affinity.
...
Linux implementation.
svn path=/trunk/; revision=2748
2008-05-24 09:50:04 +00:00
Benoît Dejean
be8a371481
Fixed debug macro name.
...
svn path=/trunk/; revision=2736
2008-04-14 16:22:03 +00:00
Benoît Dejean
ef34cfb38a
git-svn sucks. Kill r2609
...
svn path=/trunk/; revision=2611
2007-06-25 17:30:40 +00:00
Benoît Dejean
6b0bafcafb
New API : glibtop_get_proc_affinity.
...
Implemented for linux.
svn path=/trunk/; revision=2609
2007-06-25 17:27:27 +00:00
Benoît Dejean
65fe248d66
Got rid of G_GNUC_INTERNAL.
...
svn path=/trunk/; revision=2600
2007-05-31 20:04:32 +00:00
Benoît Dejean
3eb958dc6c
Manual commit from my local git-svn which is broken :/
...
svn path=/trunk/; revision=2578
2007-05-13 08:20:10 +00:00
Benoît Dejean and Benoît Dejean
cd389851b9
Got rid of InodeDB. This feature was optionnal and i have never heard of
...
2007-04-27 Benoît Dejean <benoit@placenet.org >
Got rid of InodeDB.
This feature was optionnal and i have never heard of anyone using
it. I have never touched it so it may be broken since 2.6.
svn path=/trunk/; revision=2573
2007-04-27 17:37:47 +00:00
Benoît Dejean and Benoît Dejean
04a5531a46
Removed noisy $Id$.
...
2007-02-20 Benoît Dejean <benoit@placenet.org >
* *:
Removed noisy $Id$.
svn path=/trunk/; revision=2558
2007-02-19 23:10:10 +00:00
Benoît Dejean and Benoît Dejean
c9385972bd
Bumped version number to 2.14.6.
...
2007-01-11 Benoît Dejean <benoit@placenet.org >
* configure.in:
Bumped version number to 2.14.6.
* *:
Got rid of CVS admin files.
svn path=/trunk/; revision=2545
2007-01-11 20:35:33 +00:00
Benoît Dejean and Benoît Dejean
75f11dc5d6
Fixed inodedb build with --as-needed to please people who want to compile
...
2006-08-14 Benoît Dejean <benoit@placenet.org >
* src/inodedb/Makefile.am:
Fixed inodedb build with --as-needed to please people
who want to compile and optimize broken, deprecated and
never-used feature.
Patch by Daniel Gryniewicz <dang@gentoo.org >
Closes #341041 .
2006-08-14 07:56:39 +00:00
Benoît Dejean
a7cf016d67
Reverted. See #336837
...
* configure.in:
* src/daemon/daemon.h:
* src/daemon/gnuserv.c: (main):
Reverted. See #336837
2006-04-02 09:09:41 +00:00
Michael Terry
ec7922c6bd
bug 336837: convert from popt to goption
2006-04-02 03:58:45 +00:00
James Henstridge and James Henstridge
aa5ac8fc10
remove unused file.
...
2005-12-12 James Henstridge <james@jamesh.id.au >
* doc/auto-macros.texi.in: remove unused file.
* doc/libgtop2.texi: don't include auto-macros.texi.
* doc/Makefile.am: don't build auto-macros.texi, since none of its
macros are used in the documentation any more.
* include/glibtop/global.h: don't include <config.h> from headers.
* .../*.c: make sure <config.h> is the first thing included.
* acinclude.m4: m4_include() libgtop-sysdeps.m4 rather than
inlining it.
* acinclude.m4, libgtop-sysdeps.m4: use third argument to
AC_DEFINE() to set the comment.
* configure.in: modernise a bit.
* acconfig.h: remove file, since it is deprecated
* autogen.sh: require automake 1.9 instead of 1.4.
2005-12-12 09:38:15 +00:00
Benoît Dejean
4cd022b315
Removed translation.
...
* examples/smp.c: (main): Removed translation.
* lib/lib.pl:
* lib/read.c:
* lib/read_data.c:
* lib/write.c:
* src/daemon/gnuserv.c: s/gi18n.h/gi18n-lib.h.
2005-06-06 12:33:42 +00:00