summaryrefslogtreecommitdiff
path: root/lib/init.c
Commit message (Expand)AuthorAgeFilesLines
* Turn glibtop::machine from a value to a pointer, allocated on init.Benoit Dejean2015-08-081-0/+7
* Move _glibtop_global_server from .data to .bss.Benoit Dejean2015-08-081-1/+1
* Use the server parameter, not the global/default one.Benoit Dejean2015-07-181-1/+1
* Run server_command instead of hardcoded LIBGTOP_SERVER.Benoit Dejean2015-06-261-1/+1
* Update old FSF address.Robert Roth2014-08-201-2/+2
* Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they getBenoît Dejean2007-04-111-1/+1
* Removed noisy $Id$.Benoît Dejean2007-02-191-2/+0
* remove unused file.James Henstridge2005-12-121-0/+1
* Moved _glibtop_init_hook_[sp] declaration to private glibtop/init_hooks.h.Benoît Dejean2005-08-021-1/+2
* 2.10.2 post release bump.Benoît Dejean2005-04-271-0/+1
* Removed some dead files. Don't install private headers.Benoît Dejean2005-02-151-0/+1
* Replaced C99 initializer.Benoît Dejean2004-10-101-1/+1
* Added missing initializer.Benoît Dejean2004-06-121-1/+1
* whitespace clean up.Benoît Dejean2004-06-091-22/+22
* - fixed compilationBastien Nocera2003-10-201-1/+0
* - replace all the xmalloc crap by glib memory management functionsBastien Nocera2003-10-201-10/+7
* libgtop-GNOME-2-0-branch moved to HEAD.Carlos Perelló Marín2003-10-191-12/+216
* Started with the big rewrite for GNOME 2.0:Martin Baulig2000-11-201-96/+1
* New type. (glibtop): Added `glibtop_server_info *info', moved `ncpu',Martin Baulig2000-11-201-2/+6
* Removed `method', `server_command', `server_host', `server_user' andMartin Baulig2000-02-061-134/+0
* Removed `-lgtop_sysdeps'. This is gmodule loaded from the backend openMartin Baulig2000-01-221-2/+1
* *** empty log message ***Martin Baulig2000-01-131-2/+0
* Call `_glibtop_open_sysdeps'.Martin Baulig2000-01-121-9/+1
* Comment out `_glibtop_init_hook_s'.Martin Baulig2000-01-121-0/+4
* The indentation in LibGTop was done with the following command:Martin Baulig1999-12-261-154/+156
* Added `refcount' field. New functions to deal with refcounts.Martin Baulig1999-12-051-0/+24
* Added `pointer_size' which is the number of bits of a `void *'.Martin Baulig1999-05-061-0/+2
* 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
* New file.Martin Baulig1998-08-251-1/+1
* `make distcheck' cleanups - Hey, it really works, guys !Martin Baulig1998-08-161-5/+4
* Now using correct default server.Martin Baulig1998-08-091-0/+23
* Using `GLIBTOP_INIT_STATE_SYSDEPS' instead of `GLIBTOP_INIT_STATE_INIT'.Martin Baulig1998-08-081-2/+2
* New fields `error_method', `sysdeps' and `required'. I added an improvedMartin Baulig1998-08-071-12/+28
* New file.Martin Baulig1998-07-291-1/+1
* Summary of this long ChangeLog:Martin Baulig1998-07-221-0/+18
* Added `GLIBTOP_METHOD_PIPE' again.Martin Baulig1998-07-181-0/+5
* Basically did some work on the new daemon. Things are still unstable.Martin Baulig1998-07-131-15/+16
* No longer use `glibtop_machine.h' for Linux.Martin baulig1998-07-031-10/+155
* Did some more work on the daemon.Martin Baulig1998-06-141-2/+2
* Using single underscore instead of two underscores for function prefixesMartin Baulig1998-06-071-2/+2
* renamed to `glibtop_open__l'.Martin Baulig1998-06-021-2/+2
* removed #if's - we now decide at runtime whether to use the server or toMartin Baulig1998-06-011-2/+4
* Initial revisionMartin Baulig1998-05-191-0/+40