All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/6] Add DBus disconnect watch support
@ 2015-02-20 12:16 Jukka Rissanen
  2015-02-20 12:16 ` [PATCH v4 1/6] dbus: Add AddMatch and RemoveMatch support Jukka Rissanen
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Jukka Rissanen @ 2015-02-20 12:16 UTC (permalink / raw)
  To: ell

[-- Attachment #1: Type: text/plain, Size: 1078 bytes --]

Hi,

v4:
- minor tweaking here and there
- filter rule and corresponding unit test in a separate patch

v3:
- reworked the unit test

v2:
- moved the code to dbus.c
- reworked the logic in the caller of the watcher so no need to
  remove l_dbus_register() and l_dbus_unregister()

this set allows user to monitor the disconnect status
of a service.

Cheers,
Jukka


Jukka Rissanen (6):
  dbus: Add AddMatch and RemoveMatch support
  gvariant: dbus.h need to be included before private header
  dbus: Add filter rule creator
  unit: dbus: Add test for filter rule
  dbus: Add disconnect watch support
  unit: dbus: Add test for disconnect watch API

 Makefile.am            |   3 +
 ell/dbus-private.h     |  19 +++++
 ell/dbus.c             | 217 +++++++++++++++++++++++++++++++++++++++++++++++++
 ell/dbus.h             |   9 ++
 ell/gvariant-util.c    |   2 +-
 unit/test-dbus-watch.c | 166 +++++++++++++++++++++++++++++++++++++
 6 files changed, 415 insertions(+), 1 deletion(-)
 create mode 100644 unit/test-dbus-watch.c

-- 
2.1.0


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-02-20 17:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20 12:16 [PATCH v4 0/6] Add DBus disconnect watch support Jukka Rissanen
2015-02-20 12:16 ` [PATCH v4 1/6] dbus: Add AddMatch and RemoveMatch support Jukka Rissanen
2015-02-20 12:16 ` [PATCH v4 2/6] gvariant: dbus.h need to be included before private header Jukka Rissanen
2015-02-20 17:21   ` Denis Kenzior
2015-02-20 12:16 ` [PATCH v4 3/6] dbus: Add filter rule creator Jukka Rissanen
2015-02-20 17:23   ` Denis Kenzior
2015-02-20 12:16 ` [PATCH v4 4/6] unit: dbus: Add test for filter rule Jukka Rissanen
2015-02-20 17:27   ` Denis Kenzior
2015-02-20 12:16 ` [PATCH v4 5/6] dbus: Add disconnect watch support Jukka Rissanen
2015-02-20 17:23   ` Denis Kenzior
2015-02-20 12:16 ` [PATCH v4 6/6] unit: dbus: Add test for disconnect watch API Jukka Rissanen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.