summaryrefslogtreecommitdiff
path: root/src/nm-exported-object.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-18core,clients: use our own string hashing function nm_str_hash()Thomas Haller1-2/+2
2017-03-14all: use "unsigned long" instead of "long unsigned"Thomas Haller1-1/+1
2017-02-10all: use NM_CACHED_QUARK_FCN() instead of G_DEFINE_QUARK()Thomas Haller1-4/+2
2017-01-25exported-object: fix adding get_property() function for "path" propertyThomas Haller1-1/+19
2017-01-25exported-object: add "path" GObject property to have notify signalThomas Haller1-3/+24
2017-01-03exported-object: don't use "/0" for D-Bus paths but start with 1Thomas Haller1-1/+1
2017-01-03exported-object: don't clone class_export_path for counter cacheThomas Haller1-1/+1
2017-01-03exported-object: make export_path D-Bus counter 64 bitThomas Haller1-5/+7
2016-12-20exported-object: fix memory leakBeniamino Galvani1-1/+2
2016-12-12exported-object: don't assert the presence of PropertiesChanged signalBeniamino Galvani1-2/+1
2016-11-23all: rename the introspection data to use the interface paths in namesLubomir Rintel1-1/+1
2016-11-21build: don't add subdirectories to include search path but require qualified ...Thomas Haller1-1/+1
2016-10-14core: introduce default logging macrosBeniamino Galvani1-17/+5
2016-10-04core: refactor private data in "src"Thomas Haller1-4/+2
2016-10-03core: refactor private data for NMExportedObject and othersThomas Haller1-7/+13
2016-09-02exported-object: use _NMLOG2() macro for logging property-changed signalThomas Haller1-7/+16
2016-09-02exported-object: use @self variable instead of @objectThomas Haller1-5/+5
2016-09-02dbus: fix emitting D-Bus NetworkManager's old-style PropertiesChange signalThomas Haller1-12/+67
2016-08-31exported-object: cleanup logging about properties-changedThomas Haller1-5/+5
2016-08-31exported-object: fix source interface for PropertiesChanged D-Bus signalThomas Haller1-51/+53
2016-08-17exported-object: allow exporting multiple ifacesAlfonso Sanchez-Beato1-8/+10
2016-06-05build: avoid compiler warnings about non-constant format strings (-Wformat-no...Thomas Haller1-0/+2
2016-04-01exported-object: reorder includesThomas Haller1-5/+5
2016-04-01exported-object/trivial: move codeThomas Haller1-65/+78
2016-04-01exported-object: static variable prefix_counters from global scope to _create...Thomas Haller1-25/+34
2016-04-01exported-object: inline find_dbus_property_type() in nm_exported_object_notify()Thomas Haller1-25/+19
2016-04-01exported-object: allocate temporary buffer in nm_exported_object_signal_hook(...Thomas Haller1-2/+2
2016-04-01exported-object: cache signal-id for "property-changed" in InterfaceDataThomas Haller1-9/+8
2016-04-01exported-object: refactor list of interfaces from GSList to an arrayThomas Haller1-43/+66
2016-04-01exported-object: sort fields in emitted "property-changed" data variantThomas Haller1-9/+33
2016-04-01exported-object: reorder fields in NMExportedObjectPrivate structThomas Haller1-3/+4
2016-03-29core: fix duplicate values in NM-specific PropertiesChanged signalsDan Williams1-18/+25
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2016-02-11exported-object: set object path after skeleton creationBeniamino Galvani1-5/+7
2015-11-18exported-object: add support for DBus ObjectManager interfaceDan Williams1-7/+35
2015-11-10exported-object: split out the creation of interface skeletonsThomas Haller1-76/+105
2015-11-10core: explicitly unexport objects when we're done with themDan Williams1-2/+41
2015-11-10wifi/ap: explicitly unexport AP and refactor add/remove APThomas Haller1-1/+1
2015-11-10core: fix wrongly exporting object before instance is fully constructedThomas Haller1-0/+30
2015-09-18exported-object: explicitly disconnect bindings and signal handlers to GDBusI...Thomas Haller1-11/+59
2015-09-17exported-object: fix type of @interface variables to be GDBusInterfaceSkeletonThomas Haller1-7/+8
2015-09-16core: refactor setting of D-Bus properties via NMManagerThomas Haller1-0/+13
2015-09-16core: refactor NMBusManager to hold reference to NMExportedObject directlyThomas Haller1-10/+33
2015-08-18core: fix leaking @properties in nm_exported_object_create_skeletons()Thomas Haller1-1/+1
2015-08-18core: fix memleak in nm_exported_object_notify()Thomas Haller1-0/+1
2015-08-13core: avoid assertion "signal_id != 0" on unexported objectThomas Haller1-0/+7
2015-08-12core: fix memleak in nm_exported_object_class_add_interface()Thomas Haller1-3/+6
2015-08-10core: port NMExportedObject to gdbusDan Winship1-118/+421
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-1/+1
2015-07-24core: rename NMDBusManager to NMBusManagerDan Winship1-3/+3