summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* shared/tests: add nmtst_stable_rand()Thomas Haller2020-07-241-0/+44
* shared: add nm_strv_ptrarray_clone() helperThomas Haller2020-07-241-0/+10
* shared: add nm_copy_func_g_strdup() helperThomas Haller2020-07-241-0/+8
* shared: add compat function nm_g_ptr_array_copy() for older glibThomas Haller2020-07-242-0/+58
* shared: add nm_assert_unreachable_val() macroThomas Haller2020-07-241-0/+6
* shared: add nm_g_array_append_new() helperThomas Haller2020-07-231-0/+12
* shared: add nm_strv_ptrarray_ensure() and nm_strv_ptrarray_find_first() helpersThomas Haller2020-07-231-0/+27
* shared: add NM_IS_IPv4() macroThomas Haller2020-07-231-0/+9
* shared: move addr-family helpers to "nm-std-aux.h"Thomas Haller2020-07-233-36/+55
* shared: add nm_g_object_ref_set_take() helper macroThomas Haller2020-07-231-0/+20
* shared: add nm_hash_obfuscated_ptr_str() helperThomas Haller2020-07-231-0/+13
* shared: avoid heap allocation for temporary string in nm_utils_parse_inaddr_p...Thomas Haller2020-07-231-3/+6
* shared: don't freeze in nm_gobject_notify_together() unless necessaryThomas Haller2020-07-231-9/+25
* all: add trailing semicolon to NM_UTILS_LOOKUP_DEFINE()/NM_GOBJECT_PROPERTIES...Thomas Haller2020-07-191-1/+2
* all: add trailing semicolon to NM_AUTO_DEFINE_FCN_*() usesThomas Haller2020-07-196-29/+29
* shared: add _NM_DUMMY_STRUCT_FOR_TRAILING_SEMICOLON defineThomas Haller2020-07-191-0/+4
* shared: make nm_utils_strdup_reset() self-assignment safeThomas Haller2020-07-191-1/+4
* shared: move nm_close(), nm_auto_close, nm_steal_fd(), nm_steal_int() to nm-s...Thomas Haller2020-07-122-75/+80
* shared: assert that nm_utils_strsplit_set_full() returns non-empty strv arrayThomas Haller2020-07-101-0/+1
* shared: cleanup dlopening libjansson depending on configure optionsThomas Haller2020-07-091-12/+19
* shared: drop unused code from "shared/nm-glib-aux/nm-jansson.h"Thomas Haller2020-07-091-100/+0
* all: bump libjansson dependency to 2.7Thomas Haller2020-07-091-5/+0
* shared/tests: add test for checking "nm-json-aux.h"Thomas Haller2020-07-092-11/+194
* shared,libnm: rename nm_json_aux_gstr_*() API to nm_json_gstr_*()Thomas Haller2020-07-092-26/+26
* shared: merge nm-glib-aux/nm-json.[hc] into nm-json-aux.[hc]Thomas Haller2020-07-095-405/+387
* libnm,shared: move nm-json.[hc] to shared/nm-glib-auxThomas Haller2020-07-093-0/+399
* libnm-core: don't print value for no-value attributesBeniamino Galvani2020-07-081-4/+6
* libnm-core: pass variant-attribute-spec to format functionBeniamino Galvani2020-07-082-0/+29
* shared: add nm_steal_pointer()/nm_clear_free() to "nm-std-aux.h"Thomas Haller2020-07-071-0/+18
* shared: move NM_AUTO_DEFINE_FCN*(), nm_auto_free and nm_clear_pointer() to "n...Thomas Haller2020-07-072-71/+76
* shared: drop definitions for bool/true/false from "nm-macros-internal.h"Thomas Haller2020-07-071-45/+0
* shared: include <stdbool.h> in "nm-std-aux.h" and fix glib-ismThomas Haller2020-07-071-5/+6
* shared: make NM_BOOLEAN_EXPR() macro composable and use it for _G_BOOLEAN_EXPR()Thomas Haller2020-07-072-26/+20
* shared: move various basic helpers from "nm-macros-internal.h" to "nm-std-aux.h"Thomas Haller2020-07-072-244/+247
* all: fix minor typosYuri Chornoivan2020-07-0731-51/+51
* nettools: reimport nettools' n-dhcp4Thomas Haller2020-07-072-12/+4
* shared: add NM_N_ELEMENTS() macroThomas Haller2020-07-061-0/+2
* shared: move NM_SET_OUT() to "nm-std-aux.h"Thomas Haller2020-07-062-14/+16
* shared: move nm_utils_get_next_realloc_size() to nm-std-auxThomas Haller2020-07-064-95/+100
* shared: add "nm-std-aux/nm-std-utils.[hc]"Thomas Haller2020-07-064-7/+22
* shared: add min/max macros to "nm-std-aux.h"Thomas Haller2020-07-062-62/+65
* shared: add macros for declaration attribute to "nm-std-aux.h"Thomas Haller2020-07-062-47/+46
* shared: add nm_assert() to "nm-std-aux.h"Thomas Haller2020-07-062-25/+65
* shared: add "nm-std-aux/nm-std-aux.h" headerThomas Haller2020-07-062-0/+7
* all: fix typo in man pagesSayed Shah2020-07-033-4/+4
* shared: refactor nm_utils_parse_next_line() and add testsThomas Haller2020-07-032-25/+143
* shared: add nm_str_buf_finalize_to_gbytes() helperThomas Haller2020-07-031-0/+17
* version: add 1.28 macrosBeniamino Galvani2020-06-301-0/+1
* nm-shared-utils: add util to parse out lines from a stringAntonio Cardace2020-06-262-0/+46
* shared: add nm_str_buf_reset() helperThomas Haller2020-06-261-0/+18