dbus/bus
John (J5) Palmieri c1091cbbd2 Patches by Kjartan Maraas <kmaraas at gnome dot org>
* bus/services.c (bus_service_list_queued_owners):
        Add a pointer cast to fix compiler warning

        * dbus/dbus-dataslot.c (_dbus_data_slot_list_get):
        return a NULL instead of FALSE since the return type
        is not expecting a boolean

        * dbus/dbus-marshal-basic.c (_dbus_marshal_test):
        Remove unused variable

        * dbus/dbus-marshal-recursive-util.c (node_new):
        return a NULL instead of FALSE since the return type
        is not expecting a boolean

        * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
        Send a NULL into _dbus_transport_new_for_fd instead of a FALSE
        because we are expecting a pointer not a boolean

        * dbus/dbus-sysdeps-util.c (_dbus_get_tmpdir):
        add void as the parameter so some compilers
        don't complain

        * dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket,
          _dbus_transport_new_for_tcp_socket):
        Send a NULL into _dbus_transport_new_for_fd instead of a FALSE
        because we are expecting a pointer not a boolean

        * test/shell-test.c (test_command_line):
        cast the second argument to _dbus_list_append to avoid compiler
        warnings

        * test/test-names.c (main): remove unused variable

        * test/test-service.c (check_hello_from_self_reply):
        Initialize echo_message and echo_reply to NULL

        * test/test-shell-service.c (handle_echo):
        Remove unused variable and cast the third parameter passed to
        dbus_connection_get_object_path_data to avoid compiler warrnings

        * test/name-test/test-names.c (clear_message_queue):
        Remove unused function

        * test/name-test/test-pending-call-dispatch.c:
        Fix format string in printf
2006-08-14 19:11:35 +00:00
..
.cvsignore 2005-03-17 Colin Walters <walters@verbum.org> 2005-03-17 17:48:29 +00:00
activation.c * dbus/dbus-sysdeps.c: 2006-08-10 20:09:43 +00:00
activation.h * bus/activation.[ch] (bus_activation_list_services): new function to 2006-07-14 01:17:59 +00:00
bus.c * missing semicolon 2006-08-08 23:30:39 +00:00
bus.h * configure.in: Add test/name-test/Makefile to the generated 2005-11-22 20:37:00 +00:00
config-loader-expat.c 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
config-loader-libxml.c 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
config-parser.c These are all patches from Kjartan Maraas <kmaraas at gnome dot org> 2006-08-08 23:29:03 +00:00
config-parser.h 2005-06-14 David Zeuthen <davidz@redhat.com> 2005-06-15 02:31:38 +00:00
connection.c 2006-02-10 John (J5) Palmieri <johnp@redhat.com> 2006-02-10 21:44:15 +00:00
connection.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
dbus-daemon.1.in * s/D-BUS/D-Bus/g 2006-08-03 20:34:36 +00:00
desktop-file.c These are all patches from Kjartan Maraas <kmaraas at gnome dot org> 2006-08-08 23:29:03 +00:00
desktop-file.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
dir-watch-default.c * dbus/dbus-sysdeps.h: 2006-08-08 22:08:39 +00:00
dir-watch-dnotify.c * configure.in: make sure the compiler supports -Wfloat-equal 2006-08-10 21:00:30 +00:00
dir-watch-kqueue.c * dbus/dbus-sysdeps.h: 2006-08-08 22:08:39 +00:00
dir-watch.h 2005-06-14 David Zeuthen <davidz@redhat.com> 2005-06-15 02:31:38 +00:00
dispatch.c * bus/activation.[ch] (bus_activation_list_services): new function to 2006-07-14 01:17:59 +00:00
dispatch.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
driver.c * bus/activation.[ch] (bus_activation_list_services): new function to 2006-07-14 01:17:59 +00:00
driver.h * doc/dbus-specification.xml: document ServiceOwnerChanged signal. 2004-09-24 10:43:36 +00:00
expirelist.c These are all patches from Kjartan Maraas <kmaraas at gnome dot org> 2006-08-08 23:29:03 +00:00
expirelist.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
main.c * s/D-BUS/D-Bus/g 2006-08-03 20:34:36 +00:00
Makefile.am * dbus/dbus-sysdeps.h: 2006-08-08 22:08:39 +00:00
messagebus.in 2005-01-18 Havoc Pennington <hp@redhat.com> 2005-01-18 22:20:38 +00:00
policy.c * Release 0.36.2 2005-08-29 20:19:19 +00:00
policy.h Console user security policy 2004-08-25 22:11:49 +00:00
rc.messagebus.in 2005-01-18 Havoc Pennington <hp@redhat.com> 2005-01-18 22:20:38 +00:00
selinux.c These are all patches from Kjartan Maraas <kmaraas at gnome dot org> 2006-08-08 23:29:03 +00:00
selinux.h 2005-07-16 Colin Walters <walters@verbum.org> 2005-07-16 17:34:08 +00:00
services.c Patches by Kjartan Maraas <kmaraas at gnome dot org> 2006-08-14 19:11:35 +00:00
services.h * configure.in: Add test/name-test/Makefile to the generated 2005-11-22 20:37:00 +00:00
session.conf.in * s/D-BUS/D-Bus/g 2006-08-03 20:34:36 +00:00
signals.c * configure.in: Add test/name-test/Makefile to the generated 2005-11-22 20:37:00 +00:00
signals.h 2005-07-29 Havoc Pennington <hp@redhat.com> 2005-07-29 17:43:30 +00:00
system.conf.in * s/D-BUS/D-Bus/g 2006-08-03 20:34:36 +00:00
test-main.c 2004-11-03 Colin Walters <walters@verbum.org> 2004-11-03 16:38:35 +00:00
test.c 2005-02-17 Colin Walters <walters@verbum.org> 2005-02-17 21:19:49 +00:00
test.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
utils.c 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
utils.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00