summaryrefslogtreecommitdiff
path: root/libnm
Commit message (Expand)AuthorAgeFilesLines
* 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
* libnm, libnm-glib: fix cut-and-paste-osDan Winship2014-08-184-20/+20
* libnm: make NMRemoteConnection an NMObjectDan Winship2014-08-163-159/+54
* libnm-core, libnm, core: make NMConnection an interfaceDan Winship2014-08-169-22/+45
* libnm: get rid of redundant NMRemoteConnection propertiesDan Winship2014-08-168-91/+20
* libnm-core: move some fake NMConnection methods over to NMSettingDan Winship2014-08-162-3/+3
* libnm-core: drop nm_connection_create_setting()Dan Winship2014-08-161-1/+0
* all: fix up multiple-include-guard definesDan Winship2014-08-1636-107/+107
* libnm: add a test for connection-deleted-while-being-createdDan Winship2014-08-071-19/+61
* libnm: fix a g_signal_handler_find() call in NMRemoteSettingsDan Winship2014-08-071-2/+2
* libnm: remove NMRemoteConnection::updated signalDan Winship2014-08-072-34/+1
* libnm: port NMRemoteSettings to NMObjectDan Winship2014-08-075-757/+295
* libnm: add NMRemoteConnection:visible propertyDan Winship2014-08-074-28/+68