summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* shared/tests: add unit tests for new flags of nm_utils_strsplit_set_full()th/strsplit-pt3Thomas Haller2019-04-161-4/+60
* shared: remove unused nm_utils_str_simpletokens_extract_next()Thomas Haller2019-04-162-55/+0
* cli: use nm_utils_escaped_tokens_*() for handling policy routesThomas Haller2019-04-161-3/+3
* libnm: use nm_utils_escaped_tokens_*() for parsing NMIPRoutingRuleThomas Haller2019-04-162-30/+14
* cli: add new style for tokenizing/concatenating list options in nmcliThomas Haller2019-04-162-7/+23
* shared: add nm_utils_escaped_tokens_escape()Thomas Haller2019-04-162-0/+107
* shared: add NM_UTILS_STRSPLIT_SET_FLAGS_ESCAPED to nm_utils_strsplit_set_full()Thomas Haller2019-04-162-1/+53
* shared: add NM_UTILS_STRSPLIT_SET_FLAGS_STRSTRIP to nm_utils_strsplit_set_full()Thomas Haller2019-04-162-17/+66
* cli: avoid duplicate delimiters when printing objlist propertyThomas Haller2019-04-161-4/+8
* cli: merge branch 'th/cli-select-connection'Thomas Haller2019-04-166-57/+81
|\
| * cli: tab complete only full D-Bus paths if there is no prefixth/cli-select-connectionThomas Haller2019-04-151-1/+1
| * cli: prefer matching connections by "uuid" instead of "id"Thomas Haller2019-04-151-27/+51
| * cli: drop unnecessary NULL sentinel from nmc_complete_strings()Thomas Haller2019-04-156-30/+30
|/
* po: update Polish (pl) translationPiotr Drąg2019-04-151-1123/+1192
* shared/n-acd: reimportth/shared-tools-reimportThomas Haller2019-04-1433-1156/+770
|\
| * Squashed 'shared/n-acd/' changes from 9eb7bf7173..5470816839Thomas Haller2019-04-1433-1153/+770
* | shared/c-siphash: reimportThomas Haller2019-04-1414-782/+103
|\ \
| * | Squashed 'shared/c-siphash/' changes from 211cfc5abc..7c42c59258Thomas Haller2019-04-1414-782/+103
* | | shared/c-rbtree: reimportThomas Haller2019-04-1420-940/+251
|\ \ \
| * | | Squashed 'shared/c-rbtree/' changes from bf627e0c32..b46392d25dThomas Haller2019-04-1420-939/+251
* | | | shared/c-list: reimportThomas Haller2019-04-1410-758/+61
|\ \ \ \
| * | | | Squashed 'shared/c-list/' changes from dda36d30c7..2e4b605c62Thomas Haller2019-04-1410-758/+61
* | | | | shared: patch c-stdaux.h to not include <stdatomic.h>Thomas Haller2019-04-141-0/+2
* | | | | build: include c-stdaux in c-util and nettools toolsThomas Haller2019-04-142-0/+31
* | | | | shared/c-stdaux: merge initial import of 'shared/c-stdaux'Thomas Haller2019-04-1411-0/+1377
|\ \ \ \ \
| * | | | | Squashed 'shared/c-stdaux/' content from commit 11930d2592Thomas Haller2019-04-1411-0/+1377
| / / / /
* | | | | release: update NEWSThomas Haller2019-04-131-3/+10
* | | | | release: bump version to 1.19.0 (development)1.19.0-devThomas Haller2019-04-134-3/+18
* | | | | release: bump version to 1.17.90 (1.18-rc1)1.18-rc1Thomas Haller2019-04-132-2/+2
* | | | | release: update NEWSThomas Haller2019-04-131-0/+6
* | | | | platform: merge branch 'th/platform-rules-cleanup'Thomas Haller2019-04-134-67/+150
|\ \ \ \ \
| * | | | | platform: support weakly tracked routing rules in NMPRulesManagerThomas Haller2019-04-132-23/+65
| * | | | | platform: add nmp_rules_manager_track_from_platform()Thomas Haller2019-04-132-0/+40
| * | | | | platform: minor fixes in NMPRuleManager (assert and types)Thomas Haller2019-04-132-3/+7
| * | | | | platform/trivial: rename priority in NMPRuleManager to track_priorityThomas Haller2019-04-132-37/+37
| * | | | | platform: drop track_default argument from nmp_rules_manager_new()Thomas Haller2019-04-134-11/+8
|/ / / / /
* | | | | libnm: merge branch 'lr/tc-attrs-part1'Thomas Haller2019-04-135-20/+251
|\ \ \ \ \
| * | | | | core/qdisc: add support for attributesLubomir Rintel2019-04-124-4/+219
| * | | | | core/qdisc: drop useless codeLubomir Rintel2019-04-121-8/+0
| * | | | | nmcli: fix an error message when the tc qdisc kind is missingLubomir Rintel2019-04-122-8/+32
|/ / / / /
* | | | | merge: branch 'bg/sanitizers'Beniamino Galvani2019-04-129-1379/+1402
|\ \ \ \ \
| * | | | | device: fix memory leakbg/sanitizersBeniamino Galvani2019-04-121-1/+1
| * | | | | policy: fix memory leakBeniamino Galvani2019-04-121-1/+1
| * | | | | libnm-core: fix wrong memory access in testsBeniamino Galvani2019-04-121-1/+1
| * | | | | clients: disable asan leak detection in client testsBeniamino Galvani2019-04-125-1374/+1375
| * | | | | build: fix build with sanitizersBeniamino Galvani2019-04-121-2/+24
|/ / / / /
* | | | | all: merge branch 'th/strsplit-pt2'Thomas Haller2019-04-127-217/+188
|\ \ \ \ \
| * | | | | ifcfg-rh: refactor parsing bond optionsThomas Haller2019-04-121-20/+20
| * | | | | ifcfg-rh: refactor parse_full_ip6_address() to use nm_utils_parse_inaddr_pref...Thomas Haller2019-04-122-35/+23
| * | | | | dispatcher/tests: cleanup testsThomas Haller2019-04-122-137/+126