From 27b694f6e109c78c633ddb8d96f524e46e536f4e Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 9 May 2003 04:15:56 +0000 Subject: 2003-05-08 Havoc Pennington * dbus/dbus-spawn.c: s/_exit/exit/ because it was keeping gcov data from getting written, and there wasn't a good reason to use _exit really. * test/decode-gcov.c (mark_inside_dbus_build_tests): don't count dbus_verbose lines in test coverage (main): add list of functions sorted by # of untested blocks to the coverage report * dbus/dbus-mempool.c: put some test-only code in DBUS_BUILD_TESTS * dbus/dbus-marshal.c (_dbus_marshal_test): extend test coverage * dbus/dbus-message-handler.c (_dbus_message_handler_test): extend test coverage * test/data/auth/cancel.auth-script: test canceling an authentication * dbus/Makefile.am: remove dbus-server-debug.[hc] for now, as they aren't used. in CVS history if we end up needing them. --- doc/TODO | 3 --- 1 file changed, 3 deletions(-) (limited to 'doc') diff --git a/doc/TODO b/doc/TODO index 54113516..b3231454 100644 --- a/doc/TODO +++ b/doc/TODO @@ -13,9 +13,6 @@ that involve the properties of the source or destination connection. - - Implement all the needed resource limits to keep clients from - killing the message bus. - - Automatic service activation, should probably be done through a message flag. - Disconnecting the remote end on invalid UTF-8 is probably not a good -- cgit