summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add -no-undefined for shared libraries on Cygwin.Benoît Dejean2009-05-041-1/+1
* New API to retrieve process CPU affinity.Benoît Dejean2008-05-242-0/+9
* Dropped dead files.Benoît Dejean2008-04-143-266/+0
* Don't export _s and _p symbols. These symbols were never meant to beBenoît Dejean2007-10-151-62/+0
* Fixed arguments type.Benoît Dejean2007-10-031-1/+1
* git-svn sucks. Kill r2609Benoît Dejean2007-06-252-16/+5
* New API : glibtop_get_proc_affinity.Benoît Dejean2007-06-252-5/+16
* Fixed dist.LIBGTOP_2_19_2Benoît Dejean2007-05-141-2/+2
* Added missing filesBenoît Dejean2007-05-131-0/+130
* Manual commit from my local git-svn which is broken :/Benoît Dejean2007-05-132-1/+8
* Got rid of InodeDB. This feature was optionnal and i have never heard ofBenoît Dejean2007-04-271-115/+0
* Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they getBenoît Dejean2007-04-112-45/+45
* Removed noisy $Id$.Benoît Dejean2007-02-1912-24/+0
* Handle EINTR.Benoît Dejean2007-02-142-30/+21
* Bumped version number to 2.14.6.Benoît Dejean2007-01-111-8/+0
* Fixed a bunch of signedness warnings.Benoît Dejean2006-04-103-8/+11
* remove unused file.James Henstridge2005-12-128-0/+8
* Dropped many dead files. Bumped release number. I guess this closesBenoît Dejean2005-10-305-916/+0
* Moved _glibtop_init_hook_[sp] declaration to private glibtop/init_hooks.h.Benoît Dejean2005-08-022-3/+12
* Removed translation.Benoît Dejean2005-06-064-4/+4
* Got rid of include/libgtop-i18n.h.Benoît Dejean2005-06-064-4/+4
* 2.10.2 post release bump.Benoît Dejean2005-04-271-0/+1
* Fixed warning.Benoît Dejean2005-03-291-1/+2
* s/strerror/g_strerror.Benoît Dejean2005-03-251-2/+7
* don't export private symbols.Benoît Dejean2005-02-211-1/+1
* Removed some dead files. Don't install private headers.Benoît Dejean2005-02-158-0/+9
* G_GNUC_NORETURN love.Benoît Dejean2005-02-151-156/+0
* Fixed error messages. Closes #162406.Benoît Dejean2004-12-292-2/+3
* Turned all macros to functions. Marked everything as G_GNUC_PRINTF andBenoît Dejean2004-12-232-6/+10
* Fixed Argument passing between library and server. Thanks everyone. ClosesBenoît Dejean2004-12-101-14/+23
* Replaced C99 initializer.Benoît Dejean2004-10-102-3/+2
* Zeroed all args.Benoît Dejean2004-08-281-120/+0
* Zeroed all args.Benoît Dejean2004-08-221-4/+2
* Glibify a bit more. Closes #147618.Benoît Dejean2004-07-182-3/+3
* *** empty log message ***Benoît Dejean2004-06-201-0/+1
* Moved 8 static error functions to sysdeps/common/error.c. This is the endBenoît Dejean2004-06-183-32/+22
* block_size is now defined as a guint32 instead of a fuzzy gint.Benoît Dejean2004-06-121-1/+1
* Added missing initializer.Benoît Dejean2004-06-121-1/+1
* whitespace clean up.Benoît Dejean2004-06-099-61/+61
* Cleaned.Benoît Dejean2004-06-061-1/+1
* remove dependency on libgnome, check for linux/isdn.h for distros usingBastien Nocera2004-03-044-4/+4
* apply patch for ngettext support by Christian Neumair <chris@gnome-de.org>Bastien Nocera2003-10-203-3/+3
* Apply patch by the_h1ghlander@yahoo.com and Cory OmandBastien Nocera2003-10-201-0/+64
* - s/u_int64_t/guint64/Bastien Nocera2003-10-204-6/+6
* - fixed compilationBastien Nocera2003-10-2010-11/+17
* - replace all the xmalloc crap by glib memory management functionsBastien Nocera2003-10-205-112/+11
* removed traces of guile, intllibs and libgnomesupportBastien Nocera2003-10-201-1/+1
* Reverted libgtop changes. It's a common module and I should not modify it.Carlos Perelló Marín2003-10-194-0/+271
* libgtop-GNOME-2-0-branch moved to HEAD.Carlos Perelló Marín2003-10-199-389/+688
* Argument to free can't be const!Owen Taylor2001-11-273-5/+3