summaryrefslogtreecommitdiff
path: root/src/daemon
Commit message (Expand)AuthorAgeFilesLines
* The indentation in LibGTop was done with the following command:Martin Baulig1999-12-267-300/+314
* Removed all remote communication support from LibGTop.Martin Baulig1999-12-235-184/+2
* Removed. (glibtop_get_proc_args_*): This now takes a `glibtop_array'Martin Baulig1999-12-191-1/+1
* "It compiles".Martin Baulig1999-12-121-3/+3
* Added `transport' and `protocol' argument to specify transport method andMartin Baulig1999-11-282-2/+6
* Split netload into netload and netinfo.Martin Baulig1999-11-283-0/+13
* Added `instance' argument.Martin Baulig1999-11-282-4/+11
* **** Merged from Hardangervidda ****Martin Baulig1999-11-282-0/+7
* Implement GLIBTOP_CMND_INTERFACE_NAMES.Martin Baulig1999-11-212-0/+39
* Added new feature to get a list of network interface names.Martin Baulig1999-11-211-0/+1
* Added additional `int' parameter for the retval from the sysdepsMartin Baulig1999-10-245-72/+97
* Add braces to fix ambiguity.Elliot Lee1999-08-161-1/+2
* Fixed all warnings.Martin Baulig1999-07-302-8/+8
* Link the `libgtop_daemon' and the `libgtop_server' statically if possible.Martin Baulig1999-07-292-0/+13
* Remove the `GLIBTOP_SYSDEPS_FEATURES' and `GLIBTOP_SYSDEPS_POINTER_SIZE'Martin Baulig1999-05-281-2/+1
* There's some problem with uname () - some systems like Solaris or DigitalMartin Baulig1999-05-073-1/+10
* Applied a patch from David Kaelbling:Martin Baulig1999-05-061-1/+5
* Use `(1L << feature)' instead of `(1 << feature)' to avoid problemsMartin Baulig1999-05-061-1/+1
* Added `pointer_size' which is the number of bits of a `void *'.Martin Baulig1999-05-061-0/+1
* Set the copyright of LibGTop to the GNU General Public License.Martin Baulig1999-02-236-92/+104
* Moved some things around in the ChangeLog.Martin Baulig1999-02-191-0/+3
* Hardcoded system name. (LIBGTOP_COMPILE_RELEASE): Hardcoded systemMartin Baulig1999-02-193-3/+30
* Reverted my last brain-dead commit.Martin Baulig1999-02-191-14/+7
* For suid/sgid servers the operating system version must match the one theMartin Baulig1999-02-191-7/+14
* Don't include <glib.h>. Use `int' not `gint'.Martin Baulig1999-02-191-1/+1
* Sometimes @LIBSUPPORT@ references symbols from @INTLLIBS@ so we needMartin Baulig1999-02-191-2/+2
* Make it work with Digital Unix native cc.Martin Baulig1999-02-193-7/+8
* Replace all __BEGIN_DELCS with LIBGTOP_BEGIN_DECLS and all __END_DECLSMartin Baulig1999-02-191-9/+11
* Include <glibtop/error.h>.Martin Baulig1999-02-191-0/+1
* Initialize INCLUDES to `@INCLUDES@' to make it clear that it is set inMartin Baulig1999-02-161-1/+1
* *** empty log message ***Martin Baulig1999-02-151-0/+2
* Fix a really bad thing from Jeff Garzik; don't override INCLUDES inMartin Baulig1999-02-151-2/+0
* Removed hardcoded gcc arguments. Converted remaining CFLAGS settings toJeff Garzik1999-02-151-1/+1
* Declare this as `extern' if necessary.Martin Baulig1999-02-112-0/+9
* Include <errno.h>Martin Baulig1999-02-111-0/+1
* Don't include <gnome-argp.h>. (program_invocation_name,GNOME_STABLEMartin Baulig1998-12-172-1/+14
* Reverted Elliot's change here, we need to #include <gnome-argp.h> to getMartin Baulig1998-12-161-0/+1
* no gnome-argp.hElliot Lee1998-12-151-1/+0
* Some don't have LOG_PERROR, quick fixFrederic Devernay1998-12-111-0/+5
* Oops, better #include <gnome-argp.h> here ...Martin Baulig1998-12-101-1/+1
* #include <gnomesupport-fake.h>Martin Baulig1998-12-101-0/+1
* Larger changes to the daemon:Martin Baulig1998-12-095-699/+643
* Small fix.Martin Baulig1998-12-091-1/+2
* Added implementation for proc_args and netload.Martin Baulig1998-12-091-0/+15
* Don't define this any longer, we now use the port the daemon is listeningMartin Baulig1998-11-111-2/+4
* Fix a compiler warning.Martin Baulig1998-11-111-2/+2
* Set `server->features' directly rather than callingMartin Baulig1998-11-113-24/+38
* `sysdeps.flags' should be a mask telling which fields are valid,Martin Baulig1998-11-021-0/+2
* Added $(GLIB_LIBS) to libs. Not sure how it ever built without it.Marc Ewing1998-11-022-0/+6
* Added new features to get network load:Martin Baulig1998-10-262-1/+8