summaryrefslogtreecommitdiff
path: root/libnm
AgeCommit message (Expand)AuthorFilesLines
2018-01-11secret-agent: construct the dbus proxy for async agent with the correct bus namenm-1-8Lubomir Rintel1-2/+2
2017-11-02libnm/client: proxy *_enabled and metered properties to the right objectLubomir Rintel1-4/+4
2017-10-03libnm: update property in the manager after connectivity checkBeniamino Galvani1-3/+17
2017-09-22{vpn,remote}-connection: disconnect signal handlers when disposedIain Lane2-5/+5
2017-09-22manager: Disconnect from signals on the proxy when we're disposedIain Lane1-2/+2
2017-09-05libnm: disconnect signal handlers from old object-managerBeniamino Galvani1-0/+1
2017-06-29libnm: refactor name-owner check for object-managerThomas Haller1-12/+14
2017-06-29libnm: move check for pending_init to init_async_complete()Thomas Haller1-4/+4
2017-06-29libnm: fix leaking init_data in got_object_manager()Thomas Haller1-1/+2
2017-06-29libnm: assert in async_inited_obj_nm() for existing pending_init countThomas Haller1-5/+5
2017-06-29libnm/trivial: move codeThomas Haller1-7/+7
2017-06-29libnm: clear cancellable in new_object_manager() before emitting signalThomas Haller1-1/+1
2017-06-29libnm: fix leaking cancellable in NMClient's name_owner_changed()Thomas Haller1-2/+1
2017-06-29libnm: fix getting self pointer in NMClient's new_object_manager()Thomas Haller1-2/+3
2017-06-29libnm: clear NMClientPrivate.object_manager in name_owner_changed()Thomas Haller1-1/+3
2017-06-29Revert "libnm: don't use async constructor for GDBusObjectManager"Thomas Haller1-24/+13
2017-06-29Revert "libnm: refactor error handling in got_object_manager()"Thomas Haller1-11/+15
2017-06-19libnm: remove property getter for NMObject's "dbus-object" and "dbus-object-m...Thomas Haller1-8/+2
2017-06-19libnm: refactor error handling in got_object_manager()Thomas Haller1-15/+11
2017-06-19libnm: don't use async constructor for GDBusObjectManagerThomas Haller1-13/+24
2017-06-19libnm: complete async result in got_object_manager() also when cancelledThomas Haller1-4/+2
2017-05-19libnm: move fixup_desc_string() to nm-libnm-utils.cThomas Haller4-139/+174
2017-05-19libnm: add testable libnm/nm-libnm-utils.c fileThomas Haller3-0/+87
2017-05-19libnm: ignore phrases in fixup device description only when delimited by spaceThomas Haller1-1/+5
2017-05-19libnm: fix device description in fixup_desc_string()Thomas Haller1-1/+1
2017-05-19libnm: UTF-8 sanitize strings from UDev in NMDeviceThomas Haller1-121/+152
2017-03-29libnm: fix showing UDEV properties for deviceThomas Haller1-1/+1
2017-03-28libnm: add NMSettingUserThomas Haller2-0/+8
2017-03-24libnm: handle errors gracefully in nm_access_point_connection_valid()Thomas Haller1-10/+17
2017-03-22udev: add and use nm_udev_utils_property_decode() functionThomas Haller1-41/+2
2017-03-22libnm/udev: cache and reuse udev instance for NMDeviceThomas Haller3-20/+41
2017-03-22udev: drop libgudev in favor of libudevThomas Haller1-44/+32
2017-03-21libnm: fix emission of NMActiveConnection::state notify signalBeniamino Galvani1-0/+1
2017-03-20libnm/nm-vpn-connection: un-deprecate the NMVpnStateReason use in a headerThomas Haller1-0/+2
2017-03-20libnm: fix memleak of GUdevDevice in get_bus_name()Thomas Haller1-0/+1
2017-03-20doc: fix generate-setting-docs.py for supporting Python 3 sorted() styleThomas Haller1-7/+4
2017-03-17libnm: revert coercing NMVpnConnectionStateReason to NMActiveConnectionStateR...Thomas Haller2-10/+13
2017-03-17libnm: fix chaining up NMActiveConnection::constructed()Thomas Haller1-0/+2
2017-03-17vpn-connection: use NMActiveConnectionStateReasonLubomir Rintel1-1/+1
2017-03-17libnm-core: drop NMVpnConnectionStateReasonLubomir Rintel2-0/+9
2017-03-17fixup! libnm/active-connection: track reason for state changesLubomir Rintel2-1/+13
2017-03-17libnm/active-connection: track reason for state changesLubomir Rintel4-15/+85
2017-03-17active-connection: emit a StateChanged signal on state changesLubomir Rintel1-0/+1
2017-03-17libnm/generate-setting-docs.py: include description attributeLubomir Rintel1-3/+6
2017-03-17doc: sort "connection" settings first in nm-settings manualLubomir Rintel1-1/+9
2017-03-13all: use nm_clear_g_cancellable()Thomas Haller2-9/+2
2017-03-09include: use double-quotes to include our own headersThomas Haller42-122/+122
2017-03-08all/trivial: unify construct-only property commentsThomas Haller3-5/+5
2017-03-08libnm: add assertion to NMObject that a dbus-object is setThomas Haller1-0/+2
2017-03-07libnm: chain up NMRemoteConnection::constructed() functionThomas Haller1-0/+2