summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* config: use flags argument in config-changed signal instead of a hash tablelr/nm-1-0-rh1066697_reload_configThomas Haller2015-05-055-42/+66
* config: make NMConfig implement GInitableThomas Haller2015-05-051-17/+36
* config: move no-auto-default to NMConfigDataThomas Haller2015-05-057-46/+137
* config: refactor merging no_auto_defaultThomas Haller2015-05-051-16/+13
* config: move keyfile values to NMConfigDataThomas Haller2015-05-057-79/+121
* config: add new function nm_config_data_diff()Thomas Haller2015-05-053-20/+34
* config: move main_file and description to NMConfigDataThomas Haller2015-05-059-37/+104
* config: refactor reloading not to create a second NMConfig instanceThomas Haller2015-05-053-37/+52
* config: minor refactoring to highlight mutable property no_auto_default of NM...Thomas Haller2015-05-051-3/+9
* config: refactor read_entire_config() to merge command line optionsThomas Haller2015-05-051-27/+34
* config: refactor to inject NMConfigCmdLineOptions to NMConfig constructorThomas Haller2015-05-052-7/+42
* config: refactor nm_config_new() by extracting function read_entire_config()Thomas Haller2015-05-052-20/+72
* config: refactor nm_config_new() by extracting function _get_config_dir_files()Thomas Haller2015-05-051-38/+54
* config/trivial: rename variables for configuration fileThomas Haller2015-05-057-29/+29
* config: refactor read_config() to make it independent from NMConfigThomas Haller2015-05-051-23/+30
* config: implement reloading of connectivity parametersThomas Haller2015-05-053-2/+32
* connectivity: make NMConnectivity independent of NMConfigThomas Haller2015-05-053-13/+18
* config: add support for reloading of configurationThomas Haller2015-05-053-1/+85
* config: add handler for SIGHUP and a reload-configuration stubThomas Haller2015-05-054-1/+18
* config: use NMConfigData in NMConfigThomas Haller2015-05-054-44/+50
* config: add new NMConfigData classThomas Haller2015-05-054-0/+251
* config: add nm_config_setup() to initialize config singletonThomas Haller2015-05-057-121/+203
* config/trivial: fix returning FALSE instead of NULL in nm_config_new()Thomas Haller2015-05-051-1/+1
* config: forward declare NMConfig in nm-types.hThomas Haller2015-05-052-2/+3
* connectivity: add logging macros to nm-connectivity.cThomas Haller2015-05-051-18/+33
* connectivity: refactor handling parameters of NMConnectivityThomas Haller2015-05-051-78/+128
* connectivity: refactor converting connectivity states to stringThomas Haller2015-05-053-8/+8
* connectivity: add missing G_PARAM_CONSTRUCT for NM_CONNECTIVITY_URI propertyThomas Haller2015-05-051-0/+1
* connectivity/trivial: fix white space and line-break in nm-connectivity.cThomas Haller2015-05-051-20/+22
* connectivity: make NMConnectivity:dispose() reentrantThomas Haller2015-05-051-2/+2
* connectivity: add code comment to nm_connectivity_check_cb()Thomas Haller2015-05-051-0/+1
* settings: remove 'do_export' argument from claim_connection()Dan Williams2015-05-051-8/+5
* settings/dbus: harden connection removal and object unexportDan Williams2015-05-052-2/+14
* manager: don't try to delete generated connection if it's already goneLubomir Rintel2015-05-051-1/+2
* nm-settings: add nm_settings_has_connection()Lubomir Rintel2015-05-052-0/+17
* nm-remote-connection: take a reference to self while calling get_settingsLubomir Rintel2015-05-051-1/+4
* bond: allow overriding the MTULubomir Rintel2015-05-051-0/+21
* nm-device: avoid improper IPv6 MTU configurationLubomir Rintel2015-05-051-4/+49
* nm-device: move device MTU setting from IP4Config to NMDeviceLubomir Rintel2015-05-052-5/+10
* nm-device: set ipv6 mtu at config commit time1.0.3-devLubomir Rintel2015-05-051-6/+16
* release: bump version to 1.0.21.0.2Lubomir Rintel2015-05-051-1/+1
* release: add CVE-2015-2924 to the NEWSLubomir Rintel2015-05-051-0/+2
* build: don't drop libnm-util/nm-version.h on cleanLubomir Rintel2015-05-051-2/+1
* build: work around automake-1.15 & intltool complaining about translations in...Lubomir Rintel2015-05-051-0/+2
* platform: fix memleak in build_rtnl_addr() using wrong put() methodThomas Haller2015-05-051-1/+1
* fix typo and do not translate an empty stringYuri Chornoivan2015-05-042-2/+2
* test: fix parsing of command line arguments for setting nmtst_test_quick()Thomas Haller2015-05-041-7/+8
* trivial: update .gitignore for new rdisc testsDan Williams2015-05-011-0/+2
* merge: fix continuous router solicitation loop issue with DNS expiry (rh #120...Dan Williams2015-05-0111-519/+1447
|\
| * rdisc: prevent solicitation loop for expiring DNS information (rh #1207730) (...Dan Williams2015-05-014-2/+112