summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* shared: minor cleanup of nm_utils_get_start_time_for_pid()Thomas Haller2018-05-261-0/+18
* build: qualify plugin dir name with a version stringLubomir Rintel2018-05-142-2/+3
* libnm-core: document dns priorityBeniamino Galvani2018-05-141-16/+26
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-105-11/+11
* meson: distinguish arch specific and arch neutral lib dirLubomir Rintel2018-05-091-1/+1
* all: remove consecutive empty linesBeniamino Galvani2018-04-3035-76/+0
* libnm/doc: explicitly point out privacy issue of setting wifi.hiddenThomas Haller2018-04-261-0/+3
* libnm-core: fix validation of connection.mdns settingBeniamino Galvani2018-04-231-1/+1
* keyfile: don't hack certain properties to be skipped in readerThomas Haller2018-04-191-24/+38
* keyfile: no special handling to set parser_no_check_key for certain settingsThomas Haller2018-04-191-13/+37
* keyfile: drop unused set_default_for_missing_key()Thomas Haller2018-04-191-9/+0
* keyfile: rework handling of checking for whether a key exists in readerThomas Haller2018-04-191-34/+21
* keyfile: various cleanup of error paths in keyfile handlingThomas Haller2018-04-191-57/+41
* keyfile: don't special case skipping connection.read-only property in writerThomas Haller2018-04-191-7/+6
* keyfile: rework handling not skipping default-values in writerThomas Haller2018-04-191-30/+28
* libnm/keyfile: replace dummy writer implementation with flag to skip writingThomas Haller2018-04-191-45/+32
* libnm/keyfile: merge parser/writer vtables for keyfile propertiesThomas Haller2018-04-191-291/+354
* libnm/keyfile: merge keyfile sources (pt2, merge nm-keyfile-writer.c)Thomas Haller2018-04-193-867/+839
* libnm/keyfile: merge keyfile sources (pt1, rename nm-keyfile-reader.c)Thomas Haller2018-04-192-1/+1
* keyfile: drop unused handling of non-existing "address-lables"Thomas Haller2018-04-191-12/+0
* keyfile/trivial: fix indentionThomas Haller2018-04-191-6/+6
* keyfile: avoid cloning the array while parsing DNS entriesThomas Haller2018-04-191-18/+24
* keyfile: merge IPv4 and IPv6 version of DNS parserThomas Haller2018-04-191-43/+8
* keyfile: fix memleak parsing dns valuesThomas Haller2018-04-191-6/+4
* keyfile: optimize parsing of addresses/routes in keyfile readerThomas Haller2018-04-192-34/+169
* keyfile: minor cleanup parsing IP addresses/routesThomas Haller2018-04-191-20/+10
* keyfile: fix freeing connection in error path of nm_keyfile_read()Thomas Haller2018-04-191-1/+1
* keyfile/tests: add test reading VPN profileThomas Haller2018-04-191-0/+28
* libnm-core: fix documentation for dad-timeout propertyBeniamino Galvani2018-04-182-2/+4
* ifcfg-rh: persist ipv4.dad-timeout without roundingBeniamino Galvani2018-04-181-4/+5
* all: replace "it's" with "its" where neededBeniamino Galvani2018-04-182-5/+5
* libnm-core: improve documentation for autoconnect and autoconnect-slaves prop...Thomas Haller2018-04-181-1/+7
* settings: add NMSettingsConnectionFlags flagsThomas Haller2018-04-161-0/+16
* all: add D-Bus property "Flags" for Settings.Connection interfaceThomas Haller2018-04-161-0/+12
* shared: use value infos in _nm_utils_enum_to_str_fullBeniamino Galvani2018-04-131-1/+1
* libnm: optimize nm_simple_connection_new_clone() to not needlessly set the pathThomas Haller2018-04-131-1/+6
* build: meson: add prefix to test namesBeniamino Galvani2018-04-121-1/+1
* build: meson: use run-nm-test.sh to run testsBeniamino Galvani2018-04-121-2/+5
* docs: fix typo in nm-settings-ifcfg-rh:dhcp-client-id docFrancesco Giudici2018-04-061-1/+1
* checkpoint: generate GIR information for NMCheckpointCreateFlagsThomas Haller2018-04-041-2/+2
* checkpoint: allow overlapping checkpointsThomas Haller2018-04-041-0/+13
* all: use nm_utils_hash_keys_to_array()Thomas Haller2018-03-273-20/+9
* libnm-core: trivial: fix indentationFrancesco Giudici2018-03-261-7/+7
* libnm: don't use deprecated tags for GOobject introspectionThomas Haller2018-03-263-4/+4
|\
| * libnm: don't use deprecated tags for GOobject introspectionJiří Klimeš2018-03-263-12/+4
* | gobject-introspection: made several fixes to the annotationsCorentin Noël2018-03-2612-60/+29
|/
* core/platform: add support for TUN/TAP netlink support and various cleanupThomas Haller2018-03-201-2/+2
* secret-agent: don't use generated NMDBusSecretAgent proxyThomas Haller2018-03-121-4/+6
* man: drop duplicate text from dhcp-client-id descriptionFrancesco Giudici2018-03-061-3/+1
* libnm/keyfile: refactor cert_parser() by merge helper functionsThomas Haller2018-03-031-158/+118