summaryrefslogtreecommitdiff
path: root/libnm
Commit message (Expand)AuthorAgeFilesLines
* libnm-core: add nm_utils_wifi_strength_bars(), use it in nmcli and nmtuiDan Winship2014-09-271-0/+1
* libnm: fix compilation for wrong g_return call on void/non-void functionThomas Haller2014-09-252-7/+7
* libnm: add some missing sync/async method variantsDan Winship2014-09-2511-14/+571
* libnm: make sync/async APIs more GLib-likeDan Winship2014-09-2513-664/+932
* libnm: merge saved and unsaved connection methodsDan Winship2014-09-257-126/+69
* libnm: fix warning about returning zero instead of %NULL in _nm_object_create()Thomas Haller2014-09-221-2/+2
* libnm: simplify private D-Bus connection trackingDan Winship2014-09-191-13/+2
* libnm: fix private bus async codepathsDan Winship2014-09-191-0/+5
* libnm: fix nm_access_point_get_ssid() return valueDan Winship2014-09-191-3/+9
* libnm: avoid init_async NULL dereference on cancellable=0x0Lubomir Rintel2014-09-191-2/+4
* libnm: port to GDBusDan Winship2014-09-1830-1656/+1486
* libnm-core: change connection hash tables to variants in APIDan Winship2014-09-188-46/+99
* libnm: rename nm-dbus-helpers-private.h to nm-dbus-helpers.hDan Winship2014-09-189-8/+8
* libnm: split nm-dbus-helpers utils into sync/async versionsDan Winship2014-09-184-139/+367
* libnm: move most of the subclass-type-deciding code into NMObjectDan Winship2014-09-184-220/+116
* libnm: let NMObject create all D-Bus proxiesDan Winship2014-09-1827-262/+177
* libnm: don't hardcode things like "org.freedesktop.DBus.Properties"Dan Winship2014-09-184-8/+8
* libnm: merge libnm-vpn into libnmDan Winship2014-09-188-85/+59
* libnm-core: add GVariant-based versions of IP structure-manipulating utilitiesDan Winship2014-09-181-0/+12
* libnm: fix race conditions when creating the same object twiceDan Winship2014-09-171-13/+22
* libnm: drop two unnecessary NM_IS_OBJECT() checksDan Winship2014-09-171-4/+2
* libnm: fix object-creation-failure codeDan Winship2014-09-171-1/+2
* libnm: use g_return_if_fail() in a function returning voidJiří Klimeš2014-09-101-4/+4
* libnm: start glib-ifying NMSecretAgent APIsDan Winship2014-09-094-160/+542
* libnm: add test-secret-agentDan Winship2014-09-092-1/+644
* libnm: NMSecretAgent shouldn't check peer UID on session busDan Winship2014-09-091-3/+17
* libnm: drop NMObject:dbus-connectionDan Winship2014-09-098-116/+43
* libnm: assert that dbus_connection_allocate_data_slot() doesn't failDan Winship2014-09-091-9/+5
* libnm: add missing (transfer) annotations for return valuesJiří Klimeš2014-09-052-13/+17
* libnm: fix NMIP4Config/NMIP6Config addresses/routes propertiesDan Winship2014-09-0412-205/+29
* libnm: drop libnm IP-address-array types, use G_TYPE_STRVDan Winship2014-09-048-224/+72
* libnm: change empty-GPtrArray-return semanticsDan Winship2014-09-0410-22/+13
* libnm: drop NM_TYPE_OBJECT_ARRAY, use G_TYPE_PTR_ARRAYDan Winship2014-09-0414-224/+123
* libnm: drop NM_TYPE_SSID, use G_TYPE_BYTESDan Winship2014-09-047-84/+16
* libnm: drop NM_TYPE_STRING_ARRAY, use G_TYPE_STRVDan Winship2014-09-049-159/+58
* libnm: simplify NMDevice:state-reasonDan Winship2014-09-042-30/+19
* libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship2014-09-041-3/+8
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-047-36/+29
* libnm-core: drop :interface-name properties on virtual NMSetting typesDan Winship2014-09-041-4/+0
* libnm-core: add nm_connection_is_virtual()Dan Winship2014-09-041-0/+1
* all: stop using virtual interface-name propertiesDan Winship2014-09-044-4/+4
* libnm-core: drop nm_{setting,connection}_get_virtual_iface_name()Dan Winship2014-09-041-2/+1
* libnm-core: clean up nm_connection_replace_settings()'s semanticsDan Winship2014-09-042-5/+2
* libnm-core: rename NMConnection to/from_hash methodsDan Winship2014-09-047-14/+14
* libnm-core: make the NMSetting hash methods privateDan Winship2014-09-041-3/+0
* all: remove a bunch of unnecessary dbus/dbus-glib includesDan Winship2014-09-038-8/+0
* trivial: remove a stray prototypeDan Winship2014-08-271-2/+0
* libnm: ensure auto-registration only when not yet registeredThomas Haller2014-08-271-1/+2
* libnm: move declaration of NM_SETTING_SECRET_FLAGS_ALL to nm-core-internal.hThomas Haller2014-08-221-1/+1
* all: add nm-core-internal.h headerThomas Haller2014-08-221-1/+0