summaryrefslogtreecommitdiff
path: root/lib/command.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "New API to retrieve disk stats in Linux""James Dominic P. Guana2021-04-231-0/+1
* Revert "New API to retrieve disk stats in Linux"Michael Catanzaro2020-11-061-1/+0
* New API to retrieve disk stats in LinuxJames Dominic P. Guana2020-11-041-0/+1
* Renamed procdiskio to procioRobert Roth2017-05-121-1/+1
* New API to retrieve process io stats, with Linux implementationRobert Roth2017-02-121-0/+1
* Check the command value even if !LIBGTOP_ENABLE_DEBUG.Benoit Dejean2015-07-151-38/+37
* Convert lots of fprintf(stderr, ...) to glibtop_debug*().Benoit Dejean2015-07-151-4/+2
* Better debug message.Benoit Dejean2015-06-261-1/+1
* Add command tracing in glibtop_call_l when debugging.Benoit Dejean2015-06-261-0/+39
* The DEBUG macro enabled by --enable-debug is actually LIBGTOP_ENABLE_DEBUG.Benoit Dejean2015-06-261-1/+1
* Update old FSF address.Robert Roth2014-08-201-2/+2
* Removed noisy $Id$.Benoît Dejean2007-02-191-2/+0
* remove unused file.James Henstridge2005-12-121-0/+1
* Zeroed all args.Benoît Dejean2004-08-221-4/+2
* whitespace clean up.Benoît Dejean2004-06-091-1/+1
* - fixed compilationBastien Nocera2003-10-201-2/+1
* - replace all the xmalloc crap by glib memory management functionsBastien Nocera2003-10-201-1/+1
* Reverted libgtop changes. It's a common module and I should not modify it.Carlos Perelló Marín2003-10-191-0/+77
* New directory. New directory. New directory.Martin Baulig2000-01-011-85/+0
* The indentation in LibGTop was done with the following command:Martin Baulig1999-12-261-31/+33
* Use `retval' for the default retval.Martin Baulig1999-10-241-1/+7
* 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
* Third argument is now `const void *'.Martin Baulig1998-08-251-1/+1
* Using `u_int64_t' instead of `unsigned long' and `long' to avoid problemsMartin Baulig1998-07-301-2/+0
* Fixed type in debugging statement.Martin Baulig1998-07-131-1/+1
* Changed indentation, removed some lines already commented out.Martin Baulig1998-07-131-10/+8
* Some more daemon stuff.Martin Baulig1998-06-181-11/+20
* Changed client <-> server interface to make less system calls.Martin Baulig1998-06-181-13/+29
* Using single underscore instead of two underscores for function prefixesMartin Baulig1998-06-071-8/+8
* removed #if's - we now decide at runtime whether to use the server or toMartin Baulig1998-06-011-1/+1
* renamed all functions that implementing features to '__l'; we only emitMartin Baulig1998-05-281-5/+5
* Initial revisionMartin Baulig1998-05-191-0/+54