summaryrefslogtreecommitdiff
path: root/shared
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-23all/style: remove duplicate semicolon (";;") in sourcesThomas Haller3-3/+3
2020-09-23all: require a semicolon after NM_CACHED_QUARK_FCN()Thomas Haller2-2/+2
2020-09-22shared: extend nm_utils_hexstr2bin_full() to require hexdigits in pairsThomas Haller3-4/+61
2020-09-18shared: add m_g_variant_singleton_u_0()Thomas Haller2-0/+30
2020-09-11shared: add nm_utils_hashtable_{equal,cmp}() helper functionThomas Haller3-18/+371
2020-09-11shared: fix out of bounds for nm_g_array_append_new() macroThomas Haller1-6/+6
2020-09-10shared: extend NM_IN_SET()/NM_IN_STRSET() macros to support up to 30 argumentsThomas Haller1-0/+20
2020-09-03shared: add nm_utils_bin2hexstr_a() macroThomas Haller1-0/+25
2020-09-03shared: add nm_g_timeout_source_new_seconds()Thomas Haller2-0/+23
2020-09-03shared: add nm_g_hash_table_contains() helperThomas Haller1-0/+6