summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* libnm,core: enhance nm_utils_hexstr2bin()Dan Williams2014-11-073-55/+90
* libnm, docs: docs fixesDan Winship2014-11-077-39/+48
* libnm: add NMSettingIPConfig:route-metricThomas Haller2014-11-073-1/+54
* all: allow route metrics to be "0"Dan Winship2014-11-073-23/+56
* libnm-core: don't serialize empty address-labelsDan Winship2014-11-072-1/+33
* libnm-core: don't warn about unrecognized propertiesDan Winship2014-11-071-13/+5
* libnm-core, libnm, core: add AddressData and RouteData propertiesDan Winship2014-11-076-32/+530
* libnm-core: add NMSettingIPConfig:gateway, drop NMIPAddress:gatewayDan Winship2014-11-077-120/+345
* all: stop pretending to support multiple "gateway"sDan Winship2014-11-071-8/+13
* libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classesDan Winship2014-11-0712-2407/+1571
* libnm-core: add NMIPAddress/NMIPRoute attributes, use for labelsDan Winship2014-11-075-169/+352
* libnm-core, all: merge IPv4 and IPv6 address/route typesDan Winship2014-11-0712-1328/+1300
* libnm-core: tweak handling of overridden propertiesDan Winship2014-11-072-18/+24
* libnm-core: fix NMSetting property override docsDan Winship2014-11-071-14/+9
* vpn: allow plugins to indicate 'can-persist' capabilityDan Williams2014-11-061-0/+5
* libnm/libnm-util: add VPN 'persistent' propertyDan Williams2014-11-062-0/+42
* libnm: cancel NMRemoteSettings/NMManager property reload when NM quitsDan Williams2014-11-061-0/+6
* libnm-core, libnm: introspection annotation fixesDan Winship2014-10-291-2/+2
* build: fix -Wstrict-prototypes warningsThomas Haller2014-10-291-3/+3
* libnm-core: make nm_setting_verify() take an NMConnectionDan Winship2014-10-2832-235/+215
* libnm-core: add nm-core-types.h, remove cross-includesDan Winship2014-10-2845-134/+183
* libnm-core: #include all nm-core headers from nm-core-internal.hDan Winship2014-10-281-4/+33
* libnm-core: canonicalize hardware addresses in settingsDan Winship2014-10-288-33/+73
* libnm-core: add nm_utils_hwaddr_canonical()Dan Winship2014-10-283-11/+75
* libnm-core: make _get_mac_address_blacklist() methods return arraysDan Winship2014-10-284-66/+101
* libnm-core: fix trivial bug in NMVpnPluginError quarkDan Winship2014-10-281-1/+1
* core: don't use libnm-core private header outside of libnm-core/Thomas Haller2014-10-272-3/+3
* libnm-core: do not leak GValue in _nm_setting_new_from_dbus()Jiří Klimeš2014-10-231-0/+1
* libnm-core: do not leak the path in connectionsJiří Klimeš2014-10-231-0/+1
* libnm-core, libnm: move NMVpnPluginError to nm-errorsDan Winship2014-10-222-0/+52
* libnm-core, libnm, settings: move NMSecretAgentError to nm-errorsDan Winship2014-10-222-0/+38
* libnm-core, settings: move NMAgentManagerError to nm-errorsDan Winship2014-10-222-0/+36
* libnm-core, settings: move NMSettingsError to nm-errorsDan Winship2014-10-222-0/+35
* libnm-core, core: merge NMLoggingError into NMManagerErrorDan Winship2014-10-221-0/+4
* libnm-core, core: move NMManagerError to nm-errorsDan Winship2014-10-222-0/+44
* devices: drop device-type-specific error domainsDan Winship2014-10-221-0/+9
* libnm-core, libnm, devices: merge client and daemon NMDeviceErrorDan Winship2014-10-222-0/+31
* libnm-core, core: register NMConnectionError with D-BusDan Winship2014-10-224-1/+43
* libnm-core: add nm-errors.[ch]Dan Winship2014-10-229-85/+126
* libnm-core: fix up/simplify NMCryptoErrorDan Winship2014-10-224-101/+84
* libnm-core: merge NMSetting*Error into NMConnectionErrorDan Winship2014-10-2258-1428/+489
* libnm-core: clean up NMConnectionErrorDan Winship2014-10-229-86/+69
* libnm-core: drop nm_setting_lookup_type_by_quark()Dan Winship2014-10-223-38/+3
* libnm-util: add _nm_setting_get_property() functionThomas Haller2014-10-122-0/+23
* libnm: add function _nm_setting_get_setting_priority()Thomas Haller2014-10-122-2/+15
* libnm-util: let nm_setting_diff() be symetric not to return properties that a...Thomas Haller2014-10-122-11/+72
* libnm: hide API for generic handling of secretsThomas Haller2014-10-124-27/+11
* libnm-util: don't assert in nm_setting_get_secret_flags() and avoid assertion...Thomas Haller2014-10-122-10/+32
* libnm: add NMSettingConnection:autoconnect-priority settingThomas Haller2014-10-123-0/+50
* libnm: make @copy_func argument in _nm_utils_copy_strdict() optionalThomas Haller2014-10-121-1/+1