summaryrefslogtreecommitdiff
path: root/libnm
Commit message (Expand)AuthorAgeFilesLines
* libnm,core: enhance nm_utils_hexstr2bin()Dan Williams2014-11-072-2/+14
* libnm, docs: docs fixesDan Winship2014-11-074-32/+49
* libnm: add NMSettingIPConfig:route-metricThomas Haller2014-11-071-0/+1
* libnm: Complete activation when ActiveConnection abruptly disappearsLubomir Rintel2014-11-071-0/+22
* libnm: Drop a wrong assertLubomir Rintel2014-11-071-2/+0
* libnm: rename NMVpnPluginUiInterface, add to NetworkManager.hDan Winship2014-11-078-463/+372
* libnm: create NMDhcpConfig as parent of NMDhcp4Config and NMDhcp6ConfigDan Winship2014-11-0714-381/+342
* libnm: create NMIPConfig as parent of NMIP4Config and NMIP6ConfigDan Winship2014-11-0714-898/+634
* libnm-core, libnm, core: add AddressData and RouteData propertiesDan Winship2014-11-072-8/+84
* libnm-core: add NMSettingIPConfig:gateway, drop NMIPAddress:gatewayDan Winship2014-11-073-4/+3
* libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classesDan Winship2014-11-071-61/+32
* libnm-core: add NMIPAddress/NMIPRoute attributes, use for labelsDan Winship2014-11-071-0/+6
* libnm-core, all: merge IPv4 and IPv6 address/route typesDan Winship2014-11-074-72/+56
* trivial: make _nm_object_reload_properties() private to nm-object.cDan Williams2014-11-062-3/+1
* libnm: queue added/removed signals and suppress uninitialized notificationsDan Williams2014-11-062-50/+279
* trivial: re-arrange NMObject class methodsDan Williams2014-11-061-363/+370
* libnm: cancel NMRemoteSettings/NMManager property reload when NM quitsDan Williams2014-11-065-7/+27
* libnm: Fix a nm_running_changed raceLubomir Rintel2014-10-311-1/+3
* Merge branch 'lr/rpm-make-check'Lubomir Rintel2014-10-303-3/+13
|\
| * libnm/tests: Properly wait for devices in /libnm/activate-virtualLubomir Rintel2014-10-301-0/+2
| * libnm: Ignore NoReply errors when NM has vanished from the busLubomir Rintel2014-10-241-0/+6
| * tests: Don't run session-long dbus daemons for testsLubomir Rintel2014-10-241-3/+5
* | libnm-core, libnm: introspection annotation fixesDan Winship2014-10-292-2/+2
* | libnm-core: Don't warn on missing propertiesLubomir Rintel2014-10-292-4/+2
* | libnm: change GSList to GPtrArray in libnm methodsDan Winship2014-10-2812-109/+94
* | libnm-core: add nm-core-types.h, remove cross-includesDan Winship2014-10-285-0/+5
* | libnm-core: add nm_utils_hwaddr_canonical()Dan Winship2014-10-281-0/+1
* | libnm: merge nm-vpn-plugin-utils into nm-vpn-plugin-oldDan Winship2014-10-286-235/+177
* | libnm: rename NMVpnPlugin to NMVpnPluginOldDan Winship2014-10-286-314/+320
* | libnm-core: fix a leak in process_properties_changed()Jiří Klimeš2014-10-231-1/+1
* | all: fix g_dbus_proxy_get_name_owner() leaksJiří Klimeš2014-10-232-5/+19
* | libnm: consolidate NMClientError and NMObjectErrorDan Winship2014-10-229-112/+39
* | libnm: strip GDBus gunk from GErrorsDan Winship2014-10-228-53/+160
* | libnm: drop _nm_dbus_register_error_domain()Dan Winship2014-10-222-25/+0
* | libnm-core, libnm: move NMVpnPluginError to nm-errorsDan Winship2014-10-222-60/+1
* | libnm-core, libnm, settings: move NMSecretAgentError to nm-errorsDan Winship2014-10-223-58/+10
* | libnm-core, settings: move NMAgentManagerError to nm-errorsDan Winship2014-10-222-14/+5
* | libnm-core, settings: move NMSettingsError to nm-errorsDan Winship2014-10-222-0/+42
* | libnm-core, core: move NMManagerError to nm-errorsDan Winship2014-10-221-0/+2
* | libnm-core, libnm, devices: merge client and daemon NMDeviceErrorDan Winship2014-10-223-35/+4
* | libnm: merge device-type-specific errors into NMDeviceErrorDan Winship2014-10-2229-761/+149
* | libnm: drop unused NMRemoteConnectionErrorDan Winship2014-10-223-32/+0
* | libnm-core, core: register NMConnectionError with D-BusDan Winship2014-10-221-0/+44
* | libnm-core: add nm-errors.[ch]Dan Winship2014-10-221-0/+2
* | libnm-core: merge NMSetting*Error into NMConnectionErrorDan Winship2014-10-221-54/+0
* | libnm-core: drop nm_setting_lookup_type_by_quark()Dan Winship2014-10-222-4/+2
* | libnm: fix NMActiveConnection:specific-object-pathDan Winship2014-10-212-2/+21
|/
* libnm: add an object-creation-failed testDan Winship2014-10-191-1/+51
* libnm: add a virtual device creation-and-activation testDan Winship2014-10-191-1/+135
* libnm: add an active-connection test to test-nm-clientDan Winship2014-10-191-0/+146