index
:
~lkundrak/NetworkManager
lr/active-connection-state-changed
lr/auth-dialog
lr/completion-4
lr/guide
lr/ifla-flags-detection
lr/initrd
lr/nmcli-colors
lr/ovs-2
lr/ovs-3
lr/ovs-interface-plink
lr/rp-filter
lr/version-dir
lr/wifi-data
master
nm-1-0
nm-1-10
nm-1-14
nm-1-4
nm-1-6
nm-1-8
pan2
LR staging for NetworkManager
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nm-config-data.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-02
config: add write support to atomic-sections
Thomas Haller
1
-4
/
+53
2015-07-02
config: add write support for NMConfig
Thomas Haller
1
-12
/
+169
2015-07-02
config/trivial: add code comment
Thomas Haller
1
-0
/
+7
2015-07-02
config: add NMConfigGetValueFlags argument to nm_config_data_get_value()
Thomas Haller
1
-8
/
+4
2015-07-02
config: strip white space from configuration values
Thomas Haller
1
-3
/
+3
2015-07-02
config: add config utility accessors
Thomas Haller
1
-0
/
+51
2015-07-02
config: fix usage of g_key_file_get_value() vs. g_key_file_get_string()
Thomas Haller
1
-19
/
+22
2015-07-02
config: log configuration at startup and on reload
Thomas Haller
1
-0
/
+89
2015-07-02
config: add defines for keyfile groups to "nm-config.h"
Thomas Haller
1
-10
/
+10
2015-07-02
config: add nm_config_data_get_value_boolean()
Thomas Haller
1
-0
/
+14
2015-07-02
config: get rid of @error argument to nm_config_data_get_value()
Thomas Haller
1
-2
/
+4
2015-07-02
libnm: consider ordering for _nm_keyfile_equals()
Thomas Haller
1
-1
/
+1
2015-07-02
libnm: add keyfile utility functions
Thomas Haller
1
-29
/
+2
2015-07-02
config: fix evaluation of no-auto-default setting
Thomas Haller
1
-24
/
+45
2015-07-02
config: fix order of processing [connection] sections in NMConfig
Thomas Haller
1
-41
/
+46
2015-06-05
config: support a [connection] section to NetworkManager.conf to specify conn...
Thomas Haller
1
-0
/
+122
2015-06-02
device: don't assume by default IPv6LL-only connections
Beniamino Galvani
1
-0
/
+12
2015-05-19
connectivity: use default on missing connectivity.interval config
Thomas Haller
1
-3
/
+9
2015-05-19
config: return internal field directly in nm_config_data_get_connectivity_int...
Thomas Haller
1
-1
/
+1
2015-05-05
config: make ignore-carrier option reloadable
Thomas Haller
1
-0
/
+16
2015-05-04
dns: allow runtime selection of resolv.conf manager
Beniamino Galvani
1
-0
/
+14
2015-02-25
config: move dns mode configuration to NMConfigData
Lubomir Rintel
1
-0
/
+17
2015-02-09
config: fix memleak in NMConfigData keyfile
Thomas Haller
1
-0
/
+2
2015-02-03
config: use flags argument in config-changed signal instead of a hash table
Thomas Haller
1
-14
/
+8
2015-02-03
config: move no-auto-default to NMConfigData
Thomas Haller
1
-0
/
+70
2015-02-03
config: move keyfile values to NMConfigData
Thomas Haller
1
-33
/
+86
2015-02-03
config: add new function nm_config_data_diff()
Thomas Haller
1
-0
/
+30
2015-02-03
config: move main_file and description to NMConfigData
Thomas Haller
1
-1
/
+57
2015-02-03
config: refactor reloading not to create a second NMConfig instance
Thomas Haller
1
-0
/
+22
2015-02-03
config: add new NMConfigData class
Thomas Haller
1
-0
/
+183