summaryrefslogtreecommitdiff
path: root/libnm/nm-client.c
Commit message (Expand)AuthorAgeFilesLines
* libnm/client: proxy *_enabled and metered properties to the right objectLubomir Rintel2017-11-021-4/+4
* libnm: add support for ovs-bridge devicesLubomir Rintel2017-10-301-0/+3
* libnm: add support for ovs-port devicesLubomir Rintel2017-10-301-0/+3
* libnm: add support for ovs-interface devicesLubomir Rintel2017-10-301-0/+3
* libnm: disconnect signal handlers from old object-managerBeniamino Galvani2017-09-051-0/+1
* libnm: add gtk-doc Since markers for new API and missing enum documentationThomas Haller2017-08-171-0/+10
* client: expose connectivity-check-{available,enabled} propertiesJames Henstridge2017-08-171-0/+93
* device: add NMDevicePPPBeniamino Galvani2017-08-051-0/+3
* libnm: refactor name-owner check for object-managerThomas Haller2017-06-291-12/+14
* libnm: move check for pending_init to init_async_complete()Thomas Haller2017-06-291-4/+4
* libnm: fix leaking init_data in got_object_manager()Thomas Haller2017-06-291-1/+2
* libnm: assert in async_inited_obj_nm() for existing pending_init countThomas Haller2017-06-291-5/+5
* libnm/trivial: move codeThomas Haller2017-06-291-7/+7
* libnm: clear cancellable in new_object_manager() before emitting signalThomas Haller2017-06-291-1/+1
* libnm: fix leaking cancellable in NMClient's name_owner_changed()Thomas Haller2017-06-291-2/+1
* libnm: fix getting self pointer in NMClient's new_object_manager()Thomas Haller2017-06-291-2/+3
* libnm: clear NMClientPrivate.object_manager in name_owner_changed()Thomas Haller2017-06-291-1/+3
* Revert "libnm: don't use async constructor for GDBusObjectManager"Thomas Haller2017-06-291-24/+13
* Revert "libnm: refactor error handling in got_object_manager()"Thomas Haller2017-06-291-11/+15
* libnm: refactor error handling in got_object_manager()Thomas Haller2017-06-191-15/+11
* libnm: don't use async constructor for GDBusObjectManagerThomas Haller2017-06-191-13/+24
* libnm: complete async result in got_object_manager() also when cancelledThomas Haller2017-06-191-4/+2
* all/trivial: fix few comment typosFrancesco Giudici2017-05-151-1/+1
* libnm: fix showing UDEV properties for deviceThomas Haller2017-03-291-1/+1
* libnm/udev: cache and reuse udev instance for NMDeviceThomas Haller2017-03-221-3/+18
* libnm/active-connection: track reason for state changesLubomir Rintel2017-03-171-0/+3
* all: use nm_clear_g_cancellable()Thomas Haller2017-03-131-4/+1
* core: add support for dummy devicesBeniamino Galvani2017-02-221-0/+3
* all: use NM_CACHED_QUARK_FCN() to define cached quarksThomas Haller2017-02-101-9/+1
* core,libnm: introduce NMDeviceMacsecBeniamino Galvani2017-01-161-0/+3
* libnm: implement support for DNS manager propertiesBeniamino Galvani2016-12-121-0/+199
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-231-6/+6
* libnm/client: do not autostart the serviceLubomir Rintel2016-11-161-2/+2
* libnm/client: unref all the objects on disposeLubomir Rintel2016-11-141-0/+8
* libnm/client: drop some unneeded includesLubomir Rintel2016-11-101-24/+1
* libnm: use the o.fd.DBus.ObjectManager API for object managementlr/object-managerLubomir Rintel2016-11-101-51/+644
* libnm: move backported symbols from libnm-core to libnmThomas Haller2016-10-131-0/+47
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-9/+9
* libnm: fix introspection annotations for nm_client_load_connections()Beniamino Galvani2016-08-041-4/+4
* libnm/client: emit signals when active connection disappearsLubomir Rintel2016-07-071-0/+52
* libnm: add code comments to hint that NMConnection might not validateThomas Haller2016-03-291-0/+12
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-3/+2
* libnm/libnm-glib: add NMClient.get_all_devices() method and AllDevices propertyDan Williams2015-12-041-3/+107
* libnm: fix the callback in g_simple_async_result_new()Jiří Klimeš2015-08-211-1/+1
* 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-1/+1
* nm-manager: add 'metered' propertyBeniamino Galvani2015-06-091-0/+16
* libnm,core: don't mix up enum typesLubomir Rintel2015-03-191-1/+1
* docs: misc small fixesDan Winship2014-12-181-3/+3
* libnm: remove nm_utils_init() from the public APIDan Winship2014-12-041-7/+0