summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* release: bump version to 1.16.5 (development)1.16.5-devThomas Haller2019-08-071-0/+1
* release: bump version to 1.16.3 (development)1.16.3-devBeniamino Galvani2019-05-291-0/+1
* all: fix typos (milli seconds -> milliseconds)Beniamino Galvani2019-05-081-1/+1
* release: bump version to 1.16.1 (development)1.16.1-devThomas Haller2019-03-151-0/+1
* shared/systemd: fix gettid() compat implementation shadowing function from glibcThomas Haller2019-03-111-1/+2
* cli/wireguard: add import functionality for WireGuardThomas Haller2019-03-072-2/+4
* shared: add nm_utils_memeqzero_secret()Jason A. Donenfeld2019-03-072-0/+29
* shared: support empty blobs in nm_utils_bin2hexstr_full()Thomas Haller2019-02-221-15/+17
* all: move nm_utils_hexstr2bin*() to sharedThomas Haller2019-02-222-0/+162
* libnm,cli: add NMSettingWireGuardThomas Haller2019-02-222-0/+8
* shared: add nm_ip_addr_set_from_untrusted() helperThomas Haller2019-02-222-0/+64
* shared: add nm_hash_update_valp() helper macroThomas Haller2019-02-221-0/+3
* shared/tests: add test for unaligned readsThomas Haller2019-02-221-0/+32
* Add polkit action for Wi-Fi scansJonathan Kang2019-02-211-0/+1
* all: move nm_utils_bin2hexstr_full() to sharedBeniamino Galvani2019-02-212-0/+65
* shared/nm-glib: add our own g_steal_pointer() macro to shadow the one from glibThomas Haller2019-02-211-3/+5
* systemd: merge branch systemd into masterbg/systemdBeniamino Galvani2019-02-206-7/+28
|\
| * systemd: update code from upstream (2019-02-20)Beniamino Galvani2019-02-208-8/+40
* | systemd: dhcp: move filtering of bogus DNS/NTP addresses out of DHCP clientThomas Haller2019-02-192-0/+10
* | shared: add nm_ip4_addr_is_localhost() utilThomas Haller2019-02-192-0/+20
* | shared: add nm_g_type_find_implementing_class_for_property() helperThomas Haller2019-02-192-0/+52
* | all: use nm_c_list_move_*() helpersThomas Haller2019-02-181-42/+13
* | shared: add nm_c_list_move_*() helpersThomas Haller2019-02-181-0/+36
* | shared: add nm_auto_decref_jsonBeniamino Galvani2019-02-171-0/+3
* | shared: add macros for initializing NMSecretPtrThomas Haller2019-02-131-0/+25
* | shared: make nm_streq() and nm_streq0() inline functionsThomas Haller2019-02-131-2/+12
* | shared: add NM_STR_HAS_SUFFIX()Thomas Haller2019-02-131-1/+12
* | shared: fix nm_errno_from_native() for negative inputThomas Haller2019-02-121-0/+2
* | 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-121-0/+5
* | all: replace strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-3/+3
* | all: replace g_strerror() calls with nm_strerror_native()Thomas Haller2019-02-122-8/+8
* | all: include "nm-utils/nm-errno.h" via "nm-default.h"Thomas Haller2019-02-121-0/+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-122-9/+8
* | 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-122-24/+35
* | all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-122-2/+0
* | systemd/trivial: adjust naming of include guard defineThomas Haller2019-02-121-3/+3
* | all: minor coding style fixes (space before parentheses)Thomas Haller2019-02-112-7/+7
* | shared: avoid "-Wmissing-braces" warning initalizing NMIPAddrThomas Haller2019-02-081-1/+1
* | shared: fix static array declaration for _by_name in "nm-ethtool-utils.c"Thomas Haller2019-02-081-1/+1
* | macros: don't use __externally_visible__ attribute for clangThomas Haller2019-02-071-1/+13
* | systemd: merge branch systemd into masterThomas Haller2019-02-0624-169/+264
|\ \ | |/
| * systemd: update code from upstream (2019-02-05)Thomas Haller2019-02-0623-169/+255
* | shared/n-acd: minor change to make sources identical to upsteamThomas Haller2019-02-061-1/+1
* | shared/c-siphash: re-import from latest c-util/c-siphashThomas Haller2019-02-065-209/+14
* | shared/c-rbtree: minor change to make sources identical to upsteamThomas Haller2019-02-061-1/+1
* | shared/c-list: re-import from latest c-util/c-listThomas Haller2019-02-066-207/+8