summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: give the platform an opportunity to override default-unmanagedLubomir Rintel2015-05-286-1/+75
* platform: don't wait for udev device initializaton if there's no udevLubomir Rintel2015-05-286-51/+43
* contrib: ensure udev rules from RPM package are appliedLubomir Rintel2015-05-281-0/+6
* Partially revert "dhcp: gracefully recover from failed DHCP BOUND state trans...Dan Williams2015-05-261-2/+2
* libnm-glib: do not access NULL GError variable (rh #1224819)Jiří Klimeš2015-05-261-4/+6
* vpn: don't fail if no system secrets existDan Williams2015-05-201-1/+1
* systemd: fix build with toolchains not exporting CLOCK_BOOTTIMEDan Williams2015-05-191-0/+9
* connectivity: use default on missing connectivity.interval configThomas Haller2015-05-193-4/+13
* config: return internal field directly in nm_config_data_get_connectivity_int...Thomas Haller2015-05-191-1/+1
* config: minor fix in read_entire_config()Thomas Haller2015-05-191-2/+1
* dns: don't override DHCP-supplied search order with domainBeniamino Galvani2015-05-171-24/+30
* core: merge branch 'th/reduce-info-logging-rh1212196'Thomas Haller2015-05-1317-73/+68
|\
| * device/logging: downgrade log level of "Activation: Stage x of 5" messagesThomas Haller2015-05-131-39/+27
| * core/logging: reduce info logging messages for devicesThomas Haller2015-05-132-6/+10
| * device/logging: log connection UUID when activating connectionThomas Haller2015-05-131-2/+3
| * core/logging: adjust log line about loading setting pluginsThomas Haller2015-05-131-1/+1
| * core/logging: downgrade some <info> loggings to <debug>Thomas Haller2015-05-132-2/+2
| * device: expose nm_device_has_capability() functionThomas Haller2015-05-132-9/+11
| * device: use NMDeviceCapabilities enum for device capabilitiesThomas Haller2015-05-1313-14/+14
|/
* merge branch 'backport' into nm-1-0Thomas Haller2015-05-139-54/+133
|\
| * platform/test: include call location in signal assertionsThomas Haller2015-05-132-21/+29
| * platform/test: make asserting signals more flexibleThomas Haller2015-05-134-29/+37
| * test: fix wrong use of memcmp() in nmtst_platform_ip4_routes_equal()Thomas Haller2015-05-131-6/+0
| * platform: fix nm_platform_link_cmp() to consider ifindexThomas Haller2015-05-131-0/+1
| * 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