| Commit message (Expand) | Author | Age | Files | Lines |
* | glibtop_machine is defined in glibtop.h. | Benoit Dejean | 2015-08-15 | 1 | -2/+0 |
* | server->machine is now a pointer, so propagate the change from . to ->. | Benoît Dejean | 2015-08-08 | 3 | -10/+10 |
* | Fix autotools deprecation warning with s/INCLUDES/AM_CPPFLAGS/g. | Benoit Dejean | 2015-07-15 | 1 | -1/+1 |
* | Update old FSF address. | Robert Roth | 2014-08-20 | 29 | -58/+58 |
* | Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they get | Benoît Dejean | 2007-04-11 | 21 | -21/+21 |
* | Removed noisy $Id$. | Benoît Dejean | 2007-02-19 | 29 | -58/+0 |
* | Bumped version number to 2.14.6. | Benoît Dejean | 2007-01-11 | 1 | -21/+0 |
* | Synch the list of GLIBTOP_SUID_* constants with those expected by the | Julio M. Merino Vidal | 2006-04-04 | 1 | -0/+1 |
* | remove unused file. | James Henstridge | 2005-12-12 | 24 | -0/+24 |
* | Moved _glibtop_init_hook_[sp] declaration to private glibtop/init_hooks.h. | Benoît Dejean | 2005-08-02 | 1 | -2/+2 |
* | Glibify a bit more. Closes #147618. | Benoît Dejean | 2004-07-18 | 1 | -1/+1 |
* | *** empty log message *** | Benoît Dejean | 2004-06-18 | 1 | -1/+1 |
* | whitespace clean up. | Benoît Dejean | 2004-06-09 | 18 | -171/+171 |
* | Removed duplicated memset. Replaced strncpy by g_strlcpy. | Benoît Dejean | 2004-06-06 | 3 | -5/+6 |
* | Added missing const qualifiers. | Benoît Dejean | 2004-05-25 | 5 | -9/+16 |
* | install only one library, libgtop-2.0 Fix build-time warnings due to the | Bastien Nocera | 2003-10-21 | 2 | -2/+6 |
* | - fixed compilation | Bastien Nocera | 2003-10-20 | 7 | -9/+14 |
* | - replace all the xmalloc crap by glib memory management functions | Bastien Nocera | 2003-10-20 | 2 | -6/+11 |
* | Reverted libgtop changes. It's a common module and I should not modify it. | Carlos Perelló Marín | 2003-10-19 | 32 | -0/+2260 |
* | Moved all sysdeps code to the new libgtop-backends module. | Martin Baulig | 2001-04-20 | 34 | -2450/+0 |
* | Applied a patch from Aron Griffis <agriffis@bigfoot.com>. | Martin Baulig | 2000-02-24 | 4 | -7/+15 |
* | Moved here from the sysdeps directories. | Martin Baulig | 2000-02-06 | 2 | -63/+1 |
* | Removed the `lockfile' argument; we now use a configure check to determine | Martin Baulig | 2000-02-06 | 1 | -1/+1 |
* | Added `use_isdn' and `lockfile' arguments. When `use_isdn' is TRUE, we | Martin Baulig | 2000-01-22 | 1 | -1/+2 |
* | Reflect latest interface changes. | Martin Baulig | 2000-01-18 | 12 | -16/+162 |
* | perl -pni -e 's,server->machine,server->_priv->machine,g' *.c *.h | Martin Baulig | 2000-01-18 | 2 | -9/+9 |
* | Reflect latest interface changes. | Martin Baulig | 2000-01-18 | 1 | -0/+2 |
* | perl -pni -e 's,server->machine,server->_priv->machine,g' *.c *.h | Martin Baulig | 2000-01-18 | 1 | -1/+1 |
* | Reflect latest interface changes. | Martin Baulig | 2000-01-12 | 11 | -22/+63 |
* | The indentation in LibGTop was done with the following command: | Martin Baulig | 1999-12-26 | 29 | -533/+591 |
* | This is a larger source-incompatible commit, but it'll make it easier to | Martin Baulig | 1999-12-11 | 3 | -22/+22 |
* | This is a very big an possibly breaking commit. | Martin Baulig | 1999-10-24 | 20 | -37/+37 |
* | Added/updated sysdeps AUTHORS files (each sysdeps port should have | Martin Baulig | 1999-06-15 | 1 | -0/+1 |
* | Fixed implementation of the `state' field; added `ruid' and `rgid' fields. | Martin Baulig | 1999-05-11 | 2 | -6/+88 |
* | Use `(1L << feature)' instead of `(1 << feature)' to avoid problems | Martin Baulig | 1999-05-06 | 16 | -57/+57 |
* | Set the copyright of LibGTop to the GNU General Public License. | Martin Baulig | 1999-02-23 | 29 | -225/+229 |
* | Include a copy of the GNU Library General Public License here. | Martin Baulig | 1999-02-22 | 27 | -351/+405 |
* | *** empty log message *** | Martin Baulig | 1999-02-19 | 1 | -0/+2 |
* | Copied from stub_suid. | Martin Baulig | 1999-02-19 | 7 | -5/+150 |
* | Added `which' and `arg' arguments. | Martin Baulig | 1999-02-19 | 1 | -1/+2 |
* | Replace all __BEGIN_DELCS with LIBGTOP_BEGIN_DECLS and all __END_DECLS | Martin Baulig | 1999-02-19 | 3 | -10/+14 |
* | Initialize INCLUDES to `@INCLUDES@' to make it clear that it is set in | Martin Baulig | 1999-02-16 | 1 | -0/+2 |
* | Removed hardcoded gcc arguments. Converted remaining CFLAGS settings to | Jeff Garzik | 1999-02-15 | 1 | -2/+0 |
* | Minor `make distcheck' fixes. | Martin Baulig | 1999-01-03 | 1 | -0/+2 |
* | Added new feature to get PPP/ISDN support: | Martin Baulig | 1998-10-25 | 3 | -1/+48 |
* | Use a 2-element-array of type `u_int64_t' for all signal masks instead of | Martin Baulig | 1998-10-20 | 1 | -4/+4 |
* | Added. AC_SUBST. (LT_RELEASE, LT_CURRENT, LT_REVISION, LT_AGE): AC_SUBST. | Martin Baulig | 1998-08-29 | 1 | -0/+2 |
* | `make distcheck' cleanups - Hey, it really works, guys ! | Martin Baulig | 1998-08-16 | 1 | -0/+2 |
* | Removed. New files. Added `libgtop_server'; this has been moved here from | Martin Baulig | 1998-08-07 | 17 | -18/+164 |
* | New file. | Martin Baulig | 1998-07-29 | 1 | -4/+0 |