summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
...
* keyfile: cleanup mac_address_parser()Thomas Haller2020-04-151-52/+29
* release: bump version to 1.25.0 (development)1.25.0-devBeniamino Galvani2020-04-101-0/+1
* shared/trivial: fix typo in code comment and rewordThomas Haller2020-04-101-2/+2
* cli/polkit: make parsing polkit-agent-helper-1 protocol more conformingThomas Haller2020-04-102-16/+32
* shared: fix returning EAGAIN from nm_utils_fd_read()Thomas Haller2020-04-101-8/+6
* shared/strbuf: fix signedness of integer comparison in nm_str_buf_append_prin...Thomas Haller2020-04-101-1/+1
* shared/strbuf: rename private, mutable fields in NMStrBuf structureThomas Haller2020-04-102-63/+69
* shared/strbuf: add nm_str_buf_is_initalized() helperThomas Haller2020-04-101-0/+11
* shared/strbuf: add nm_str_buf_erase() helperThomas Haller2020-04-102-0/+73
* shared/strbuf: add nm_str_buf_get_str_unsafe() helper function to give direct...Thomas Haller2020-04-101-0/+7
* shared/strbuf: add nm_str_buf_set_size() helper functionThomas Haller2020-04-101-0/+49
* shared/strbuf: add nm_str_buf_ensure_trailing_c() helper functionThomas Haller2020-04-101-0/+10
* shared/strbuf: expose read only value for "allocated" buffer sizeThomas Haller2020-04-101-1/+4
* shared/strbuf: don't have const values in NMStrBufThomas Haller2020-04-101-1/+1
* shared/strbuf: allow forward declaring "struct _NMStrBuf"Thomas Haller2020-04-101-1/+1
* shared/strbuf: only clear the bytes that we actually wrote toThomas Haller2020-04-101-1/+1
* shared: add NM_UTILS_GET_NEXT_REALLOC_SIZE_1000 defineThomas Haller2020-04-102-0/+25
* shared/tests: avoid undefined behavior in test_nm_utils_get_next_realloc_size...Thomas Haller2020-04-101-1/+1
* shared: fix static assert in NM_MORE_ASSERT_ONCE()Thomas Haller2020-04-101-1/+1
* shared: fix crash in _NM_UTILS_STRING_TABLE_LOOKUP_DEFINE()Thomas Haller2020-04-101-8/+8
* systemd: merge branch systemd into masterThomas Haller2020-04-0813-55/+203
|\
| * systemd: update code from upstream (2020-04-08)Thomas Haller2020-04-0812-55/+196
* | nm-setting-bridge: add 'group-address' bridge optionAntonio Cardace2020-04-061-0/+4
* | shared: add nm_utils_escaped_tokens_options_*() APIThomas Haller2020-04-042-0/+126
* | shared: add flags for nm_utils_escaped_tokens_escape_full()Thomas Haller2020-04-042-27/+163
* | shared: refactor initializing character lookup tables for strsplitThomas Haller2020-04-041-8/+21
* | shared/trivial: improve code comments about NMUtilsStrsplitSetFlags flagsThomas Haller2020-04-042-13/+21
* | shared: add nm_str_is_stripped() utilThomas Haller2020-04-041-0/+11
* | shared/tests: add nmtst_get_rand_word_length()Thomas Haller2020-04-041-0/+63
* | shared: add nm_g_hash_table_*() utils for accepting %NULL hash argumentThomas Haller2020-04-041-0/+20
* | libnmm,shared: extract and move nm_utils_strdict_to_variant_ass() to sharedThomas Haller2020-04-042-0/+58
* | shared: use NMStrBuf in _nm_utils_enum_to_str_full()th/strbuf-v2Thomas Haller2020-04-031-10/+13
* | shared: pre-allocate GString with 16 bytes for _nm_utils_enum_to_str_full()Thomas Haller2020-04-031-1/+1
* | shared: use NMStrBuf for implementing nm_utils_str_utf8safe_unescape()Thomas Haller2020-04-031-9/+8
* | shared: use nm_utils_buf_utf8safe_unescape() for nm_utils_str_utf8safe_unesca...Thomas Haller2020-04-031-6/+10
* | shared: add NM_UTILS_STR_UTF8_SAFE_FLAG_SECRET flagThomas Haller2020-04-032-13/+18
* | shared: add NMStrBuf utilThomas Haller2020-04-032-0/+275
* | shared: add nm_utils_get_next_realloc_size() helperThomas Haller2020-04-033-0/+222
* | shared: use nm_secret_mem_try_realloc_take() in nm_utils_fd_get_contents()Thomas Haller2020-04-031-29/+3
* | shared: add nm_secret_mem_realloc() helpersThomas Haller2020-04-031-0/+121
* | shared: use G_UNLIKELY() macro for unlikely branch in nm_explicit_bzero()Thomas Haller2020-04-031-1/+1
* | shared/tests: add nmtst_get_rand_size()Thomas Haller2020-04-031-0/+10
* | shared: cleanup _get_hash_key_init() and better explain the reasoningThomas Haller2020-04-032-44/+49
* | shared: add nm_pgbytes_hash()/nm_pgbytes_equal()Thomas Haller2020-04-032-0/+27
* | shared: add nm_hash_mem() helperThomas Haller2020-04-031-0/+12
* | shared: accept empty buffer for nm_hash_update()Thomas Haller2020-04-031-2/+1
* | all: use wrappers for g_ascii_strtoll(), g_ascii_strtoull(), g_ascii_strtod()th/strtoll-workaroundThomas Haller2020-04-011-21/+5
* | shared: add nm_g_ascii_strtoull() to workaround bugThomas Haller2020-04-012-0/+53
* | shared: add nm_g_ascii_strtod() to workaround bugThomas Haller2020-04-012-0/+40
* | shared: add nm_g_ascii_strtoll() to workaround bugThomas Haller2020-04-012-0/+70