2003-05-16 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Fri, 16 May 2003 20:09:25 +0000 (20:09 +0000)
committerHavoc Pennington <hp@redhat.com>
Fri, 16 May 2003 20:09:25 +0000 (20:09 +0000)
commit306eab3e3d998472ad111146a12b7697ea96c9b9
tree613b5918113060fb66b7122307d8a6d2c2c2344f
parentce53bbd7af4488b8374aeccc2e80fb2f7eff0683
2003-05-16  Havoc Pennington  <hp@redhat.com>

* dbus/dbus-connection.c: disable verbose lock spew

* tools/dbus-send.c: add --print-reply command line option

* tools/dbus-print-message.h (print_message): new util function
shared by dbus-send and dbus-monitor

* tools/dbus-monitor.c (handler_func): exit on disconnect

* dbus/dbus-transport-unix.c (do_reading): if the transport is
disconnected, don't try to use the read_watch

* dbus/dbus-watch.c (dbus_watch_get_enabled): assert watch != NULL
so we can find this bug more easily
13 files changed:
ChangeLog
bus/bus.c
bus/system.conf.in
dbus/dbus-connection.c
dbus/dbus-transport-unix.c
dbus/dbus-watch.c
doc/TODO
tools/Makefile.am
tools/dbus-monitor.c
tools/dbus-print-message.c [new file with mode: 0644]
tools/dbus-print-message.h [new file with mode: 0644]
tools/dbus-send.1
tools/dbus-send.c