2000-02-22 Martin Baulig * backend-sysdeps.c (LibGTopBackendInfo): Call this `LibGTopBackendInfo_Server' when we don't use gmodule. 2000-02-22 Martin Baulig * Makefile.am: Only install the libs in $(LIBGTOP_BACKEND_DIR) when we LIBGTOP_USE_GMODULE and in $(libdir) otherwise. 2000-01-18 Martin Baulig * demarshal.pl: Only emit code for functions which are really suid/sgid. 2000-01-13 Martin Baulig * write.c (glibtop_write_i): The buffer which we write is now a `const'. 2000-01-12 Martin Baulig * Makefile.am: Install everything except the server binary in $(LIBGTOP_BACKEND_DIR). * libgtop-server.backend: New file. * backend-server.c (glibtop_backend_server): Renamed to `LibGTopBackendInfo'. 2000-01-08 Martin Baulig * command.h.in (glibtop_response): New structure. 2000-01-02 Martin Baulig * command.pl: New file. Creates `command.h' from `command.h.in'. * command.h.in: New file. Template file for `command.h'. * io.c, version.c: New files. Copied here from `src/daemon'. * demarshal.pl: New file. Automatically creates `demarshal.c'. * demarshal.c: This automatically created file handles the demarshalling in the libgtop_server. * Makefile.am: Build the `libgtop_server' here. * server.c, server.h: New files. Copied here from `src/daemon'. 2000-01-01 Martin Baulig Initial version of the "glibtop-backend-server" backend. * command.c, read.c, read_data.c, write.c: New files. Moved here from the `lib' directory. * backend-server.c: New file. * glibtop-backend-private.h: New file. * marshal.pl: New file. Automatically creates `marshal.c'.