summaryrefslogtreecommitdiff
path: root/src/nm-bus-manager.c
Commit message (Expand)AuthorAgeFilesLines
* bus-manager: avoid leaking responses for sync bus callsLubomir Rintel2016-03-041-3/+3
* bus-manager: use logging helpersBeniamino Galvani2016-03-041-25/+32
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* core: always use gulong to store signal handler idsBeniamino Galvani2016-01-061-1/+1
* exported-object: add support for DBus ObjectManager interfaceDan Williams2015-11-181-182/+141
* bus-manager: drop private socketLubomir Rintel2015-11-181-75/+0
* build: make NM_MORE_ASSERTS define numeric for different levels of more-assertsThomas Haller2015-10-051-1/+1
* bus-manager: fix handling of incoming signalsBeniamino Galvani2015-10-031-12/+41
* bus-manager: only unregister skeletons if they were actually registeredLubomir Rintel2015-09-301-1/+2
* all: use glib compatibility functions for g_hash_table_add() and g_hash_table...Thomas Haller2015-09-301-5/+1
* all: g_hash_table_add doesn't return a value before 2.40Lubomir Rintel2015-09-301-0/+4
* core: refactor NMBusManager to hold reference to NMExportedObject directlyThomas Haller2015-09-161-55/+146
* core: fix file descriptor leak in bus managerBeniamino Galvani2015-09-091-0/+7
* secret-agent: fix detection of disapearing secret-agentThomas Haller2015-08-251-6/+31
* core: port NMBusManager to gdbusDan Winship2015-08-101-322/+265
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* core: log setup of singleton instancesThomas Haller2015-08-051-1/+1
* core: order destruction of singleton instancesThomas Haller2015-08-051-3/+2
* core: rename NMDBusManager to NMBusManagerDan Winship2015-07-241-0/+971