summaryrefslogtreecommitdiff
path: root/libnm/nm-object.c
Commit message (Expand)AuthorAgeFilesLines
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-2/+2
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* libnm: don't skip NMObject:path from documentation and introspectionThomas Haller2018-09-211-1/+1
* docs: misc. typos pt2luz.paz2018-09-171-1/+1
* all: use nm_utils_gbytes_equal_mem()Thomas Haller2018-08-301-7/+3
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-6/+6
* libnm: correctly demarshall (u)int64 valuesLubomir Rintel2018-06-151-2/+2
* 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