summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* 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
* shared: add nm_utils_escaped_tokens_escape_strbuf*() helpersThomas Haller2020-06-261-0/+28
* shared: add nm_utils_escaped_tokens_escape_unnecessary() utilThomas Haller2020-06-261-15/+24
* shared: add nm_str_buf_append_required_delimiter()Thomas Haller2020-06-261-0/+13
* shared: add nm_str_buf_append_c_hex() helperThomas Haller2020-06-261-0/+10
* shared: add nm_hexchar() helperThomas Haller2020-06-262-0/+14
* shared: add nm_str_buf_append0() and nm_str_buf_append_len0() helperThomas Haller2020-06-261-0/+28
* shared: add NM_UTILS_GET_NEXT_REALLOC_SIZE_32 and _40 macrosThomas Haller2020-06-262-0/+4
* shared: return non-const pointer from nm_str_buf_get_str()Thomas Haller2020-06-261-1/+1
* shared: avoid copying empty string in nm_str_buf_append_printf()Thomas Haller2020-06-251-1/+6
* shared: add nm_utils_strsplit_quoted()Thomas Haller2020-06-232-0/+98
* tests: add nmtst_extract_first_word_all() for testingThomas Haller2020-06-222-0/+44
* shared: add nm_str_buf_append_c_repeated() helperThomas Haller2020-06-221-0/+13
* shared: make NM_STR_BUF_INIT() an inline functionThomas Haller2020-06-221-7/+12
* shared: add nm_strvarray_get_strv_non_empty() helperThomas Haller2020-06-221-0/+12
* shared: fix string truncation in nm_str_buf_append_printf()Thomas Haller2020-06-211-1/+1
* shared: allow empty NMStrBuf buffers with un-allocated memoryThomas Haller2020-06-202-15/+28
* shared: refactor nm_utils_strdict_to_variant_ass() to use nm_utils_named_valu...Thomas Haller2020-06-191-40/+15
* shared,core: rename and move function to nm_utils_strdict_to_variant_asv()Thomas Haller2020-06-192-0/+28
* shared: avoid allocating temporary buffer for nm_utils_named_values_from_strd...Thomas Haller2020-06-192-22/+43
* shared: make NMUtilsNamedValue.value_ptr non constThomas Haller2020-06-191-1/+1
* glib: always re-implement g_steal_pointer()Thomas Haller2020-06-151-3/+9