summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: improve ipv6 addresses synchronizationbg/ipv6-orderBeniamino Galvani2017-12-111-10/+40
* merge: branch 'fg/team_abstraction_tests_and_fixes_rh1398925'Francesco Giudici2017-12-0829-1249/+3701
|\
| * Makefile: rework team compilation flagsfg/team_abstraction_tests_and_fixes_rh1398925Francesco Giudici2017-12-087-34/+18
| * libnm-core: add test cases for NMSettingTeamPortFrancesco Giudici2017-12-081-0/+131
| * libnm-core: add test cases for NMSettingTeamFrancesco Giudici2017-12-081-0/+281
| * gitignore: ignore libnm-core/tests/test-settingFrancesco Giudici2017-12-081-3/+1
| * libnm-core: merge the settings tests into a single oneLubomir Rintel2017-12-085-984/+903
| * libnm-core: team: skip writing in the keyfile all the exposed propertiesFrancesco Giudici2017-12-081-6/+63
| * libnm-core: team: change tx-hash APIs idx type from int to guintFrancesco Giudici2017-12-082-6/+6
| * libnm-core: team: rework defaults management on runner propertiesFrancesco Giudici2017-12-082-72/+218
| * libnm-core: team: use the correct name for teamd property 'balancing_interval'Francesco Giudici2017-12-081-1/+1
| * libnm-core: json: share code to load defaults in team(-port).configFrancesco Giudici2017-12-081-58/+50
| * libnm-core: trivial: just move static json functionsFrancesco Giudici2017-12-081-211/+212
| * libnm-core: trivial: move json key deletion code to a separate functionFrancesco Giudici2017-12-081-32/+44
| * libnm-core: use proper writer for team-port link-watchersFrancesco Giudici2017-12-081-0/+3
| * cli: add support to TeamPort link watchersFrancesco Giudici2017-12-081-0/+80
| * libnm-core: team-port: expose the new link-watchers propertyFrancesco Giudici2017-12-084-15/+262
| * libnm-core: add keyfile writer for team link watcherFrancesco Giudici2017-12-081-0/+12
| * libnm-core: synchronize team.link_watchers when team.config is set.Francesco Giudici2017-12-083-3/+105
| * libnm-core: synchronize team.config when team.link_watchers is set.Francesco Giudici2017-12-082-5/+115
| * cli: add support to Team link watchersFrancesco Giudici2017-12-081-0/+242
| * libnm-core: team: expose the new link-watchers propertyFrancesco Giudici2017-12-084-0/+280
| * libnm-core: add backend for GVariant de/serialization of link_watchers.Francesco Giudici2017-12-084-0/+233
| * libnm-core: team: add NMTeamLinkWatcher boxed typeFrancesco Giudici2017-12-083-0/+620
| * ifcfg-rh: tests: align json team configuration format to jansson oneFrancesco Giudici2017-12-087-12/+14
| * libnm-core: preserve keys order in team.config with old jansson libsFrancesco Giudici2017-12-081-1/+1
|/
* ifcfg-rh: use separate variables for DNS searchesBeniamino Galvani2017-12-075-33/+30
* ifcfg-rh: initialize watch descriptors to -1Francesco Giudici2017-12-071-0/+7
* 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