summaryrefslogtreecommitdiff
path: root/sysdeps/common
Commit message (Expand)AuthorAgeFilesLines
* Cleaned. Replaced multiple strcpy/cat by g_strdup_printf. Replaced strncpyBenoît Dejean2004-06-063-17/+15
* set GLIBTOP_MAX_FSUSAGE properly, use gint in the headers instead of intBastien Nocera2004-03-163-23/+19
* fix build (we don't have "full-read.h" here)Bastien Nocera2004-03-092-2/+4
* - oopsie, forgot some filesBastien Nocera2004-03-092-0/+76
* Added block_size field. (Closes: #125049)Ole Laursen2004-03-094-137/+120
* install only one library, libgtop-2.0 Fix build-time warnings due to theBastien Nocera2003-10-213-2/+10
* fix compilation, thanks JeffBastien Nocera2003-10-202-1/+5
* - s/u_int64_t/guint64/Bastien Nocera2003-10-205-20/+28
* - fixed compilationBastien Nocera2003-10-203-59/+54
* - replace all the xmalloc crap by glib memory management functionsBastien Nocera2003-10-206-155/+18
* Reverted libgtop changes. It's a common module and I should not modify it.Carlos Perelló Marín2003-10-194-0/+652
* libgtop-GNOME-2-0-branch moved to HEAD.Carlos Perelló Marín2003-10-197-598/+547
* Install this as a backend.Martin Baulig2001-04-207-140/+117
* New file, formerly known as error.c.Martin Baulig2000-11-222-0/+172
* Don't call glibtop_init_s() anymore, this is deprecated.Martin Baulig2000-11-224-9/+9
* Started with the big rewrite for GNOME 2.0:Martin Baulig2000-11-206-279/+11
* Moved to sysdeps/common/error.c. (glibtop_error_io_r, glibtop_warn_io_r):Martin Baulig2000-02-241-0/+80
* True64 fix from Aron Griffis: we need to `#include <sys/bitypes.h>' here.Martin Baulig2000-02-242-0/+8
* *** empty log message ***Martin Baulig2000-02-221-1/+3
* Use `u_int64_t' arguments and return value to avoid long int overflows onlibgtop_latest_1_0_mergeMartin Baulig2000-01-203-16/+25
* Added netinfo and interface_names.Martin Baulig2000-01-091-2/+8
* The indentation in LibGTop was done with the following command:Martin Baulig1999-12-269-636/+654
* Removed all remote communication support from LibGTop.Martin Baulig1999-12-232-376/+1
* New static variable. (glibtop_get_fsusage_s): Return -1 on error;Martin Baulig1999-10-242-1/+14
* This is a very big an possibly breaking commit.Martin Baulig1999-10-241-1/+1
* Use glib's malloc functions when compiled with LIBGTOP_USE_GLIB_MALLOC.Martin Baulig1999-10-242-7/+7
* Use glib's malloc functions when compiled with LIBGTOP_ENABLE_DEBUG.Martin Baulig1999-10-244-1/+104
* Set the copyright of LibGTop to the GNU General Public License.Martin Baulig1999-02-234-28/+28
* Include a copy of the GNU Library General Public License here.Martin Baulig1999-02-224-52/+62
* *** empty log message ***Martin Baulig1999-02-191-0/+1
* Don't include <glib.h>. Use `int' not `gint'.Martin Baulig1999-02-191-2/+2
* Make it work with Digital Unix native cc.Martin Baulig1999-02-191-1/+2
* Use glib-like function prototypes instead of "extern <function>Martin Baulig1999-02-183-5/+5
* Replaced inline with static.Martin Baulig1999-02-181-44/+0
* Define them as G_INLINE_FUNC in <glibtop/errno.h> if possible.Martin Baulig1999-02-181-34/+54
* Initialize INCLUDES to `@INCLUDES@' to make it clear that it is set inMartin Baulig1999-02-161-0/+2
* Fix a really bad thing from Jeff Garzik; don't override INCLUDES inMartin Baulig1999-02-151-1/+1
* Removed hardcoded gcc arguments. Converted remaining CFLAGS settings toJeff Garzik1999-02-151-1/+1
* Don't declare strstr () here, this should be done in gnomesupport if itMartin Baulig1999-01-101-3/+0
* GNOME-standard autogen.sh scripts automatically run 'automake -a'. -aJeff Garzik1998-12-071-6/+1
* Applied a patch from Kenneth Stailey to make it work on OpenBSD.Martin Baulig1998-11-201-2/+2
* Don't define this any longer, we now use the port the daemon is listeningMartin Baulig1998-11-111-1/+3
* Define LIBGTOP_ENABLE_DEBUG if this parameter is given.Martin Baulig1998-11-111-1/+19
* *** empty log message ***Martin Baulig1998-11-021-6/+14
* Added new features to get network load:Martin Baulig1998-10-261-0/+3
* Added new feature (proc_args) to get command line arguments:Martin Baulig1998-10-261-0/+3
* Added new feature to get PPP/ISDN support:Martin Baulig1998-10-251-0/+3
* Removed G_GNUC_UNUSED.Martin Baulig1998-10-064-5/+5
* G_GNUC_UNUSED fun and other compiler warnings ...Martin Baulig1998-10-034-5/+6
* Added $(LIBGTOP_EXTRA_LIBS).LIBGTOP_0_26_2Martin Baulig1998-09-271-0/+1