dbus/glib
Havoc Pennington f587ce7845 2003-03-15 Havoc Pennington <hp@pobox.com>
Make it pass the Hello handling test including all OOM codepaths.
	Now to do other messages...

	* bus/services.c (bus_service_remove_owner): fix crash when
	removing owner from an empty list of owners
	(bus_registry_ensure): don't leave service in the list of
	a connection's owned services if we fail to put the service
	in the hash table.

	* bus/connection.c (bus_connection_preallocate_oom_error): set
	error flag on the OOM error.

	* dbus/dbus-connection.c (_dbus_connection_new_for_transport):
	handle _dbus_transport_set_connection failure

	* dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): modify
	to create watches up front and simply enable/disable them as
	needed.
	(unix_connection_set): this can now fail on OOM

	* dbus/dbus-timeout.c, dbus/dbus-watch.c: add concept
	of enabling/disabling a watch or timeout.

	* bus/loop.c (bus_loop_iterate): don't touch disabled
	watches/timeouts

	* glib/dbus-gmain.c: adapt to enable/disable watches and timeouts
2003-03-15 20:47:16 +00:00
..
.cvsignore 2003-02-16 Havoc Pennington <hp@pobox.com> 2003-02-16 07:20:54 +00:00
dbus-glib.h 2003-02-26 Havoc Pennington <hp@pobox.com> 2003-02-26 06:42:57 +00:00
dbus-gmain.c 2003-03-15 Havoc Pennington <hp@pobox.com> 2003-03-15 20:47:16 +00:00
dbus-gthread.c 2003-02-26 Havoc Pennington <hp@pobox.com> 2003-02-26 06:42:57 +00:00
Makefile.am 2003-02-27 Alexander Larsson <alexl@redhat.com> 2003-02-27 14:22:36 +00:00
test-dbus-glib.c 2003-03-12 Havoc Pennington <hp@redhat.com> 2003-03-13 00:56:43 +00:00
test-thread-client.c 2003-03-12 Havoc Pennington <hp@redhat.com> 2003-03-13 00:56:43 +00:00
test-thread-server.c 2003-02-26 Alexander Larsson <alexl@redhat.com> 2003-02-26 15:52:25 +00:00
test-thread.h 2003-02-26 Alexander Larsson <alexl@redhat.com> 2003-02-26 15:52:25 +00:00