summaryrefslogtreecommitdiff
path: root/src/nm-exported-object.c
Commit message (Expand)AuthorAgeFilesLines
* exported-object: don't use "/0" for D-Bus paths but start with 1Thomas Haller2017-01-031-1/+1
* exported-object: don't clone class_export_path for counter cacheThomas Haller2017-01-031-1/+1
* exported-object: make export_path D-Bus counter 64 bitThomas Haller2017-01-031-5/+7
* exported-object: fix memory leakBeniamino Galvani2016-12-201-1/+2
* exported-object: don't assert the presence of PropertiesChanged signalBeniamino Galvani2016-12-121-2/+1
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-231-1/+1
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-1/+1
* core: introduce default logging macrosBeniamino Galvani2016-10-141-17/+5
* core: refactor private data in "src"Thomas Haller2016-10-041-4/+2
* core: refactor private data for NMExportedObject and othersThomas Haller2016-10-031-7/+13
* exported-object: use _NMLOG2() macro for logging property-changed signalThomas Haller2016-09-021-7/+16
* exported-object: use @self variable instead of @objectThomas Haller2016-09-021-5/+5
* dbus: fix emitting D-Bus NetworkManager's old-style PropertiesChange signalThomas Haller2016-09-021-12/+67
* exported-object: cleanup logging about properties-changedThomas Haller2016-08-311-5/+5
* exported-object: fix source interface for PropertiesChanged D-Bus signalThomas Haller2016-08-311-51/+53
* exported-object: allow exporting multiple ifacesAlfonso Sanchez-Beato2016-08-171-8/+10
* build: avoid compiler warnings about non-constant format strings (-Wformat-no...Thomas Haller2016-06-051-0/+2
* exported-object: reorder includesThomas Haller2016-04-011-5/+5
* exported-object/trivial: move codeThomas Haller2016-04-011-65/+78
* exported-object: static variable prefix_counters from global scope to _create...Thomas Haller2016-04-011-25/+34
* exported-object: inline find_dbus_property_type() in nm_exported_object_notify()Thomas Haller2016-04-011-25/+19
* exported-object: allocate temporary buffer in nm_exported_object_signal_hook(...Thomas Haller2016-04-011-2/+2
* exported-object: cache signal-id for "property-changed" in InterfaceDataThomas Haller2016-04-011-9/+8
* exported-object: refactor list of interfaces from GSList to an arrayThomas Haller2016-04-011-43/+66
* exported-object: sort fields in emitted "property-changed" data variantThomas Haller2016-04-011-9/+33
* exported-object: reorder fields in NMExportedObjectPrivate structThomas Haller2016-04-011-3/+4
* core: fix duplicate values in NM-specific PropertiesChanged signalsDan Williams2016-03-291-18/+25
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* exported-object: set object path after skeleton creationBeniamino Galvani2016-02-111-5/+7
* exported-object: add support for DBus ObjectManager interfaceDan Williams2015-11-181-7/+35
* exported-object: split out the creation of interface skeletonsThomas Haller2015-11-101-76/+105
* core: explicitly unexport objects when we're done with themDan Williams2015-11-101-2/+41
* wifi/ap: explicitly unexport AP and refactor add/remove APThomas Haller2015-11-101-1/+1
* core: fix wrongly exporting object before instance is fully constructedThomas Haller2015-11-101-0/+30
* exported-object: explicitly disconnect bindings and signal handlers to GDBusI...Thomas Haller2015-09-181-11/+59
* exported-object: fix type of @interface variables to be GDBusInterfaceSkeletonThomas Haller2015-09-171-7/+8
* core: refactor setting of D-Bus properties via NMManagerThomas Haller2015-09-161-0/+13
* core: refactor NMBusManager to hold reference to NMExportedObject directlyThomas Haller2015-09-161-10/+33
* core: fix leaking @properties in nm_exported_object_create_skeletons()Thomas Haller2015-08-181-1/+1
* core: fix memleak in nm_exported_object_notify()Thomas Haller2015-08-181-0/+1
* core: avoid assertion "signal_id != 0" on unexported objectThomas Haller2015-08-131-0/+7
* core: fix memleak in nm_exported_object_class_add_interface()Thomas Haller2015-08-121-3/+6
* core: port NMExportedObject to gdbusDan Winship2015-08-101-118/+421
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* core: rename NMDBusManager to NMBusManagerDan Winship2015-07-241-3/+3
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-241-1/+112
* core: add an NMExportedObject base classDan Winship2015-07-241-0/+247