summaryrefslogtreecommitdiff
path: root/src/NetworkManagerUtils.h
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-041-254/+0
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* core: add nm_utils_share_rules_add_all_rules() for constructing iptables rulesThomas Haller2020-10-271-0/+5
* core: add NMUtilsShareRules API for handling IP tables rulesThomas Haller2020-10-271-0/+22
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-8/+8
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-104/+108
* core: add NMDhcpLease typedef and simple accessor functionsThomas Haller2020-09-111-0/+61
* core: merge IPv4/IPv6 implementations of nm_utils_ip_{addresses,routes}_to_db...Thomas Haller2020-08-051-18/+11
* core: extract helper functions for creating address/route variant for D-BusThomas Haller2020-08-051-1/+21
* core: move _nm_ip_config_merge_route_attributes() to "NetworkManagerUtils.c"Thomas Haller2020-07-231-0/+5
* move tc parsing out of nm-device.cBeniamino Galvani2020-06-081-0/+7
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-2/+2
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* core: extend nm_shutdown_wait_obj_*() to support waiting with explicit unregi...Thomas Haller2019-09-261-0/+13
* core: extend nm_shutdown_wait_obj_*() to support notification via a GCancellableThomas Haller2019-09-221-2/+32
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* core: add flag to nm_shutdown_wait_obj_register_full() for freeing allcated m...Thomas Haller2019-06-261-3/+4
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* utils: add ifname argument to nm_utils_complete_generic()Lubomir Rintel2019-05-281-0/+1
* pacrunner: refactor pacrunner to use GDBusConnectionThomas Haller2019-05-131-1/+1
* core: add handling of IP routing rules to NMDeviceThomas Haller2019-03-271-0/+8
* core: use addr-family argument for nm_utils_get_ip_config_method()Thomas Haller2018-12-131-0/+3
* device: add "dhcp-plugin" match spec for deviceThomas Haller2018-11-011-0/+1
* core: add nm_utils_file_is_in_path() for checking pathsThomas Haller2018-10-231-0/+6
* docs: misc. typos pt2luz.paz2018-09-171-1/+1
* core: add and use NM_SHUTDOWN_TIMEOUT_MS as duration that we plan for shutdownThomas Haller2018-05-251-0/+19
* core: add nm_shutdown_register_watchdog() for marking object to wait for shut...Thomas Haller2018-05-251-0/+12
* Revert "core: merge branch 'bg/restart-assume-rh1551958'"Thomas Haller2018-04-041-0/+1
* core: remove @indicated argument of nm_utils_match_connection()Beniamino Galvani2018-04-041-1/+0
* core: avoid clone of all-connections list for nm_utils_complete_generic()Thomas Haller2018-03-201-1/+1
* core: cleanup of nm_utils_complete_generic()Thomas Haller2018-03-201-1/+1
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-16/+0
* core: extend nm_match_spec_device_by_pllink() with the device-typeThomas Haller2017-12-271-0/+1
* core: add nm_match_spec_device_by_pllink()Thomas Haller2017-12-271-0/+4
* device: add "indicated" argument to nm_utils_match_connection()Thomas Haller2017-11-301-0/+1
* manager: simplify searching assumed connectionThomas Haller2017-03-161-1/+1
* utils: inject platform into nm_utils_complete_generic()Thomas Haller2016-03-151-1/+2
* core: split "nm-core-utils.h" out of "NetworkManagerUtils.h"Thomas Haller2016-03-011-386/+4
* utils: add nm_utils_strbuf_init() macroThomas Haller2016-02-291-0/+13
* utils: add nm_utils_parse_debug_string() to replace g_parse_debug_string()Thomas Haller2016-02-211-0/+3
* utils: fix NM_UTILS_ENUM2STR_DEFINE() which always returned the last elementThomas Haller2016-02-171-1/+1
* core: fix matching of default metric value for static routesBeniamino Galvani2016-02-111-0/+2
* utils: reimplement NM_UTILS_ENUM2STR_DEFINE() without helper functionThomas Haller2016-02-011-23/+22
* utils: pass entire return statement to NM_UTILS_LOOKUP_DEFINE()Thomas Haller2016-02-011-1/+3
* utils: change _NM_UTILS_LOOKUP_DEFINE() to generate compiler warning about mi...Thomas Haller2016-02-011-3/+3
* core/trivial: rename NM_UTILS_STRING_LOOKUP_TABLE* to NM_UTILS_LOOKUP*Thomas Haller2016-01-241-9/+9
* utils: implement NM_UTILS_STRING_LOOKUP_TABLE_DEFINE() as switch() statementThomas Haller2016-01-241-6/+7
* utils: add NM_UTILS_STRING_LOOKUP_TABLE_ITEM() macroThomas Haller2016-01-241-0/+3
* utils: fix out-of-bound access for negative indexes in _NM_UTILS_STRING_LOOKU...Thomas Haller2016-01-241-1/+1