summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-10all: use NM_CACHED_QUARK_FCN() to define cached quarksThomas Haller5-46/+14
2017-02-10all: use NM_CACHED_QUARK_FCN() instead of G_DEFINE_QUARK()Thomas Haller6-17/+14
2017-02-10core: use cached GQuark and g_object_[gs]et_qdata()Thomas Haller9-48/+50
2017-02-10shared: add NM_CACHED_QUARK() and NM_CACHED_QUARK_FCN() macrosThomas Haller1-0/+34
2017-02-10build: test for support of -flto compiler flagThomas Haller1-3/+8
2017-02-10build: add m4 macros for --enable-lto and --enable-ld-gcThomas Haller2-21/+29
2017-02-08build: allow configuring path to binutils's nm tool during buildThomas Haller3-2/+4
2017-02-08platform: fix detection of primary/secondary addressesBeniamino Galvani1-5/+17
2017-02-08core: fix nm_utils_file_set_contents() handling of -1 lengthBeniamino Galvani1-0/+3
2017-02-07nm-online: fix wrong assertion failure during nm-onlineThomas Haller1-1/+2
2017-02-07platform: cleanup _log_dbg_sysctl_set_impl() and _log_dbg_sysctl_get_impl()Thomas Haller1-23/+21
2017-02-07device/wifi: drop messing with wpa-supplicant's support for MAC address rando...Thomas Haller1-82/+2
2017-02-07bond: fix crash in update_connection()Beniamino Galvani1-1/+2
2017-02-06build: merge branch 'th/build-warn-wextra'Thomas Haller9-86/+38
2017-02-06build: reorder flags in "m4/compiler_options.m4"Thomas Haller1-16/+16
2017-02-06build: enable -Wextra warningThomas Haller1-0/+2
2017-02-06build: fix -Wold-style-declaration warningsThomas Haller2-3/+3
2017-02-06build: fix -Wignored-qualifiers warningsThomas Haller3-3/+3
2017-02-06shared: fix -Wtype-limits warning in nm_glib_check_version() macroThomas Haller1-8/+11
2017-02-06settings: drop redundant range check from NMSettingBridgePort::verify()Thomas Haller2-57/+4
2017-02-06build: merge branch 'th/build-gcc7-warnings'Thomas Haller12-29/+38
2017-02-06build: disable -Wformat-truncation warningThomas Haller1-0/+1
2017-02-06build: enable -Wimplicit-fallthrough warning from gcc7Thomas Haller1-0/+1
2017-02-06all: cleanup switch fall-through comments for -Wimplicit-fallthrough warningThomas Haller11-23/+19
2017-02-06m4/compiler_options.m4: add line breaks for compiler options to checkThomas Haller1-6/+17
2017-02-06systemd: merge branch systemd into masterThomas Haller11-36/+82
2017-02-06systemd: fix memleak in dhcp6_option_parse_domainnameThomas Haller1-1/+1
2017-02-06systemd: fix memleak in dhcp6_lease_set_domainsThomas Haller1-1/+1
2017-02-06systemd: update code from upstreamThomas Haller12-38/+83
2017-02-04all: use nm_utils_strv_find_first() from shared/nm-utilsThomas Haller10-74/+26
2017-02-04shared: add nm_utils_strv_find_first() helperThomas Haller2-0/+52
2017-02-03core: kill nm_spawn_process()Lubomir Rintel2-26/+0
2017-02-03dns-unbound: avoid using nm_spawn_process()Lubomir Rintel1-1/+6
2017-02-03dns-manager: get rid of the nm_spawn_process() useLubomir Rintel1-9/+11
2017-02-03dns-manager: fix a NULL dereference in error handlingLubomir Rintel1-1/+9
2017-02-03nm-online: fix countdown to not show 0 seconds until finishedMickaƫl Thomas1-1/+1
2017-02-02libnm-core: return NULL from _nm_utils_slist_to_strv for empty listsBeniamino Galvani1-0/+2
2017-02-02nm-online: refactor and fix nm-onlineThomas Haller1-71/+133
2017-01-31nm-online: fix division-by-zero with zero timeoutThomas Haller1-1/+1
2017-01-29cli: add missing NULL-checkLubomir Rintel1-2/+3
2017-01-29contrib/rpm: don't recreate files that make install installsLubomir Rintel1-19/+0
2017-01-29contrib/rpm: don't own the legacy VPN directoryLubomir Rintel1-4/+0
2017-01-29build: install all necessary directoriesLubomir Rintel1-1/+7
2017-01-29build: don't install /run filesLubomir Rintel1-1/+0
2017-01-29build: add missing GLIB_CFLAGS for compiling adsl device pluginThomas Haller1-0/+1
2017-01-28libnm-core: clear wifi.mac-address-randomization when unsetting wifi.cloned-m...Thomas Haller1-0/+10
2017-01-28ifcfg-rh: fix interpreting missing MAC_ADDRESS_RANDOMIZATION as permanent add...Thomas Haller3-8/+7
2017-01-28nm-online: return from quit_if_connected after setting retvalJames McCoy1-0/+4
2017-01-27cli: avoid use-after free on connection deletionLubomir Rintel1-1/+7
2017-01-27manager: avoid an extra path to ac translationLubomir Rintel3-13/+9