Files
NetworkManager/shared
Thomas Haller b424f75479 config: simplify no-auto-default list handling and sort entries
- don't let no_auto_default_from_file() do any preprocessing of
  the lines that it reads. It merely splits the lines at '\n'
  and utf8safe-unescapes them.
  This was previously duplicated also by NMConfigData's property
  setter. We don't need to do it twice.

- sort the lines. This makes the entire handling O(n*ln(n)) instead
  of O(n^2). Also, sorting effectively normalizes the content, and
  it's desirable to have one true representation of what we write.
2019-07-25 10:52:47 +02:00
..
2019-04-14 17:22:04 +02:00
2019-04-14 17:23:01 +02:00
2019-04-14 17:23:25 +02:00
2019-04-14 17:23:50 +02:00