summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* UTF-8-ified.Benoît Dejean2005-01-241-2/+2
* added localsock { name } to glibtop_open_files_entry. Should not breakBenoît Dejean2005-01-211-0/+6
* New feature by nick@reloco.com.ar (Nicolás Lichtmaier).Benoît Dejean2005-01-105-3/+125
* Added I/O and IRQ wait time to glibtop_cpu. Closes #160443.Benoît Dejean2005-01-031-2/+15
* Turned all macros to functions. Marked everything as G_GNUC_PRINTF andBenoît Dejean2004-12-231-36/+14
* Removed libgtop_names :)Benoît Dejean2004-12-0624-240/+0
* Removed SUID wrappers because glibtop_proc_argv_l is a client-sideBenoît Dejean2004-11-131-22/+0
* Bumped to 2.9.0Benoît Dejean2004-11-136-6/+79
* Zeroed all args.Benoît Dejean2004-08-285-475/+0
* Glibify a bit more. Closes #147618.Benoît Dejean2004-07-183-5/+5
* Added read, write. This members provides total read and write in bytesBenoît Dejean2004-07-172-10/+17
* Added GLIBTOP_PROCESS_DEAD constant.Benoît Dejean2004-07-151-0/+1
* Added new glibtop_get_proc_argv*() functions. These are more easier to useBenoît Dejean2004-07-071-16/+56
* Removed netinfo.[ch] that were never used.Benoît Dejean2004-07-071-83/+0
* Also tries C99 __VA_ARGS__ before using functions.Benoît Dejean2004-06-181-1/+9
* Moved 8 static error functions to sysdeps/common/error.c. This is the endBenoît Dejean2004-06-182-84/+10
* Added IPv6 feature : provides address, prefix and scope. This breaks theBenoît Dejean2004-06-181-1/+17
* *** empty log message ***Benoît Dejean2004-06-131-1/+1
* Changed get_sysinfo prototype so that it returns a const pointer. AddedBenoît Dejean2004-06-121-7/+8
* block_size is now defined as a guint32 instead of a fuzzy gint.Benoît Dejean2004-06-121-1/+1
* whitespace clean up.Benoît Dejean2004-06-094-11/+11
* fix typo in the #defines for FSUSAGE_BLOCK_SIZE (patch by Benoît DejeanBastien Nocera2004-04-071-1/+1
* set GLIBTOP_MAX_FSUSAGE properly, use gint in the headers instead of intBastien Nocera2004-03-161-2/+2
* fix distcheckingBastien Nocera2004-03-111-0/+2
* Added block_size field. (Closes: #125049)Ole Laursen2004-03-091-2/+4
* patch by Benoit Dejean <bnet@ifrance.com> to break the API, I mean, toBastien Nocera2004-03-051-9/+9
* remove dependency on libgnome, check for linux/isdn.h for distros usingBastien Nocera2004-03-041-0/+11
* Apply patch by the_h1ghlander@yahoo.com and Cory OmandBastien Nocera2003-10-204-18/+54
* - s/u_int64_t/guint64/Bastien Nocera2003-10-2034-50/+50
* - fixed compilationBastien Nocera2003-10-2038-133/+78
* - replace all the xmalloc crap by glib memory management functionsBastien Nocera2003-10-202-47/+1
* Reverted libgtop changes. It's a common module and I should not modify it.Carlos Perelló Marín2003-10-196-0/+422
* libgtop-GNOME-2-0-branch moved to HEAD.Carlos Perelló Marín2003-10-1936-741/+824
* Argument to free can't be const!Owen Taylor2001-11-273-3/+4
* - fixes for glib-1.3.9Bastien Nocera2001-10-132-2/+2
* Added `glibtop_closure *' argument.Martin Baulig2001-04-203-6/+6
* Use G_BEGIN_DECLS and G_END_DECLS instead of LIBGTOP_BEGIN/END_DECLS.Martin Baulig2001-04-2047-138/+105
* Typedef this as an opaque struct.Martin Baulig2001-04-202-2/+3
* New file.Martin Baulig2001-04-203-2/+3
* Changed `void *closure' to `glibtop_closure *closure'.Martin Baulig2001-04-2028-98/+98
* Removed this typedef. (glibtop_server): Made the `_priv' field a `void *'.Martin Baulig2001-04-201-2/+1
* Added `void *closure' argument to all sysdeps functions.Martin Baulig2001-04-2027-50/+50
* Install errors.h.Martin Baulig2001-04-201-1/+1
* Added `void *closure' argument.Martin Baulig2000-11-264-9/+14
* Renamed to glibtop_backend_get(). (glibtop_backend_get_server): NewMartin Baulig2000-11-261-2/+5
* New function.Martin Baulig2000-11-261-0/+5
* Changed return value to void.Martin Baulig2000-11-261-1/+1
* Removed. Split into glibtop-backend.h and glibtop-backend-info.h.Martin Baulig2000-11-264-24/+78
* Moved the typedef to backend.h.Martin Baulig2000-11-264-10/+21
* Added -Werror.Martin Baulig2000-11-221-2/+3