summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * valgrind: disable suppression for libnlThomas Haller2015-05-131-19/+24
| * platform: fix memleak in link_delete()Thomas Haller2015-05-132-17/+1
| * valgrind: add libnl suppressionThomas Haller2015-05-131-2/+17
| * trivial: add comment to valgrind suppression fileThomas Haller2015-05-131-0/+5
| * valgrind: add libnl suppressionThomas Haller2015-05-131-0/+52
| * platform/test: refactor detection of root-testThomas Haller2015-05-133-6/+13
|/
* config: fix memleak of keyfile in finalize() of NMConfigDataThomas Haller2015-05-131-0/+2
* po: update Polish (pl) translation (bgo #749164)Piotr Drąg2015-05-121-696/+704
* build: correct help message about missing readline + termcap librariesDan Williams2015-05-111-1/+1
* trivial: remove a tautological compareLubomir Rintel2015-05-111-1/+1
* device: make sure NMDevice doesn't vanish halfway through applying configurationLubomir Rintel2015-05-111-0/+3
* dns: fix falling back in the resolv.conf methodsJan Alexander Steffens (heftig)2015-05-061-1/+4
* core: merge branch 'th/waitpid-bgo748885'Thomas Haller2015-05-053-23/+27
|\
| * dispatcher: repeat waitpid() call on EINTRThomas Haller2015-05-051-3/+6
| * dns-manager: fail dns config if netconfig exits with non-zero statusThomas Haller2015-05-051-0/+7
| * dns-manager: use nm_utils_kill_child_sync() to wait for netconfig to exitThomas Haller2015-05-051-19/+10
| * utils: preserve errno in nm_utils_kill_child_sync()Thomas Haller2015-05-051-1/+4
|/
* config: fix filename order for config-descriptionThomas Haller2015-05-051-9/+16
* release: bump version to 1.0.3Lubomir Rintel2015-05-051-1/+1
* dns-manager: react to dns management mode changesLubomir Rintel2015-05-051-7/+41
* config: move dns mode configuration to NMConfigDataLubomir Rintel2015-05-055-13/+24
* config,connectivity: merge branch 'lr/nm-1-0-rh1066697_reload_config'Lubomir Rintel2015-05-0520-433/+1370
|\
| * 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