summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wifi-p2p: fix pending action waiting for supplicantth/wifi-p2p-wait-supplicant-fixThomas Haller2019-02-121-49/+62
* wifi-p2p: drop constructor property NM_DEVICE_WIFI_P2P_MGMT_IFACEThomas Haller2019-02-123-46/+19
* wifi-p2p: don't use g_signal_connect_object()Thomas Haller2019-02-121-16/+12
* shared: fix nm_errno_from_native() for negative inputThomas Haller2019-02-122-1/+4
* all: merge branch 'th/errno'Thomas Haller2019-02-12303-871/+707
|\
| * shared: use nm_strerror_native_r() in lower layersThomas Haller2019-02-122-23/+32
| * systemd: define strerror() in sd-adapt header to nm_strerror_native()Thomas Haller2019-02-122-0/+11
| * all: replace strerror() calls with nm_strerror_native()Thomas Haller2019-02-1222-75/+75
| * all: replace g_strerror() calls with nm_strerror_native()Thomas Haller2019-02-1226-84/+84
| * all: include "nm-utils/nm-errno.h" via "nm-default.h"Thomas Haller2019-02-128-8/+1
| * shared: add nm_strerror_native() to replace strerror() and g_strerror()Thomas Haller2019-02-122-1/+129
| * all: assert that native errno numbers are positiveThomas Haller2019-02-125-19/+17
| * shared: cleanup separation and transition between errno and nmerr numbersThomas Haller2019-02-123-65/+118
| * shared: fix nm_errno_from_native() for negative valuesThomas Haller2019-02-121-3/+3
| * all: cache errno in local variable before using itThomas Haller2019-02-1234-147/+217
| * libnm,core: use _nm_utils_ascii_str_to_uint64() instead of strtol()Thomas Haller2019-02-123-26/+11
| * all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-12287-467/+56
| * systemd/trivial: adjust naming of include guard defineThomas Haller2019-02-121-3/+3
|/
* all: minor coding style fixes (space before parentheses)Thomas Haller2019-02-115-14/+14
* platform: limit the maximum size of sysctl cacheBeniamino Galvani2019-02-101-15/+46
* build,ci: merge branch 'th/missing-braces-warning'Thomas Haller2019-02-0921-164/+170
|\
| * core: use NM_CMP_*() macro in route_compare()th/missing-braces-warningThomas Haller2019-02-091-24/+19
| * build/meson: build with c_std=gnu11Thomas Haller2019-02-091-1/+1
| * gitlab-ci: rename build-jobs in gitlab-ciThomas Haller2019-02-091-4/+4
| * build/ci: enable --werror for meson buildsThomas Haller2019-02-081-3/+16
| * contrib/rpm: enable warnings and fatal-warnings with meson buildThomas Haller2019-02-081-0/+4
| * build: re-enable "-Wmissing-braces" warningThomas Haller2019-02-082-7/+0
| * device: avoid "-Wmissing-braces" warning for initializing "struct in6_addr"Thomas Haller2019-02-081-3/+7
| * platform/tests: avoid "-Wmissing-braces" warning in "test-route.c"Thomas Haller2019-02-081-1/+1
| * shared: avoid "-Wmissing-braces" warning initalizing NMIPAddrThomas Haller2019-02-083-5/+6
| * libnm: avoid "-Wmissing-braces" warning for intializing NMUuidThomas Haller2019-02-082-2/+2
| * cli: avoid "-Wmissing-braces" warning for INT_VALUE_INFOS() and ENUM_VALUE_IN...Thomas Haller2019-02-081-74/+74
| * libnm: avoid "-Wmissing-braces" warning for test-link.cThomas Haller2019-02-081-3/+3
| * libnm: avoid "-Wmissing-braces" warning for teams _prop_to_keys arrayThomas Haller2019-02-082-28/+23
| * tests: avoid "-Wmissing-braces" warning in test_nm_utils_dhcp_client_id_syste...Thomas Haller2019-02-081-2/+2
| * wifi/iwd: avoid "-Wstrict-aliasing" warning in nm_device_iwd_set_dbus_object()Thomas Haller2019-02-081-1/+1
| * cli: avoid "-Wduplicate-decl-specifier" warning in nmcli's resolve_color_alias()Thomas Haller2019-02-081-1/+1
| * tests: avoid "-Wduplicate-decl-specifier" warning in test_duplicate_decl_spec...Thomas Haller2019-02-081-1/+1
| * clients: avoid "-Wduplicate-decl-specifier" warning in array declarions in "n...Thomas Haller2019-02-081-5/+5
| * shared: fix static array declaration for _by_name in "nm-ethtool-utils.c"Thomas Haller2019-02-081-1/+1
| * build/meson: disable "-Wgnu-variable-sized-type-not-at-end warning"Thomas Haller2019-02-081-1/+2
|/
* gitlab-ci: fix moving docs-htmlThomas Haller2019-02-081-2/+2
* connectivity: merge branch 'th/connectivity-rp-filter'Thomas Haller2019-02-084-0/+54
|\
| * device: print warning when rp_filter is set to strict with connectivity checkingThomas Haller2019-02-081-0/+36
| * contrib/rpm: add comment to "20-connectivity-{fedora,redhat}.conf" about rp_f...Thomas Haller2019-02-082-0/+10
| * man: add a warning to NetworkManager.conf manual for rp_filter and connectivi...Thomas Haller2019-02-081-0/+8
|/
* gitlab-ci: log timestamp of test stepsThomas Haller2019-02-081-14/+14
* gitlab-ci: fix generating pagesThomas Haller2019-02-081-10/+7
* gitlab-ci: merge branch 'th/gitlab-ci-clang'Thomas Haller2019-02-076-41/+67
|\
| * gitlab-ci: build with clang and do multiple builds in one test-stepThomas Haller2019-02-072-37/+28