summaryrefslogtreecommitdiff
path: root/libnm/nm-object.c
Commit message (Expand)AuthorAgeFilesLines
* client: add nm_client_get_object_by_path() and nm_object_get_client() APIThomas Haller2020-01-081-1/+28
* libnm: refactor caching of D-Bus objects in NMClientThomas Haller2019-11-251-1367/+122
* libnm: fix handling "q" (uint16) property types in libnmThomas Haller2019-11-061-6/+18
* libnm: hide GObject structs from public API and embed private dataThomas Haller2019-10-221-27/+41
* libnm: include "nm-libnm-utils.h" by default in libnm sourcesThomas Haller2019-10-181-1/+0
* libnm: move wincaps_to_dash() function to "nm-libnm-utils.h"Thomas Haller2019-10-181-23/+2
* libnm: use obj_properties array in libnm and cleanupThomas Haller2019-10-181-37/+29
* libnm: remove unused enum value from "nm-object.c"Thomas Haller2019-10-181-1/+0
* libnm: add helper functions for refactoring D-Bus calls in libnmThomas Haller2019-10-161-0/+209
* 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