summaryrefslogtreecommitdiff
path: root/src/NetworkManagerUtils.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: add nm_utils_enum2str()Thomas Haller2016-01-181-0/+31
* utils: add NM_UTILS_STRING_LOOKUP_TABLE() macroThomas Haller2015-12-071-0/+36
* utils: minor refactoring of NM_UTILS_FLAGS2STR_DEFINE() macroThomas Haller2015-12-071-4/+9
* utils: add NM_UTILS_FLAGS2STR_DEFINE() macroThomas Haller2015-12-041-0/+15
* utils: add @filter_func argument to nm_utils_g_value_set_object_path_array()Dan Williams2015-12-041-1/+14
* core: fix builds with older gcc (like 4.4.x)Dan Williams2015-11-101-1/+1
* core: add support for RFC7217 stable privacy addressingLubomir Rintel2015-11-021-0/+6
* utils: add flags2str utility functionsThomas Haller2015-11-021-0/+17
* core: add nm_utils_to_string_buffer global bufferThomas Haller2015-11-021-0/+5
* config: allow to enable/disable configuration snippetsThomas Haller2015-10-051-0/+1
* core: add nm_utils_ascii_str_to_bool()Thomas Haller2015-10-051-0/+5
* core: add NM_UTILS_ERRORThomas Haller2015-09-251-0/+25
* core/utils: add NM_UTILS_KEEP_ALIVE() utilityThomas Haller2015-08-131-0/+11
* utils: add nm_utils_is_valid_path_component()Thomas Haller2015-08-111-0/+1
* core: final gdbus portingDan Winship2015-08-101-3/+0
* core: port IP/DHCP config to gdbusDan Winship2015-08-101-0/+1
* utils: use (void) for empty argumentsColin Walters2015-08-051-1/+1
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* core: order destruction of singleton instancesThomas Haller2015-08-051-17/+7
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-241-0/+3
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* core: move NM_DEFINE_SINGLETON macros to src/NetworkManagerUtils.hThomas Haller2015-07-241-0/+60
* Revert "core: move NM_DEFINE_SINGLETON macros to src/NetworkManagerUtils.h"Thomas Haller2015-07-241-60/+0
* core: move NM_DEFINE_SINGLETON macros to src/NetworkManagerUtils.hThomas Haller2015-07-241-0/+60
* core: add nm_match_spec_join() functionThomas Haller2015-07-021-0/+1
* core: return parent pid from nm_utils_get_start_time_for_pid()Thomas Haller2015-06-301-1/+1
* core: add @max_wait_msec argument to nm_utils_kill_process_sync()Thomas Haller2015-06-301-1/+1
* core: fix nm_utils_kill_process_sync() not to hang for a zombie processThomas Haller2015-06-301-1/+1
* core: add option to suppress error logging if nm_utils_modprobe() failsThomas Haller2015-06-051-1/+1
* device: add device-spec "type:"Thomas Haller2015-06-051-0/+1
* utils: move NM_FLAGS_*() macros to header file "include/nm-utils-internal.h"Thomas Haller2015-05-291-9/+0
* keyfile: readd owner check of files (bgo #701112)Thomas Haller2015-05-191-0/+3
* core/tests: add nm_utils_get_testing() functionThomas Haller2015-05-191-0/+17