summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Revert "New API to retrieve disk stats in Linux"Michael Catanzaro2020-11-061-4/+0
| | | | This reverts commit 9e62440b314fbf87bbeca865a4223311314c52a3.
* Revert "Code clean up and add example"Michael Catanzaro2020-11-062-7/+1
| | | | This reverts commit 7396970afe2290488fd072612a650353dd13a16d.
* Code clean up and add exampleJames Dominic P. Guana2020-11-042-1/+7
|
* New API to retrieve disk stats in LinuxJames Dominic P. Guana2020-11-041-0/+4
|
* Merge branch 'wip/diskio'Robert Roth2017-05-232-0/+14
|\
| * Renamed procdiskio to procioRobert Roth2017-05-122-8/+8
| |
| * Add slave proc_diskio handler.Benoit Dejean2017-02-251-0/+8
| |
| * New API to retrieve process io stats, with Linux implementationRobert Roth2017-02-121-0/+6
| |
* | Use Unicode in translatable stringsPiotr Drąg2017-04-071-2/+2
|/ | | | | | See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772757
* Call setlocale in main function of libgtop_daemon2Ting-Wei Lan2016-01-111-0/+3
| | | | | | It is required to correctly show translated messages on some locales. https://bugzilla.gnome.org/show_bug.cgi?id=760432
* Turn glibtop::machine from a value to a pointer, allocated on init.Benoit Dejean2015-08-081-0/+3
| | | | This hides the glibtop_machine implementation.
* More debug messages to trace euid/egid changes.Benoit Dejean2015-08-081-0/+7
|
* Don't define twice glibtop_global_server and server_features.Benoit Dejean2015-07-181-28/+0
| | | | | | | 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.
* Fixed sprintf format/args type mismatch.Benoit Dejean2015-07-151-4/+4
|
* Convert lots of fprintf(stderr, ...) to glibtop_debug*().Benoit Dejean2015-07-154-22/+7
|
* Fix alignment issue with proclist arguments unpacking.Benoit Dejean2015-07-151-3/+5
|
* Fix autotools deprecation warning with s/INCLUDES/AM_CPPFLAGS/g.Benoit Dejean2015-07-151-1/+1
|
* Make libgtop_server2 link against its libgtop.Benoit Dejean2015-06-261-2/+7
|
* Rename NEED_LIBGTOP to LIBGTOP_NEED_SERVER.Benoit Dejean2015-06-262-2/+2
|
* Use LIBGTOP_ENABLE_DEBUG instead of undefined SLAVE_DEBUG.Benoit Dejean2015-06-261-2/+2
|
* The DEBUG macro enabled by --enable-debug is actually LIBGTOP_ENABLE_DEBUG.Benoit Dejean2015-06-263-6/+6
|
* Update old FSF address.Robert Roth2014-08-206-12/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=721514
* src/daemon: remove LINK variableTing-Wei Lan2014-04-291-2/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=724904
* Don't error out when running on a different release than built onJasper Lievisse Adriaanse2013-04-011-2/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=653177
* Single glib.h include.Benoît Dejean2008-11-071-3/+0
| | | | | | Closes #557826. svn path=/trunk/; revision=2785
* New API to retrieve process CPU affinity.Benoît Dejean2008-05-241-0/+1
| | | | | | Linux implementation. svn path=/trunk/; revision=2748
* Fixed debug macro name.Benoît Dejean2008-04-141-3/+3
| | | | svn path=/trunk/; revision=2736
* git-svn sucks. Kill r2609Benoît Dejean2007-06-251-1/+0
| | | | svn path=/trunk/; revision=2611
* New API : glibtop_get_proc_affinity.Benoît Dejean2007-06-251-0/+1
| | | | | | Implemented for linux. svn path=/trunk/; revision=2609
* Got rid of G_GNUC_INTERNAL.Benoît Dejean2007-05-311-7/+7
| | | | svn path=/trunk/; revision=2600
* Manual commit from my local git-svn which is broken :/Benoît Dejean2007-05-135-39/+44
| | | | svn path=/trunk/; revision=2578
* Got rid of InodeDB. This feature was optionnal and i have never heard ofBenoît Dejean2007-04-275-293/+2
| | | | | | | | | | 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
* Removed noisy $Id$.Benoît Dejean2007-02-198-16/+0
| | | | | | | | | | 2007-02-20 Benoît Dejean <benoit@placenet.org> * *: Removed noisy $Id$. svn path=/trunk/; revision=2558
* Bumped version number to 2.14.6.Benoît Dejean2007-01-113-14/+0
| | | | | | | | | | | | | | 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
* Fixed inodedb build with --as-needed to please people who want to compileBenoît Dejean2006-08-141-2/+2
| | | | | | | | | | | | 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.
* Reverted. See #336837Benoît Dejean2006-04-022-32/+37
| | | | | | | | * configure.in: * src/daemon/daemon.h: * src/daemon/gnuserv.c: (main): Reverted. See #336837
* bug 336837: convert from popt to goptionMichael Terry2006-04-022-37/+32
|
* remove unused file.James Henstridge2005-12-127-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Removed translation.Benoît Dejean2005-06-061-1/+1
| | | | | | | | | | * 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.
* Got rid of include/libgtop-i18n.h.Benoît Dejean2005-06-061-1/+1
| | | | | | | | | | | * examples/smp.c: * include/Makefile.am: * include/libgtop-i18n.h: * lib/lib.pl: * lib/read.c: * lib/read_data.c: * lib/write.c: * src/daemon/gnuserv.c: Got rid of include/libgtop-i18n.h.
* s/strerror/g_strerror.Benoît Dejean2005-03-252-1/+6
| | | | * gnuserv.c: (syslog_io_message): s/strerror/g_strerror.
* Build and install libgtop2_daemon only if needed.Benoît Dejean2005-02-221-1/+7
| | | | * src/Makefile.am: Build and install libgtop2_daemon only if needed.
* Removed some dead files. Don't install private headers.Benoît Dejean2005-02-154-13/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * backends/server/server.h: * configure.in: * glibtop.h: * include/glibtop/Makefile.am: * include/glibtop/gnuserv.h: * include/glibtop/open.h: * include/glibtop/read.h: * include/glibtop/read_data.h: * include/glibtop/types.h: * include/glibtop/write.h: * lib/close.c: * lib/init.c: * lib/lib.pl: * lib/open.c: * lib/parameter.c: * lib/read.c: * lib/read_data.c: * lib/write.c: * src/daemon/daemon.h: * src/daemon/io.c: * src/daemon/main.c: (handle_parent_connection): * src/daemon/slave.c: (handle_slave_connection), (handle_slave_command): * sysdeps/common/gnuslib.c: * sysdeps/solaris/glibtop_private.h: Removed some dead files. Don't install private headers.
* Misc. cleanups.Benoît Dejean2005-02-155-19/+24
| | | | | | | * daemon.h: * gnuserv.c: (syslog_message), (syslog_io_message): * main.c: (handle_parent_connection): * slave.c: (handle_slave_connection), (handle_slave_command): Misc. cleanups.
* Bumped to 2.9.0Benoît Dejean2004-11-131-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Bumped to 2.9.0 * configure.in: * examples/.cvsignore: * examples/Makefile.am: * examples/netlist.c: (main): * features.def: * include/glibtop/Makefile.am: * include/glibtop/command.h: * include/glibtop/netlist.h: * include/glibtop/sysdeps.h: * include/glibtop/union.h: * include/glibtop/version.h: * src/daemon/version.c: * sysdeps/linux/Makefile.am: * sysdeps/linux/netlist.c: (glibtop_init_netlist_s), (glibtop_get_netlist_s): * sysdeps/names/Makefile.am: * sysdeps/names/netlist.c: * sysdeps/solaris/Makefile.am: * sysdeps/solaris/netlist.c: (glibtop_init_netlist_s), (glibtop_get_netlist_s): Added new function glibtop_get_netlist(). Implemented for linux and solaris. Doc needed.
* 'screen' is only defined when AUTH_MAGIC_COOKIE is defined. Added missingBenoît Dejean2004-09-192-2/+13
| | | | | | * gnuserv.c: (setup_table): 'screen' is only defined when AUTH_MAGIC_COOKIE is defined. Added missing initializers for popt options.
* Glibify a bit more. Closes #147618.Benoît Dejean2004-07-182-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | * doc/reference.texi: * include/glibtop/command.h: * include/glibtop/glib-arrays.h: * include/glibtop/proclist.h: * lib/glib-arrays.c: (glibtop_get_proclist_as_array_l): * lib/lib.pl: * scripts/c_types.pl: * src/daemon/main.c: (handle_parent_connection): * src/daemon/slave.c: (handle_slave_connection): * support/mkstemp.c: * sysdeps/aix/proclist.c: (glibtop_get_proclist_s): * sysdeps/freebsd/cpu.c: (glibtop_get_cpu_p): * sysdeps/freebsd/prockernel.c: (glibtop_get_proc_kernel_p): * sysdeps/freebsd/proclist.c: (glibtop_get_proclist_p): * sysdeps/freebsd/procmem.c: (glibtop_get_proc_mem_p): * sysdeps/kernel/proclist.c: (glibtop_get_proclist_s): * sysdeps/linux/proclist.c: (glibtop_get_proclist_s): * sysdeps/osf1/proclist.c: (glibtop_get_proclist_p): * sysdeps/solaris/proclist.c: (glibtop_get_proclist_s): * sysdeps/stub/proclist.c: (glibtop_get_proclist_s): * sysdeps/stub_suid/proclist.c: (glibtop_get_proclist_p): * sysdeps/sun4/proclist.c: (glibtop_get_proclist_p): Glibify a bit more. Closes #147618.
* *** empty log message ***Benoît Dejean2004-06-181-1/+1
|
* whitespace clean up.Benoît Dejean2004-06-097-42/+42
| | | | * *.{c,h} : whitespace clean up.
* Cast to size_t to remove warning. Cvs:Benoît Dejean2004-05-252-1/+5
| | | | | * gnuserv.c: (permitted): Cast to size_t to remove warning. Cvs: ----------------------------------------------------------------------