summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * device/trivial: rename nm_device_get_ip_route_metric() to nm_device_get_route...Thomas Haller2017-10-065-25/+25
| * device: remove wrappers for nm_device_get_ip_route_metric()Thomas Haller2017-10-064-33/+21
| * wwan: replace utils function ip4_string_to_num() with nm_utils_parse_inaddr_b...Thomas Haller2017-10-062-40/+14
| * shared: guarantee output argument of nm_utils_parse_inaddr_bin() is only set ...Thomas Haller2017-10-061-1/+18
| * shared: pass addr_family as first argument to nm_utils_parse_inaddr*()Thomas Haller2017-10-065-69/+69
| * wwan: add FIXME comment about broken ofono supportThomas Haller2017-10-061-0/+3
| * wwan: make idle action for stage3-ip-config cancellableThomas Haller2017-10-061-6/+17
| * wwan: use logging macro in nm-modem.cThomas Haller2017-10-061-60/+86
| * shared: add nm_strquote() utilThomas Haller2017-10-063-0/+157
|/
* core: avoid compiler warnings related to cleanup attributeThomas Haller2017-10-052-2/+2
* device: fix handling NM_UNMANAGED_USER_CONF in _get_managed_by_flags()Thomas Haller2017-10-051-2/+2
* core: merge branch 'th/activation-state-flags-rh1454883'Thomas Haller2017-10-0512-152/+394
|\
| * core: add NMActivationStateFlags "master-has-slaves"Thomas Haller2017-10-053-0/+13
| * core: add NMActivationStateFlags "layer2-ready", "ip4-ready", and "ip6-ready"Thomas Haller2017-10-053-0/+42
| * core: add NMActivationStateFlags "is-master" and "is-slave"Thomas Haller2017-10-052-0/+26
| * libnm: add NMActivationStateFlagsThomas Haller2017-10-057-0/+122
| * core: refactor setting applied-connection in NMActiveConnectionThomas Haller2017-10-051-7/+37
| * shared: move utils NM_UTILS_ENUM2STR*, NM_UTILS_FLAGS2STR*, and nm_utils_to_s...Thomas Haller2017-10-054-147/+151
| * core/utils: extend nm_utils_flags2str() for multi-value flags and name for zeroThomas Haller2017-10-051-3/+9
| * core: minor cleanup of _NMLOG() macro in "src/nm-active-connection.c"Thomas Haller2017-10-051-4/+3
|/
* device: fix frozen notify signals on unrealize error pathBeniamino Galvani2017-10-041-1/+1
* core: cleanup autoconnect retry handling (fix settings-docs.c)Thomas Haller2017-10-041-1/+1
* core: cleanup autoconnect retry handlingThomas Haller2017-10-046-12/+19
* dhcp: cleanup handling method-call in DHCP listenerThomas Haller2017-10-041-29/+32
* libnm,keyfile: merge branch 'th/libnm-keyfile-route-metric'Thomas Haller2017-10-043-45/+57
|\
| * keyfile: fix reading/writing route metric zeroThomas Haller2017-10-043-14/+19
| * keyfile: cleanup error argument for read_field()Thomas Haller2017-10-041-25/+33
| * keyfile: minor cleanup in get_one_int() to use _nm_utils_ascii_str_to_int64()Thomas Haller2017-10-041-6/+5
|/
* contrib/scripts: fix coloring for platform messages in NM-log for old logsThomas Haller2017-10-031-1/+1
* libnm: update property in the manager after connectivity checkBeniamino Galvani2017-10-031-3/+17
* core: cleanup handling addr_family in NMDeviceThomas Haller2017-10-022-51/+71
* shared: add nm_utils_addr_family_to_char()Thomas Haller2017-10-021-0/+15
* core: minor cleanup in dhcp_schedule_restart()Thomas Haller2017-10-021-12/+14
* core: merge branch 'th/manager-cleanup'Thomas Haller2017-09-292-57/+92
|\
| * device: fix delay startup complete for unrealized devicesThomas Haller2017-09-291-1/+2
| * core: keep platform link object alive and don't copy itThomas Haller2017-09-292-16/+21
| * manager: refactor lifetime handling for idle callback _platform_link_cb_idle()Thomas Haller2017-09-291-15/+29
| * manager: disconnect platform_link_cb() from NMManager in dispose()Thomas Haller2017-09-291-0/+4
| * manager/trivial: rename self variable in NMManager:dispose()Thomas Haller2017-09-291-19/+19
| * manager: don't use platform singleton but keep a private pointerThomas Haller2017-09-291-12/+23
|/
* core: merge branch 'bg/autoconnect-blocked-rh1310676'Beniamino Galvani2017-09-294-31/+40
|\
| * core: rename NM_SETTINGS_AUTO_CONNECT_BLOCKED_REASON_UNBLOCKED enumBeniamino Galvani2017-09-293-7/+7
| * core: unblock failed connections when the master is availableBeniamino Galvani2017-09-291-17/+24
| * core: make auto-connect-blocked-reason more specificBeniamino Galvani2017-09-294-8/+10
|/
* man: clearify plain text secrets in keyfileThomas Haller2017-09-282-6/+13
* core: merge branch 'th/device-manage-conf'Thomas Haller2017-09-284-6/+66
|\
| * device: add configuration option to mark devices as unmanagedThomas Haller2017-09-284-6/+66
| * man: fix example for device section in NetworkManager.conf's manualThomas Haller2017-09-281-1/+1
|/
* core: merge branch 'bg/parent-uuid'Beniamino Galvani2017-09-287-208/+77
|\
| * device: match all UUIDs when no connection is activeBeniamino Galvani2017-09-281-3/+4