summaryrefslogtreecommitdiff
path: root/src/nm-core-utils.h
Commit message (Expand)AuthorAgeFilesLines
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-1/+1
* core: add nm_utils_strdict_to_variant() helperThomas Haller2018-04-231-0/+2
* shared: move nm_utils_get_start_time_for_pid() to shared/nm-utilsThomas Haller2018-04-161-2/+0
* core: explicitly pass D-Bus path to nm_utils_log_connection_diff()Thomas Haller2018-04-131-1/+6
* core: add nm_utils_get_monotonic_timestamp_ns_cached() helperThomas Haller2018-04-101-0/+7
* dhcp: remove unused nm_utils_resolve_conf_parse() functionThomas Haller2018-03-201-5/+0
* core: return remaining lifetime from nm_utils_lifetime_get()Thomas Haller2018-02-091-6/+5
* dns: introduce routing domainsBeniamino Galvani2018-01-121-0/+2
* all: include "nm-utils/nm-hash-utils.h" by defaultThomas Haller2017-11-161-2/+0
* core: add nm_utils_sysctl_ip_conf_is_path() utilThomas Haller2017-10-241-0/+2
* core: merge IPv4 and IPv6 implementation of nm_utils_ip4_property_path()Thomas Haller2017-10-241-3/+2
* core: don't use static buffer for nm_utils_ip4_property_path()Thomas Haller2017-10-241-2/+5
* core: add option to pass ownership of file descriptor to nm_utils_fd_get_cont...Thomas Haller2017-10-191-0/+1
* all: add helper functions for nm_hash_update*()Thomas Haller2017-10-181-5/+4
* all: refactor hashing by introducing NMHashStateThomas Haller2017-10-181-9/+8
* shared: split random and hash utilsThomas Haller2017-10-171-0/+2
* core: add nm_utils_random_bytes() and use getrandom()Thomas Haller2017-10-131-2/+0
* shared: move nm_utils_fd_*() from src/ to shared/nm-utils/Thomas Haller2017-10-131-8/+0
* ndisc: rename NMNDiscPreference to NMIcmpv6RouterPrefThomas Haller2017-10-121-0/+13
* core: rework tracking of gateway/default-route in ip-configThomas Haller2017-10-101-0/+9
* all: rework configuring route table support by adding "route-table" settingThomas Haller2017-10-091-2/+0
* core: refactor parsing resolve.confThomas Haller2017-10-091-2/+4
* shared: move utils NM_UTILS_ENUM2STR*, NM_UTILS_FLAGS2STR*, and nm_utils_to_s...Thomas Haller2017-10-051-66/+0
* libnm,core: add TABLE attribute for routes settingsThomas Haller2017-09-261-0/+2
* shared: add NMIPAddr structThomas Haller2017-09-181-19/+0
* core: add nm_utils_ip4_address_same_prefix() functionThomas Haller2017-09-131-10/+18
* core: add nm_utils_connection_has_default_route()Thomas Haller2017-09-081-0/+4
* core: nm_utils_ip_route_metric_normalize() utilThomas Haller2017-09-081-0/+6
* platform: add compare functions for routes with different compare semanticsThomas Haller2017-08-031-6/+20
* core: add nm_utils_ip6_address_same_prefix_cmp() helperThomas Haller2017-07-311-1/+20
* platform: implement hash function for NMPlatformLnk typesThomas Haller2017-07-051-0/+6
* platform: let NMPObject implement NMDedupIndexObjThomas Haller2017-07-051-0/+2
* all: fix typos in documentation, translated strings and commentsYuri Chornoivan2017-05-281-1/+1
* core: make dad_counter argument guint32 typeThomas Haller2017-04-271-2/+2
* core: move NMIPAddr to nm-core-utils.hThomas Haller2017-04-271-0/+19
* shared: move NM_UTILS_LOOKUP() macro shared utilsThomas Haller2017-04-051-44/+0
* core/trivial: rename nm_utils_10pow() to nm_utils_exp10()Thomas Haller2017-03-241-1/+1
* core: add nm_utils_10pow() utilsThomas Haller2017-03-231-0/+2
* device: add spec "driver:" to match devicesThomas Haller2017-03-171-0/+2
* core: add activation-type property to active-connectionThomas Haller2017-03-161-0/+6
* core: split nm_utils_format_con_diff_for_audit()Beniamino Galvani2017-03-061-0/+2
* core: consolidate sorting of connections by autoconnect/timestampThomas Haller2017-02-101-1/+0
* core: add nm_utils_cmp_connection_by_autoconnect_priority_p_with_data() functionThomas Haller2017-02-101-1/+2
* core: kill nm_spawn_process()Lubomir Rintel2017-02-031-2/+0
* core: refactor evaluation of device's match-specThomas Haller2017-01-201-5/+8
* device: support dynamic "connection.stable-id" in form of text-substitutionThomas Haller2017-01-091-1/+10
* core: add assertions for network_id/stable_typeThomas Haller2017-01-091-2/+8
* utils: add nm_utils_get_boot_id() util to read "/proc/sys/kernel/random/boot_id"Thomas Haller2017-01-091-0/+2
* shared: move nm_utils_strbuf_*() helper to shared/nm-utilsThomas Haller2017-01-051-17/+0
* core: add nm_utils_file_get_contents() and nm_utils_fd_get_contents()Thomas Haller2016-12-131-6/+19