summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: xxxxth/device-route-metricThomas Haller2017-12-065-10/+155
* device: expose nm_device_get_route_metric_default()Thomas Haller2017-12-062-4/+6
* core: add nm_config_device_state_load_all() functionThomas Haller2017-12-062-15/+56
* core: add nm_config_keyfile_get_int64() utilThomas Haller2017-12-062-0/+32
* all: merge fixing pointers casts for g_object_ref()Thomas Haller2017-12-067-11/+18
|\
| * shared: propagate type for g_object_ref()Thomas Haller2017-12-062-0/+6
| * all: use cast macros instead of C castThomas Haller2017-12-065-13/+14
| * tree-wide: cast after g_object_ref() for proposed GLib patchColin Walters2017-12-063-5/+5
|/
* core: merge branch 'bg/device-reapply-no-restart-bgo790061'Beniamino Galvani2017-12-0610-214/+591
|\
| * device: restore original dynamic IPv6 configuration on reapplyBeniamino Galvani2017-12-063-82/+222
| * device: restore original dynamic IPv4 configuration on reapplyBeniamino Galvani2017-12-061-43/+88
| * device: remove 'force_restart' argument from reactivate functionsBeniamino Galvani2017-12-063-31/+21
| * device: don't force a restart of IP configuration on reapplyBeniamino Galvani2017-12-061-2/+2
| * core: add non-destructive ip config intersect functionBeniamino Galvani2017-12-064-22/+172
| * core: add generic functions for set operationsBeniamino Galvani2017-12-061-0/+50
| * core: add nm_ipX_config_clone()Beniamino Galvani2017-12-066-26/+28
| * core: drop unused macro argumentBeniamino Galvani2017-12-061-10/+10
|/
* build: adjust libnm symbol versioning after backporting update2 API for 1.10.2Thomas Haller2017-12-061-3/+6
* build: fix path in MakefileBeniamino Galvani2017-12-061-1/+1
* core: merge branch 'th/user-block-autoconnect-rh1401515'Thomas Haller2017-12-0530-586/+1082
|\
| * settings: support setting a connection as volatile via Update2()th/user-block-autoconnect-rh1401515Thomas Haller2017-12-054-43/+110
| * settings: delete volatile connection and support setting the volatile flagThomas Haller2017-12-051-15/+110
| * shared/trivial: fix type on commentThomas Haller2017-12-051-1/+1
| * manager/trivial: reorder declarations at beginning of fileThomas Haller2017-12-051-80/+88
| * settings: let invisible connection not autoconnect according to is_blocked() ...Thomas Haller2017-12-052-10/+23
| * settings: remove accessor functions to connection flagsThomas Haller2017-12-057-53/+18
| * settings: refactor setting connection flagsThomas Haller2017-12-052-28/+26
| * settings: track visible state as regular connection flagsThomas Haller2017-12-055-62/+24
| * settings: add "connection-flags-changed" signal to connectionThomas Haller2017-12-052-0/+25
| * settings: block autoconnect of volatile connectionsThomas Haller2017-12-051-1/+2
| * settings: move delete call to separate functionThomas Haller2017-12-051-14/+24
| * settings: clear filename after deleting file from diskThomas Haller2017-12-051-0/+2
| * ifcfg-rh: add and use nm_inotify_helper_clear_watch() helperThomas Haller2017-12-052-18/+17
| * ifcfg-rh: move nm-inotify-helper to ifcfg-rh pluginThomas Haller2017-12-055-9/+3
| * ifcfg-rh: fix path_watch_stop() not to create inotify-helperThomas Haller2017-12-051-23/+11
| * settings: pass new_connection to commit_changes() and fix ifnetThomas Haller2017-12-054-5/+5
| * settings: unify settings-update API (drop internal _update())Thomas Haller2017-12-051-29/+13
| * settings: unify settings-update API (rename and merge)Thomas Haller2017-12-0513-123/+97
| * settings: unify settings-update API (nm_settings_connection_replace_settings())Thomas Haller2017-12-059-1/+10
| * settings: unify settings-update API (nm_settings_connection_commit_changes())Thomas Haller2017-12-055-9/+23
| * examples: add python/gi example nm-connection-update-stable-id.pyThomas Haller2017-12-052-0/+117
| * settings: add NM_SETTINGS_UPDATE2_FLAG_BLOCK_AUTOCONNECT flagThomas Haller2017-12-053-2/+15
| * core: clear autoconnect-blocked-reason USER_REQUEST when activating connectionThomas Haller2017-12-051-0/+3
| * libnm: add nm_remote_connection_update2()Thomas Haller2017-12-053-0/+124
| * all: add new D-Bus API org.freedesktop.NetworkManager.Settings.Connection.Upd...Thomas Haller2017-12-056-58/+188
| * checkpoint: don't bypass settings-connection commit code on rollbackThomas Haller2017-12-051-3/+1
| * settings/trivial: rename update function in nm-settings-connection.cThomas Haller2017-12-052-48/+44
| * settings: merge _replace_settings_full() into _commit_changes_full()Thomas Haller2017-12-051-128/+81
| * settings: always call _commit_changes_full() instead of _replace_settings_full()Thomas Haller2017-12-051-63/+80
| * settings: in _commit_changes_full() mark the connection as saved before emitt...Thomas Haller2017-12-051-4/+3