summaryrefslogtreecommitdiff
path: root/libnm
Commit message (Expand)AuthorAgeFilesLines
* libnm: add 'hw-address' property to NMDeviceDummyBeniamino Galvani2017-06-303-2/+111
* 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: remove property getter for NMObject's "dbus-object" and "dbus-object-m...Thomas Haller2017-06-191-8/+2
* 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: change handling of connection.type for bluetooth NAP and in generalThomas Haller2017-06-072-5/+16
* all: fix typos in documentation, translated strings and commentsYuri Chornoivan2017-05-281-1/+1
* libnm: cleanup argument types for init_if() functionThomas Haller2017-05-271-3/+4
* libnm: move fixup_desc_string() to nm-libnm-utils.cth/sanitize-non-utf8-rh1443114-pt2Thomas Haller2017-05-194-139/+174
* libnm: add testable libnm/nm-libnm-utils.c fileThomas Haller2017-05-193-0/+87
* libnm: ignore phrases in fixup device description only when delimited by spaceThomas Haller2017-05-191-1/+5
* libnm: fix device description in fixup_desc_string()Thomas Haller2017-05-191-1/+1
* libnm: UTF-8 sanitize strings from UDev in NMDeviceThomas Haller2017-05-191-121/+152
* all/trivial: fix few comment typosFrancesco Giudici2017-05-151-1/+1
* setting-wireless: add wps-method propertyLubomir Rintel2017-05-151-0/+2
* 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
* libnm: use CList instead of GSList for pending_activations in "nm-manager.c"Thomas Haller2017-05-111-14/+16
* libnm-core: add pmf property to wireless-security settingBeniamino Galvani2017-04-281-0/+6
* libnm: fix memory leak in DNS managerBeniamino Galvani2017-04-201-1/+1
* cli: embed gtk-doc directly in property-info structureThomas Haller2017-03-301-6/+14
* libnm: fix showing UDEV properties for deviceThomas Haller2017-03-291-1/+1
* libnm: add NMSettingUserThomas Haller2017-03-282-0/+8
* libnm: handle errors gracefully in nm_access_point_connection_valid()Thomas Haller2017-03-241-10/+17
* udev: add and use nm_udev_utils_property_decode() functionThomas Haller2017-03-221-41/+2
* libnm/udev: cache and reuse udev instance for NMDeviceThomas Haller2017-03-223-20/+41
* udev: drop libgudev in favor of libudevThomas Haller2017-03-221-44/+32
* libnm: fix emission of NMActiveConnection::state notify signalBeniamino Galvani2017-03-211-0/+1
* libnm/nm-vpn-connection: un-deprecate the NMVpnStateReason use in a headerThomas Haller2017-03-201-0/+2
* libnm: fix memleak of GUdevDevice in get_bus_name()Thomas Haller2017-03-201-0/+1
* doc: fix generate-setting-docs.py for supporting Python 3 sorted() styleThomas Haller2017-03-201-7/+4
* libnm: revert coercing NMVpnConnectionStateReason to NMActiveConnectionStateR...Thomas Haller2017-03-172-10/+13
* libnm: fix chaining up NMActiveConnection::constructed()Thomas Haller2017-03-171-0/+2
* vpn-connection: use NMActiveConnectionStateReasonlr/active-connection-state-changedLubomir Rintel2017-03-171-1/+1
* libnm-core: drop NMVpnConnectionStateReasonLubomir Rintel2017-03-172-0/+9
* fixup! libnm/active-connection: track reason for state changesLubomir Rintel2017-03-172-1/+13
* libnm/active-connection: track reason for state changesLubomir Rintel2017-03-174-15/+85