summaryrefslogtreecommitdiff
path: root/libnm-util/nm-connection.c
Commit message (Expand)AuthorAgeFilesLines
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-3/+3
* libnm-util: add non-failing versions of nm_connection_new_from_hash() and rep...Thomas Haller2016-03-291-9/+41
* libnm-util: refactor hash_to_connection()Thomas Haller2016-03-291-14/+11
* libnm-util: verify connection also for self-assignment in replace_settings_fr...Thomas Haller2016-03-261-2/+4
* libnm-util: reword code commentThomas Haller2016-03-151-2/+2
* libnm-util: add comment for return value of nm_connection_replace_settings_fr...Thomas Haller2016-03-151-4/+5
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+2
* libnm-util: allow unknown setting types in nm_connection_get_virtual_iface_na...Thomas Haller2015-12-181-24/+11
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* libnm-util: only unref and don't destroy hash in nm_connection_to_hash()Thomas Haller2015-02-091-1/+1
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm-util: properly disconnect "notify" signal for settings in NMConnectionThomas Haller2014-08-221-13/+19
* libnm-util: fix leak in _nm_connection_verify()Thomas Haller2014-07-151-1/+1
* libnm-util, libnm-glib: whitespace fixesDan Winship2014-07-151-43/+43
* libnm-util, libnm-glib: standardize copyright/license headersDan Winship2014-07-151-5/+2
* libnm-util: normalize IP settings in connectionThomas Haller2014-06-301-0/+86
* libnm-util: normalize virtual_iface_name in NMSettingsThomas Haller2014-06-301-1/+53
* libnm-util: add function nm_connection_normalizeThomas Haller2014-06-301-18/+154
* libnm-util: add function nm_connection_get_interface_name()Thomas Haller2014-06-301-0/+27
* all: remove remaining GParamSpec name/blurb stringsDan Winship2014-06-191-5/+4
* libnm-util, libnm-glib: be consistent about "Wi-Fi", "Ethernet", "InfiniBand"...Dan Winship2014-06-191-2/+2
* core: add 'type' and 'id' property for NMActiveConnection (rh #1061822)Jiří Klimeš2014-03-051-0/+23
* libnm-util, libnm-glib: add some missing "Since: 0.9.10" tagsDan Winship2014-02-131-0/+10
* libnm-util, libnm-glib: add device/connection describing functionsDan Winship2014-01-271-0/+42
* libnm-util: only emit one CHANGED signal when adding several settingsThomas Haller2014-01-151-23/+45
* libnm-util: raise CHANGED signal in nm_connection_update_secrets only on changeThomas Haller2014-01-151-13/+30
* libnm-util: raise CHANGED signal in nm_connection_clear_secrets only on changeThomas Haller2014-01-151-6/+16
* libnm-util: minor refactoring in nm_connection_compare()Thomas Haller2013-12-171-6/+6
* libnm-util: add INFERRABLE flag and remove CANDIDATEDan Williams2013-12-051-4/+0
* trivial: make nm_connection_dump more forgiving when passing NULLThomas Haller2013-11-071-1/+2
* core: again allow calling AddAndActivateConnection() without a connectionJiří Klimeš2013-11-011-1/+2
* libnm-util: do not assert valid connection type in nm_connection_is_type()Jiří Klimeš2013-11-011-2/+1
* libnm-util: add Data Center Bridging (DCB) settingDan Williams2013-10-311-0/+16
* Fix typosYuri Chornoivan2013-10-191-1/+1
* libnm-util: add NM_SETTING_COMPARE_FLAG_CANDIDATE flagPavel Šimerda2013-08-221-1/+4
* libnm-util: add setting for team portJiri Pirko2013-08-151-0/+17
* libnm-util: add team device settingJiri Pirko2013-08-151-0/+17
* settings: track whether connection is saved to disk or notDan Williams2013-05-281-3/+6
* libnm-util: implement connection changed signalDan Williams2013-05-281-10/+75
* libnm-util: fix hashing of secrets broken by 4d326182Dan Williams2013-05-201-24/+61
* libnm-util: add NMSettingGenericDan Winship2013-05-071-0/+16
* libnm-util: move setting priority functions to nm-setting.cDan Winship2013-05-031-149/+4
* libnm-util: make nm_connection_replace_settings_from_connection() saferJiří Klimeš2013-04-221-0/+5
* Use %NULL macro in doc stringsMartin Pitt2013-04-191-28/+28
* libnm-util: Fix transfer annotations of nm_{connection,setting}_need_secrets()Martin Pitt2013-04-191-4/+4
* libnm-util: add nm_connection_replace_settings_from_connection() (bgo #696387)Dan Williams2013-04-171-1/+40
* Revert :carrier-detect properties and associated codeDan Winship2013-04-031-36/+0