summaryrefslogtreecommitdiff
path: root/libnm-core/nm-utils.c
Commit message (Expand)AuthorAgeFilesLines
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-3/+3
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-6/+0
* all: replace "it's" with "its" where neededBeniamino Galvani2018-04-181-3/+3
* shared: use value infos in _nm_utils_enum_to_str_fullBeniamino Galvani2018-04-131-1/+1
* gobject-introspection: made several fixes to the annotationsCorentin Noël2018-03-261-5/+6
* all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-181-2/+0
* libnm: only include "nm-jansson.h" from "nm-json.h"Thomas Haller2018-01-161-1/+0
* libnm: rename "libnm-core/nm-jansson.h" to "libnm-core/nm-json.h"Thomas Haller2018-01-161-1/+1
* cli: get team defaults from setting header filesFrancesco Giudici2018-01-151-2/+2
* core: load jansson on demandLubomir Rintel2018-01-081-30/+51
* libnm-core: move detection of UTF-8 capable terminals to clients/Lubomir Rintel2017-12-181-42/+11
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-3/+0
* libnm: avoid deep cloning list of address attribute names for nm_utils_ip_add...Thomas Haller2017-12-181-8/+7
* libnm: sort attribute names in nm_tc_action_get_attribute_names()Thomas Haller2017-12-181-8/+8
* utils: extend binary-search to return the first/last indexThomas Haller2017-12-151-19/+65
* core: avoid leaks parsing team link-watcherThomas Haller2017-12-121-4/+7
* libnm-core: add functionality for dealing with tc-style traffic filter specif...Lubomir Rintel2017-12-111-0/+139
* libnm-core: add functionality for dealing with tc-style action specifiersLubomir Rintel2017-12-111-0/+148
* clients: add tc qdisc supportLubomir Rintel2017-12-111-4/+4
* libnm-core: add functionality for dealing with tc-style qdisc specifiersLubomir Rintel2017-12-111-0/+258
* libnm-core/utils: allow use of bytestring with attributesLubomir Rintel2017-12-111-0/+4
* libnm-core/utils: add some special properties for the attributesLubomir Rintel2017-12-111-17/+32
* libnm-core/utils: allow using the same character for key/value and attribute ...Lubomir Rintel2017-12-111-0/+4
* libnm-core/utils: (trivial) use g_set_error_literal() where appropriateLubomir Rintel2017-12-111-5/+9
* libnm: use nm_utils_named_values_from_str_dict()Thomas Haller2017-12-081-6/+7
* Revert "Makefile: rework team compilation flags"Thomas Haller2017-12-081-2/+2
* Makefile: rework team compilation flagsfg/team_abstraction_tests_and_fixes_rh1398925Francesco Giudici2017-12-081-2/+2
* libnm-core: team: rework defaults management on runner propertiesFrancesco Giudici2017-12-081-28/+188
* libnm-core: json: share code to load defaults in team(-port).configFrancesco Giudici2017-12-081-58/+50
* libnm-core: trivial: just move static json functionsFrancesco Giudici2017-12-081-211/+212
* libnm-core: trivial: move json key deletion code to a separate functionFrancesco Giudici2017-12-081-32/+44
* libnm-core: synchronize team.link_watchers when team.config is set.Francesco Giudici2017-12-081-3/+78
* libnm-core: synchronize team.config when team.link_watchers is set.Francesco Giudici2017-12-081-5/+112
* libnm-core: add backend for GVariant de/serialization of link_watchers.Francesco Giudici2017-12-081-0/+196
* libnm-core: preserve keys order in team.config with old jansson libsFrancesco Giudici2017-12-081-1/+1
* libnm: drop now unused helper function _nm_utils_strsplit_set()Thomas Haller2017-11-291-35/+0
* libnm: be more accepting parsing boolean values in nm_utils_parse_variant_att...Thomas Haller2017-11-241-6/+3
* libnm: stable order in _nm_utils_strdict_to_dbus()Thomas Haller2017-11-211-5/+33
* all: use nm_str_hash() instead of g_str_hash()Thomas Haller2017-11-161-5/+5
* all: include "nm-utils/nm-hash-utils.h" by defaultThomas Haller2017-11-161-1/+0
* build: fix wrong jansson prerequisitesBeniamino Galvani2017-11-141-2/+2
* libnm-core: enforce team and team-port defaultsfg/team_abstraction_rh1398925Francesco Giudici2017-11-091-6/+8
* libnm-core: add functions to align team json config to exposed propertiesFrancesco Giudici2017-11-091-0/+292
* all: use nm-jansson.hThomas Haller2017-11-091-14/+2
* libnm: add internal helper function nm_utils_inet_ntop()Thomas Haller2017-11-091-0/+16
* libnm: avoid unnecessary copies accessing NMIPRoute's attributesThomas Haller2017-10-301-7/+6
* libnm: reject colon in nm_utils_is_valid_iface_name()Thomas Haller2017-10-231-13/+19
* libnm-core: normalize "tx_hash" when comparing team configBeniamino Galvani2017-10-191-0/+11
* all: add helper functions for nm_hash_update*()Thomas Haller2017-10-181-8/+9
* all: refactor hashing by introducing NMHashStateThomas Haller2017-10-181-7/+7