summaryrefslogtreecommitdiff
path: root/shared
AgeCommit message (Expand)AuthorFilesLines
2020-10-23platform/tests: better handling "timeout_msec" argument in nmtst_main_context...Thomas Haller1-1/+5
2020-10-23tests: add nmtst_get_rand_one_case_in() helperThomas Haller1-3/+16
2020-10-23shared: add nm_ptr_to_uintptr() helperThomas Haller1-1/+16
2020-10-23shared: add nm_add_u32_clamped() helperThomas Haller1-0/+13
2020-10-23trivial: whitespace fixesThomas Haller1-1/+1
2020-10-22shared: introduce opaque type NMUtilsUserData for nm_utils_user_data_pack()Thomas Haller2-6/+8
2020-10-21shared/c-rbtree: reimportThomas Haller1-0/+2
2020-10-21c-rbtree: align CRBTree with CRBNodeDavid Rheinsberg1-2/+7
2020-10-21c-rbtree: fix struct alignment of CRBTree on m68k architecturesThomas Haller1-1/+5
2020-10-20license: relicense "shared/nm-udev-aux/nm-udev-utils.[hc]" under LGPL-2.1+Thomas Haller2-2/+2
2020-10-20license: relicense "shared/nm-test-utils-impl.c" under LGPL-2.1+Thomas Haller1-1/+1
2020-10-20shared: use C comments for SPDX header in "nm-version-macros.h.in"Thomas Haller1-1/+1
2020-10-20version: add 1.30 macrosThomas Haller1-0/+1
2020-10-19shared: fix NM_CAST_STRV_CC() for "char **const" pointersThomas Haller1-1/+7
2020-10-19shared: enforce trailing semicolon after NM_UTILS_FLAGS2STR_DEFINE(),NM_UTILS...Thomas Haller1-2/+5
2020-10-13shared: add nm_g_ptr_array_ref() and similar helpersThomas Haller1-0/+49
2020-10-13shared,platform: take pointer to NMEtherAddr in NM_ETHER_ADDR_FORMAT_VAL() macroThomas Haller2-8/+10
2020-10-12all: remove unneessary cases from nm_utils_strv_equal()/nm_utils_strv_cmp_n()Thomas Haller1-1/+1
2020-10-12shared: automatically cast strv argument for nm_utils_strv_equal()/nm_utils_s...Thomas Haller2-9/+7
2020-10-12all/trivial: rename _nm_utils_strv_equal()/_nm_utils_strv_cmp_n() to have no ...Thomas Haller3-19/+19
2020-10-08shared: enforce trailing semicolon after NM_UTILS_STRING_TABLE_LOOKUP_DEFINE()Thomas Haller1-1/+2
2020-10-08all: use _NM_DUMMY_STRUCT_FOR_TRAILING_SEMICOLON define for trailing semicolonThomas Haller1-1/+1
2020-10-08all: add trailing semicolon after NM_UTILS_STRING_TABLE_LOOKUP_DEFINE()Thomas Haller1-2/+3
2020-10-08shared: add NM_HASH_OBFUSCATE_PTR_STR() helper macroThomas Haller1-0/+8
2020-10-08systemd: basic/missing_syscall: fix syscall numbers for mips*Michael Biebl1-2/+26
2020-10-07c-rbtree: reduce alignment constraintsDavid Rheinsberg2-11/+11
2020-10-05systemd: workaround compilation failures against old glibcThomas Haller2-0/+6
2020-10-05systemd: merge branch systemd into masterBeniamino Galvani10-38/+115
2020-10-05systemd: update code from upstream (2020-10-05)Beniamino Galvani10-36/+115
2020-10-02shared: return NULL from nm_malloc_maybe_a() when asking for zero bytesThomas Haller1-21/+26
2020-10-01shared: add nm_ether_addr_to_string() helperThomas Haller1-0/+12
2020-10-01shared: add ether_addr field of type NMEtherAddr to NMIPAddr unionThomas Haller1-1/+4
2020-09-30shared: add typedefs for integers for different endiannessThomas Haller1-0/+17
2020-09-30shared: include "stdint.h" in our base headersThomas Haller1-0/+1
2020-09-30shared: add nm_ether_addr_cmp()/nm_ether_addr_equal() helpersThomas Haller1-0/+16
2020-09-30shared: move NM_CMP*() macros to "nm-std-aux.h"Thomas Haller2-120/+102
2020-09-29all: unify comment style for SPDX-License-Identifier tagThomas Haller62-62/+62
2020-09-29format: manually replace remaining tabs with spaces and reformatThomas Haller4-81/+81
2020-09-28all/systemd: reformat ./{shared,src}/systemd/ with new clang-format styleThomas Haller4-192/+220
2020-09-28format: replace tabs for indentation in code commentsThomas Haller37-744/+744
2020-09-28all: reformat all with new clang-format styleAntonio Cardace59-15950/+16469
2020-09-25shared: add nm_utils_uid_to_name()/nm_utils_name_to_uid() helpersThomas Haller2-0/+82
2020-09-24systemd: merge branch systemd into masterThomas Haller39-768/+1288
2020-09-24shared,libnm: avoid mixing signed and unsigned integers in netmask_to_prefix(...Thomas Haller1-1/+1
2020-09-24systemd: update code from upstream (2020-09-24)Thomas Haller38-764/+1282
2020-09-24tests: use in_addr_t type for IPv4 addresses in test helpersThomas Haller1-2/+2
2020-09-24tests: mark static variables in test helpers as thread localThomas Haller1-4/+4
2020-09-24shared: add NM_PRINT_FMT_QUOTED2() helper macroThomas Haller1-0/+3
2020-09-23shared: move nm_utils_hwaddr_ntoa_buf() to shared/ as _nm_utils_hwaddr_ntoa()Thomas Haller1-0/+12
2020-09-23shared: move _nm_utils_hwaddr_aton() to shared/Thomas Haller1-0/+30