summaryrefslogtreecommitdiff
path: root/libnm/nm-object.c
Commit message (Expand)AuthorAgeFilesLines
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-1/+1
* shared: drop duplicate c-list.h headerBeniamino Galvani2018-04-181-1/+1
* Add calls to g_simple_async_result_set_check_cancellableBenjamin Berg2018-03-081-0/+2
* trivial: avoid XXX tag and replace by NOTE or FIXMEThomas Haller2018-01-231-2/+3
* c-list: re-import latest version of c-list.h from upstreamThomas Haller2017-11-281-3/+3
* all: use nm_str_hash() instead of g_str_hash()Thomas Haller2017-11-161-1/+1
* libnm: don't invert order in array propertiesBeniamino Galvani2017-11-091-1/+1
* libnm: remove property getter for NMObject's "dbus-object" and "dbus-object-m...Thomas Haller2017-06-191-8/+2
* libnm: cleanup argument types for init_if() functionThomas Haller2017-05-271-3/+4
* libnm: fix type for "notify_id" source id in "nm-object.c"Thomas Haller2017-05-111-1/+1
* libnm: remove unused code reload_results and reload_error from "nm-object.c"Thomas Haller2017-05-111-24/+0
* libnm: use CList instead of GSList for pending in "nm-object.c"Thomas Haller2017-05-111-13/+18
* libnm: use CList instead of GSList for notify_items in "nm-object.c"Thomas Haller2017-05-111-16/+26
* fixup! libnm/active-connection: track reason for state changesLubomir Rintel2017-03-171-1/+6
* all/trivial: unify construct-only property commentsThomas Haller2017-03-081-2/+2
* libnm: add assertion to NMObject that a dbus-object is setThomas Haller2017-03-081-0/+2
* cli: support dummy connectionsBeniamino Galvani2017-02-221-1/+1
* libnm: disconnect signal from D-Bus proxies on disposeBeniamino Galvani2017-02-181-1/+15
* all: use NM_CACHED_QUARK_FCN() instead of G_DEFINE_QUARK()Thomas Haller2017-02-101-1/+1
* libnm/object: lower the severity of the dangling object warningLubomir Rintel2017-01-191-1/+12
* libnm: avoid leaking the interface proxiesLubomir Rintel2016-11-141-1/+5
* libnm/nm-object: gracefully skip unknown objectsLubomir Rintel2016-11-111-10/+7
* libnm: use the o.fd.DBus.ObjectManager API for object managementlr/object-managerLubomir Rintel2016-11-101-715/+150
* libnm: order the property updatesLubomir Rintel2016-11-101-94/+102
* nm-object: initialize the object buffer to zeroLubomir Rintel2016-11-101-1/+1
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-3/+3
* libnm: make waiting objects fail when an object initialization failsBeniamino Galvani2016-09-091-5/+18
* nm-object: delay object property completion until the objects are initializedLubomir Rintel2016-03-141-45/+78
* nm-object: don't leak the properties on changed signalsLubomir Rintel2016-03-081-1/+3
* all: don't include error->code in log messagesThomas Haller2016-03-031-2/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* build: cleanup default includesThomas Haller2016-02-121-4/+5
* core,libnm: use nm_clear_g_source() where possibleBeniamino Galvani2016-01-061-4/+1
* libnm,nm-object: only send "notify" signal when the object property actually ...Lubomir Rintel2015-12-051-25/+65
* libnm: avoid notifying for objects until they're async-initedLubomir Rintel2015-10-061-0/+38
* libnm: use nm_clear_g_source() in nm-object.cThomas Haller2015-10-031-4/+2
* Revert "libnm: don't add objects to cache until they're async-inited"Thomas Haller2015-09-151-5/+1
* libnm: don't add objects to cache until they're async-initedLubomir Rintel2015-09-151-1/+5
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* libnm, core: use typechecked proxy_call methodsDan Winship2015-04-031-14/+19
* libnm, core: use _nm_dbus_signal_connect()Dan Winship2015-04-031-14/+6
* trivial: do an assignment before the conditional instead of in both branchesThomas Haller2015-03-161-3/+2
* libnm,nm-object: fix tracing of object removalLubomir Rintel2015-03-161-15/+18
* libnm: check pspec before accessing it in handle_property_changed()Jiří Klimeš2014-12-051-1/+1
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm-core: emit added/removed signals before property change notificationsDan Williams2014-11-071-9/+12
* trivial: make _nm_object_reload_properties() private to nm-object.cDan Williams2014-11-061-1/+1