summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* libnm-core: add GVariant-based versions of IP structure-manipulating utilitiesDan Winship2014-09-182-0/+522
* libnm-core: fix crash while converting permissions to listJiří Klimeš2014-09-181-0/+3
* libnm-core: fix nm_connection_replace_settings()Dan Winship2014-09-171-1/+1
* libnm-core: fix up connection deserialize/copy/replace semanticsDan Winship2014-09-174-96/+89
* libnm-core: drop the ability to verify settings from property overridesDan Winship2014-09-178-111/+54
* libnm-core: fix getting/setting 0-length array propertiesDan Winship2014-09-171-5/+10
* libnm-core: allow G_TYPE_STRV to be NULLJiří Klimeš2014-09-101-3/+4
* nm-utils: add a wrapper for g_strsplit_set() removing empty strings from arrayJiří Klimeš2014-09-102-2/+41
* libnm-core: fix DCB's _nm_setting_dcb_uint_array_from_dbus()Jiří Klimeš2014-09-081-21/+22
* Revert "libnm-core: fix NMSettingDcb"Jiří Klimeš2014-09-081-2/+2
* libnm-core: fix NMSettingDcbDan Winship2014-09-051-2/+2
* libnm: handle all-default settings in nm_setting_to_hash() properlyThomas Haller2014-09-052-7/+1
* libnm: drop NM_TYPE_OBJECT_ARRAY, use G_TYPE_PTR_ARRAYDan Winship2014-09-042-0/+25
* libnm-core: change DCB DBUS_TYPE_G_UINT_ARRAY properties to G_TYPE_ARRAYDan Winship2014-09-041-21/+77
* libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship2014-09-0412-273/+290
* libnm-core: replace GByteArray with pointer + length in some APIsDan Winship2014-09-048-137/+175
* libnm-core: improve NMSettingIP4Config / NMSettingIP6Config property typesDan Winship2014-09-049-557/+760
* libnm-core: change map-of-string properties to G_TYPE_HASH_TABLEDan Winship2014-09-047-85/+82
* libnm-core: change list-of-string and array-of-string properties to G_TYPE_STRVDan Winship2014-09-0414-236/+175
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-0417-163/+267
* libnm-core: add _nm_setting_class_transform_property()Dan Winship2014-09-042-5/+93
* libnm-core: drop NMParamSpecSpecialized, add nm_property_compare()Dan Winship2014-09-0423-426/+311
* libnm-core: fix up the new property-comparison test programDan Winship2014-09-043-62/+101
* libnm-core: split the test program out of nm-param-spec-specialized.cDan Winship2014-09-042-335/+358
* libnm-core: drop :interface-name properties on virtual NMSetting typesDan Winship2014-09-0413-375/+203
* libnm-core: simplify _nm_register_setting(), register error types tooDan Winship2014-09-0427-106/+32
* libnm-core: add property overrides to NMSettingClassDan Winship2014-09-042-8/+78
* libnm-core: add nm_connection_is_virtual()Dan Winship2014-09-042-0/+35
* all: stop using virtual interface-name propertiesDan Winship2014-09-042-12/+3
* libnm-core: drop nm_{setting,connection}_get_virtual_iface_name()Dan Winship2014-09-0410-122/+26
* libnm-core: drop previously-deprecated NMSetting propertiesDan Winship2014-09-045-85/+80
* libnm-core: add dbus-only properties to NMSettingClassDan Winship2014-09-045-52/+285
* libnm-core: clean up nm_connection_replace_settings()'s semanticsDan Winship2014-09-044-52/+135
* libnm-core: clarify nm_setting_lookup_type*() failureDan Winship2014-09-041-3/+5
* libnm-core: reorganize _nm_setting_new_from_dbus()Dan Winship2014-09-041-24/+24
* libnm-core: rename NMConnection to/from_hash methodsDan Winship2014-09-049-84/+84
* libnm-core: make the NMSetting hash methods privateDan Winship2014-09-045-28/+19
* libnm-core, libnm-util: remove some useless code in nm-settings.cDan Winship2014-09-041-20/+2
* libnm-core: fix compile warning about unused-resultDan Winship2014-08-221-1/+1
* libnm-core: fix NMSettingConnection:verify() not to modify interface-nameThomas Haller2014-08-224-109/+48
* libnm-core: allow nm_setting_verify() to succeed individually without @all_se...Thomas Haller2014-08-222-1/+18
* libnm-core: add normalize of MTU for NMSettingInfinibandThomas Haller2014-08-223-2/+85
* libnm-core: make failure cases for nm_connection_normalize() more robust agai...Thomas Haller2014-08-221-9/+27
* tests: refactor tests to use g_test framework (g_test_add_func)Thomas Haller2014-08-221-90/+106
* libnm-core: normalize NMSettingConnection:type propertyThomas Haller2014-08-225-13/+437
* libnm-core: stricter verification of NMSettingConnection:type propertyThomas Haller2014-08-221-18/+29
* libnm-core: normalize slave-type and slave-settings of connectionsThomas Haller2014-08-228-13/+267
* libnm-core: move validation of NMSettingConnection:type to NMSettingConnectio...Thomas Haller2014-08-222-40/+23
* libnm-core: properly disconnect "notify" signal for settings in NMConnectionThomas Haller2014-08-221-10/+17
* libnm-core: don't set GError on invalid @connection argument in _nm_connectio...Thomas Haller2014-08-221-10/+2