summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm: fix NMIP4Config/NMIP6Config addresses/routes propertiesdanw/libnm-props-4-oldDan Winship2014-09-0312-205/+29
* libnm: drop libnm IP-address-array types, use G_TYPE_STRVDan Winship2014-09-039-248/+75
* libnm: change empty-GPtrArray-return semanticsDan Winship2014-09-0315-77/+55
* libnm: drop NM_TYPE_OBJECT_ARRAY, use G_TYPE_PTR_ARRAYDan Winship2014-09-0316-217/+124
* libnm: drop NM_TYPE_SSID, use G_TYPE_BYTESDan Winship2014-09-0310-98/+36
* libnm: drop NM_TYPE_STRING_ARRAY, use G_TYPE_STRVDan Winship2014-09-0310-177/+60
* libnm: simplify NMDevice:state-reasonDan Winship2014-09-033-32/+23
* fixup! libnm-core: change map-of-string properties to G_TYPE_HASH_TABLEDan Winship2014-09-031-1/+1
* libnm-core: change DCB DBUS_TYPE_G_UINT_ARRAY properties to G_TYPE_ARRAYDan Winship2014-09-033-23/+79
* fixup! libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship2014-09-031-26/+25
* fixup! libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship2014-09-033-51/+16
* libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship2014-09-0337-663/+817
* fixup! libnm-core: replace GByteArray with pointer + length in some APIsDan Winship2014-09-031-3/+6
* libnm-core: replace GByteArray with pointer + length in some APIsDan Winship2014-09-0318-160/+222
* fixup! libnm-core: improve NMSettingIP4Config / NMSettingIP6Config property t...Dan Winship2014-09-031-1/+0
* fixup! libnm-core: improve NMSettingIP4Config / NMSettingIP6Config property t...Dan Winship2014-09-032-6/+6
* fixup! libnm-core: improve NMSettingIP4Config / NMSettingIP6Config property t...Dan Winship2014-09-031-321/+0
* libnm-core: improve NMSettingIP4Config / NMSettingIP6Config property typesDan Winship2014-09-0323-892/+1247
* fixup! libnm-core: change map-of-string properties to G_TYPE_HASH_TABLEDan Winship2014-09-031-1/+1
* fixup! libnm-core: change map-of-string properties to G_TYPE_HASH_TABLEDan Winship2014-09-031-2/+1
* fixup! libnm-core: change map-of-string properties to G_TYPE_HASH_TABLEDan Winship2014-09-031-30/+0
* libnm-core: change map-of-string properties to G_TYPE_HASH_TABLEDan Winship2014-09-0310-59/+116
* fixup! libnm-core: change list-of-string and array-of-string properties to G_...Dan Winship2014-09-032-106/+1
* libnm-core: change list-of-string and array-of-string properties to G_TYPE_STRVDan Winship2014-09-0324-286/+303
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-0371-1278/+867
* libnm-core: add _nm_setting_class_transform_property()Dan Winship2014-09-032-5/+93
* libnm-core: drop NMParamSpecSpecialized, add nm_property_compare()Dan Winship2014-09-0323-426/+311
* libnm-core: fix up the new property-comparison test programDan Winship2014-09-034-62/+102
* libnm-core: split the test program out of nm-param-spec-specialized.cDan Winship2014-09-032-335/+358
* core: abstract out the duplicated default-ifname-generating codeDan Winship2014-09-0315-114/+68
* libnm-core: drop :interface-name properties on virtual NMSetting typesDan Winship2014-09-0315-383/+203
* libnm-core: simplify _nm_register_setting(), register error types tooDan Winship2014-09-0327-106/+32
* libnm-core: add property overrides to NMSettingClassDan Winship2014-09-032-8/+78
* libnm-core: add nm_connection_is_virtual()Dan Winship2014-09-035-88/+79
* fixup! all: stop using virtual interface-name propertiesDan Winship2014-09-031-1/+0
* all: stop using virtual interface-name propertiesDan Winship2014-09-0323-237/+172
* libnm-core: drop nm_{setting,connection}_get_virtual_iface_name()Dan Winship2014-09-0319-157/+49
* libnm-core: drop previously-deprecated NMSetting propertiesdanw/libnm-props-1Dan Winship2014-09-036-97/+80
* libnm-core: add dbus-only properties to NMSettingClassDan Winship2014-09-035-52/+285
* libnm-core: clean up nm_connection_replace_settings()'s semanticsDan Winship2014-09-037-62/+137
* libnm-core: clarify nm_setting_lookup_type*() failureDan Winship2014-09-031-3/+5
* libnm-core: reorganize _nm_setting_new_from_dbus()Dan Winship2014-09-031-24/+24
* libnm-core: rename NMConnection to/from_hash methodsDan Winship2014-09-0327-119/+119
* libnm-core: make the NMSetting hash methods privateDan Winship2014-09-036-31/+19
* libnm-core, libnm-util: remove some useless code in nm-settings.cDan Winship2014-09-032-40/+4
* ifcfg-rh: fix testcase to expect error reading iBFT configurationsDan Williams2014-09-031-1/+1
* all: remove a bunch of unnecessary dbus/dbus-glib includesDan Winship2014-09-0331-35/+0
* bluetooth: don't crash when switching off bluetoothJiří Klimeš2014-09-021-1/+3
* man: add/update bonding and team examples in nm-settings-ifcfg-rhJiří Klimeš2014-09-011-1/+24
* merge: add settings plugin for reading iBFT configuration (bgo #734009) (rh #...Dan Williams2014-08-2934-1230/+1664
|\