summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* 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
* libnm-core: add _nm_setting_find_in_list_required() functionThomas Haller2014-08-222-0/+34
* libnm-core: add _nm_utils_hash_values_to_slist()Thomas Haller2014-08-222-0/+31
* libnm: move declaration of NM_SETTING_SECRET_FLAGS_ALL to nm-core-internal.hThomas Haller2014-08-223-7/+9
* libnm-core: declare NM_SETTING_COMPARE_FLAG_INFERRABLE flag in "nm-core-inter...Thomas Haller2014-08-222-7/+9
* all: add nm-core-internal.h headerThomas Haller2014-08-227-67/+68
* libnm-core: clarify a comment about InfiniBand hardware address matchingDan Winship2014-08-201-2/+3
* libnm-core: clear secrets from NMSimpleConnection and NMSettingsConnection di...Dan Williams2014-08-201-0/+11
* libnm-core: fix crash in NMSettingAdsl:verify()Thomas Haller2014-08-191-6/+8
* libnm-core, libnm, core: make NMConnection an interfaceDan Winship2014-08-168-231/+252
* libnm-core: add missing NMConnection signal class handlersDan Winship2014-08-162-3/+8
* libnm-core: move some fake NMConnection methods over to NMSettingDan Winship2014-08-165-40/+25
* libnm-core: drop nm_connection_create_setting()Dan Winship2014-08-162-25/+0