gnome-control-center/archiver
Bradford Hovinen 49876695d2 Added InputBuffer, removed get_line (struct _Slave): (struct
2001-04-20  Bradford Hovinen  <hovinen@ximian.com>

	* config-log.c: Added InputBuffer, removed get_line
	(struct _Slave):
	(struct _ConfigLogPrivate ): Replaced GIOChannel * and FILE * with
	InputBuffer *'s
	(input_buffer_new): Implement. Constructs a new input buffer
	(input_buffer_destroy): Implement. Destroys an input buffer and
	closes the file descriptor
	(input_buffer_cycle): Implement (borrowed from GDict). Reads
	additional data from the input file
	(input_buffer_read_line): Implement (borrowed from GDict). Reads a
	line from the input file and returns a pointer to it
	(input_buffer_write): Implement. Write the indicated string out to
	the channel

2001-04-15  Bradford Hovinen  <hovinen@ximian.com>

	* config-log.c (config_log_set_arg): Create semaphore for
	auto-reloading
	(do_load): Removed locking code
	(load_log_entry): Support prepending log entries to the beginning
	of the log; free entry->date if parsing was unsuccessful
	(config_log_reset_filenames): Unlink socket filename if not owner
	(config_log_reset_filenames): Rebind socket when filename is reset
	(connect_socket): Implement. Creates or connects to the socket
	associated with the config log
	(check_socket_filename): Implement. Checks to see if the filename
	associated with the socket is in use.
	(bind_socket): Implement. Binds the socket to the filename.
	(socket_connect_cb): Implement. Callback issued when a master gets
	a new connection.
	(socket_data_cb): Implement. Callback issued when a slave gets
	data from the master.
	(slave_new): Implement. Creates a new slave structure
	(slave_destroy): Implement. Destroys a slave structure
	(slave_data_cb): Implement. Callback issued when data comes in
	from a slave
	(slave_broadcast_data): Implement. Broadcast the first log entry
	to all the slaves except the given one
	(disconnect_socket): Implement. Disconnects the socket
	(config_log_open): Call connect_socket
	(do_unload): Don't dump the log unless currently the socket owner
	(config_log_write_entry): Broadcast data to slaves or write data
	to socket, depending on whether currently the socket owner

2001-04-14  Bradford Hovinen  <hovinen@ximian.com>

	* config-log.c (do_unload): Add a parameter write_log to tell
	whether to write out the log when unloading
	(config_log_finalize): Implement

	* config-log.[ch]: Put all data fields in ConfigLogPrivate
	structure

	* gui-backend-list.c (gui_backend_list_launch_current): Rewrite to
	use popen
2001-04-22 01:05:26 +00:00
..
tests Use attr->val rather than attr->node Created Removed parts dealing with 2001-02-20 15:37:48 +00:00
.cvsignore shut up cvs. Upd. TODO 2001-01-25 22:38:28 +00:00
archive.c Make sure to search location of XST backends 2001-04-12 01:43:31 +00:00
archive.h Changed e-mail addresses: helixcode.com -> ximian.com. 2001-01-12 15:03:02 +00:00
archiver-spec More Helix to Ximian. Also, the new network code - untested - and a fix for backends/Makefile.am 2001-01-24 20:40:25 +00:00
backend-list.c Added test-1.sh and test-2.sh, the first two tests in the test suite 2001-02-20 02:43:35 +00:00
backend-list.h Changed e-mail addresses: helixcode.com -> ximian.com. 2001-01-12 15:03:02 +00:00
ChangeLog Added InputBuffer, removed get_line (struct _Slave): (struct 2001-04-22 01:05:26 +00:00
config-log.c Added InputBuffer, removed get_line (struct _Slave): (struct 2001-04-22 01:05:26 +00:00
config-log.h Added InputBuffer, removed get_line (struct _Slave): (struct 2001-04-22 01:05:26 +00:00
config-manager-dialog.c Changed e-mail addresses: helixcode.com -> ximian.com. 2001-01-12 15:03:02 +00:00
config-manager-dialog.h Changed e-mail addresses: helixcode.com -> ximian.com. 2001-01-12 15:03:02 +00:00
config-manager.c Changed e-mail addresses: helixcode.com -> ximian.com. 2001-01-12 15:03:02 +00:00
create-location-dialog.c Changed e-mail addresses: helixcode.com -> ximian.com. 2001-01-12 15:03:02 +00:00
create-location-dialog.h Changed e-mail addresses: helixcode.com -> ximian.com. 2001-01-12 15:03:02 +00:00
default-global.xml Search XST_FRONTEND_LOCATION if we are in a global state, to make sure 2001-04-12 00:57:01 +00:00
default-user.xml Added InputBuffer, removed get_line (struct _Slave): (struct 2001-04-22 01:05:26 +00:00
future-spec More Helix to Ximian. Also, the new network code - untested - and a fix for backends/Makefile.am 2001-01-24 20:40:25 +00:00
location-list.c Changed e-mail addresses: helixcode.com -> ximian.com. 2001-01-12 15:03:02 +00:00
location-list.h Changed e-mail addresses: helixcode.com -> ximian.com. 2001-01-12 15:03:02 +00:00
location.c Make sure to search location of XST backends 2001-04-12 01:43:31 +00:00
location.h Added test-1.sh and test-2.sh, the first two tests in the test suite 2001-02-20 02:43:35 +00:00
main.c Added InputBuffer, removed get_line (struct _Slave): (struct 2001-04-22 01:05:26 +00:00
Makefile.am Make sure to search location of XST backends 2001-04-12 01:43:31 +00:00
rollback-location-management.glade Use auxillary structure to pass data to traversal callback 2000-12-22 21:44:22 +00:00
rollback-widget.c Changed e-mail addresses: helixcode.com -> ximian.com. 2001-01-12 15:03:02 +00:00
rollback-widget.h Changed e-mail addresses: helixcode.com -> ximian.com. 2001-01-12 15:03:02 +00:00
TODO Use local time rather than Greenwich Mean Time 2001-01-25 19:44:54 +00:00
util.c Increment array 2001-01-25 15:23:51 +00:00
util.h Changed e-mail addresses: helixcode.com -> ximian.com. 2001-01-12 15:03:02 +00:00
versioning-spec More Helix to Ximian. Also, the new network code - untested - and a fix for backends/Makefile.am 2001-01-24 20:40:25 +00:00
ximian_archiverConf.sh.in Added AM_PROG_LIBTOOL call for libximian_archiver Added rule for 2001-01-24 15:47:33 +00:00