All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/4] Add DBus disconnect watch support
@ 2015-02-23 11:54 Jukka Rissanen
  2015-02-23 11:54 ` [PATCH v5 1/4] unit: dbus: Add test for filter rule Jukka Rissanen
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Jukka Rissanen @ 2015-02-23 11:54 UTC (permalink / raw)
  To: ell

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

Hi,

v5:
- rebased the set
- fixed filter rule testing and added more tests there

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 (4):
  unit: dbus: Add test for filter rule
  dbus: Add AddMatch and RemoveMatch support
  dbus: Add disconnect watch support
  unit: dbus: Add test for disconnect watch API

 Makefile.am            |   3 +
 ell/dbus-private.h     |   3 +
 ell/dbus.c             | 134 +++++++++++++++++++++++++
 ell/dbus.h             |   7 ++
 unit/test-dbus-watch.c | 268 +++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 415 insertions(+)
 create mode 100644 unit/test-dbus-watch.c

-- 
2.1.0


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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-23 11:54 [PATCH v5 0/4] Add DBus disconnect watch support Jukka Rissanen
2015-02-23 11:54 ` [PATCH v5 1/4] unit: dbus: Add test for filter rule Jukka Rissanen
2015-02-23 16:59   ` Denis Kenzior
2015-02-23 11:54 ` [PATCH v5 2/4] dbus: Add AddMatch and RemoveMatch support Jukka Rissanen
2015-02-23 17:08   ` Denis Kenzior
2015-02-23 11:54 ` [PATCH v5 3/4] dbus: Add disconnect watch support Jukka Rissanen
2015-02-23 17:08   ` Denis Kenzior
2015-02-23 11:55 ` [PATCH v5 4/4] unit: dbus: Add test for disconnect watch API Jukka Rissanen
2015-02-23 17:09   ` Denis Kenzior

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.