summaryrefslogtreecommitdiff
path: root/src/nm-bus-manager.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-12bus-manager: don't leak connectionsBeniamino Galvani1-3/+13
2016-10-14core: introduce default logging macrosBeniamino Galvani1-9/+2
2016-10-04core: refactor private data in "src"Thomas Haller1-102/+116
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-3/+3
2016-09-08dhcp: call synchronous Notify D-Bus method from nm-dhcp-helperThomas Haller1-1/+5
2016-08-23core: check valid uid for D-Bus load_connection(s)/set_logging callsBeniamino Galvani1-5/+23
2016-08-11core: add nm_bus_manager_ensure_root() helperThomas Haller1-0/+30
2016-03-04bus-manager: avoid leaking responses for sync bus callsLubomir Rintel1-3/+3
2016-03-04bus-manager: use logging helpersBeniamino Galvani1-25/+32
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2016-01-06core: always use gulong to store signal handler idsBeniamino Galvani1-1/+1
2015-11-18exported-object: add support for DBus ObjectManager interfaceDan Williams1-182/+141
2015-11-18bus-manager: drop private socketLubomir Rintel1-75/+0
2015-10-05build: make NM_MORE_ASSERTS define numeric for different levels of more-assertsThomas Haller1-1/+1
2015-10-03bus-manager: fix handling of incoming signalsBeniamino Galvani1-12/+41
2015-09-30bus-manager: only unregister skeletons if they were actually registeredLubomir Rintel1-1/+2
2015-09-30all: use glib compatibility functions for g_hash_table_add() and g_hash_table...Thomas Haller1-5/+1
2015-09-30all: g_hash_table_add doesn't return a value before 2.40Lubomir Rintel1-0/+4
2015-09-16core: refactor NMBusManager to hold reference to NMExportedObject directlyThomas Haller1-55/+146
2015-09-09core: fix file descriptor leak in bus managerBeniamino Galvani1-0/+7
2015-08-25secret-agent: fix detection of disapearing secret-agentThomas Haller1-6/+31
2015-08-10core: port NMBusManager to gdbusDan Winship1-322/+265
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-2/+1
2015-08-05core: log setup of singleton instancesThomas Haller1-1/+1
2015-08-05core: order destruction of singleton instancesThomas Haller1-3/+2
2015-07-24core: rename NMDBusManager to NMBusManagerDan Winship1-0/+971