summaryrefslogtreecommitdiff
path: root/src/NetworkManagerUtils.h
Commit message (Expand)AuthorAgeFilesLines
...
* core: add nm_utils_monotonic_timestamp_as_boottime() functionThomas Haller2015-04-291-0/+1
* util: add nm_utils_array_remove_at_indexes() functionThomas Haller2015-04-081-0/+2
* core: port the daemon side of the dispatcher to gdbusDan Winship2015-04-031-27/+0
* dns: ensure that update_dns() always returns a GError on failureDan Williams2015-03-271-1/+1
* core: use dev_id when calculating the interface IPv6 IID (rh #1101809)Dan Williams2015-03-271-0/+1
* libnm: move _nm_utils_uuid_generate_from_strings() from src/ to libnm-core/Thomas Haller2015-03-121-4/+0
* trivial: rename nm_utils_uuid_generate_from_strings() to _nm_utils_uuid_gener...Thomas Haller2015-03-121-1/+1
* libnm: move _nm_utils_ascii_str_to_int64() from src/ to libnm-core/Thomas Haller2015-03-121-2/+0
* trivial: rename nm_utils_ascii_str_to_int64() to _nm_utils_ascii_str_to_int64()Thomas Haller2015-03-121-1/+1
* vpn: convert NMVpnConnection <-> VPN service communication to GDBus (bgo #745...Dan Williams2015-03-031-3/+0
* core: add nm_match_spec_split() functionThomas Haller2015-02-241-0/+1
* core: support "except:" spec to negate matchThomas Haller2015-02-241-3/+9
* core: remove nm_match_spec_string()Thomas Haller2015-02-241-1/+0
* core: Add NMUtilsIPv6IfaceId to nm-types.hLubomir Rintel2015-01-261-2/+2
* utils: add nm_utils_modprobe()Thomas Haller2015-01-191-0/+2
* core: add nm_utils_setpgid(), and use itDan Winship2015-01-191-0/+2
* all: move STRLEN() macro to global header nm-utils-internal.hThomas Haller2014-12-181-3/+0
* core: add nm_utils_uuid_generate_from_strings()Thomas Haller2014-12-041-0/+4
* core: rename NM_PLATFORM_ROUTE_METRIC_DEFAULT to NM_PLATFORM_ROUTE_METRIC_DEF...Thomas Haller2014-12-011-2/+2
* core: add nm_utils_ip4_property_path()Dan Williams2014-11-071-0/+1
* core: move definition of NMLinkType to nm-types.hThomas Haller2014-11-071-1/+2
* core/trivial: remove semicolon from macroThomas Haller2014-11-071-1/+1
* core: add nm_ipX_config_get_direct_route_for_host() functionsThomas Haller2014-10-311-1/+1
* core: add nm_utils_ip6_route_metric_normalize() functionThomas Haller2014-10-311-0/+15
* core: add nm_utils_log_connection_diffThomas Haller2014-10-121-0/+2
* core: prefer connections with higher priority for autoconnectThomas Haller2014-10-121-0/+2
* core: add nm_utils_kill_process_sync() functionThomas Haller2014-10-101-0/+4
* core: add nm_utils_get_start_time_for_pid() functionThomas Haller2014-10-101-0/+2
* core: add macros NM_FLAGS_HAS(), NM_FLAGS_ANY() and NM_FLAGS_ALL()Thomas Haller2014-09-241-0/+9
* libnm: port to GDBusDan Winship2014-09-181-0/+6
* core: consolidate helper progam searching (bgo #734131)Dan Williams2014-09-111-0/+4
* utils: use gssize (signed) 'len' parameter in nm_ethernet_address_is_valid()Jiří Klimeš2014-09-051-3/+3
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-041-1/+1
* core: abstract out the duplicated default-ifname-generating codeDan Winship2014-09-041-2/+3
* core: refactor nm_utils_complete_generic() not to use a dynamic format stringThomas Haller2014-08-251-1/+1
* all: fix up multiple-include-guard definesDan Winship2014-08-161-3/+3
* libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-071-1/+0
* all: remove use of struct ether_addr / ether_aton()Dan Winship2014-08-071-1/+1
* core: use Interface Identifiers for IPv6 SLAAC addressesDan Williams2014-07-231-0/+32
* core: fill in nm-types.h, clean out other headersDan Winship2014-07-231-5/+0
* utils: add nm_utils_is_specific_hostname()Jiří Klimeš2014-07-141-1/+3
* core: add nm_utils_kill_child_async() and nm_utils_kill_child_sync() functionThomas Haller2014-07-101-0/+8
* core: remove nm_utils_normalize_connection functionThomas Haller2014-06-301-2/+0
* core: add utility function str_if_set()Thomas Haller2014-06-241-0/+16
* core: add nm_utils_get_monotonic_timestamp_ns() functionThomas Haller2014-06-061-0/+1
* core: add ASSERT_VALID_PATH_COMPONENT functionThomas Haller2014-04-101-0/+1
* core: add macro STRLENThomas Haller2014-04-031-0/+3
* core: move NMDevice's ip6_property_path() to NetworkManagerUtilsDan Winship2014-03-041-0/+2
* core: match IPv4 'disabled' method to 'auto' when device has no linkDan Williams2014-03-041-0/+1
* core: add function nm_utils_ip6_address_clear_host_address()Thomas Haller2014-02-141-0/+3