summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | release: bump version to 1.4.01.4.0Lubomir Rintel2016-08-241-2/+2
* | dhcp/systemd: honor timeout for DHCPv6Beniamino Galvani2016-08-241-0/+2
* | cli: only connect handlers for property changes in interactive editLubomir Rintel2016-08-242-3/+8
* | cli: default to method=manual when adding an addressLubomir Rintel2016-08-241-2/+43
* | team: merge branch 'th/team-invalid-config-rh1366300'Thomas Haller2016-08-244-12/+66
|\ \
| * | libnm-core/team: normalize invalid config to NULLThomas Haller2016-08-243-6/+23
| * | libnm-core/team: treat "" team config as no configLubomir Rintel2016-08-243-11/+48
| * | device/team: fix assuming non-NULL team-config in NMDeviceTeam::act_stage1_pr...Thomas Haller2016-08-241-1/+1
|/ /
* | NEWS: updateThomas Haller2016-08-231-2/+2
* | NEWS: fix spellingThomas Haller2016-08-231-1/+1
* | tests: try to resolve the .so file symbolsLubomir Rintel2016-08-239-0/+18
* | core: use #define for "rfkill-changed" signal nameThomas Haller2016-08-233-3/+5
* | core: check valid uid for D-Bus load_connection(s)/set_logging callsBeniamino Galvani2016-08-234-9/+61
* | core: merge branch 'th/vpn-ifindex-fix-rh1368354'Thomas Haller2016-08-234-90/+108
|\ \
| * | vpn: ignore unexpected default-route for nm_vpn_connection_ip6_config_get()Thomas Haller2016-08-231-1/+1
| * | vpn: fix nm_vpn_connection_ip6_config_get() for VPNs without own interfaceThomas Haller2016-08-231-2/+12
| * | vpn: refactor property implementation in NMVpnConnectionThomas Haller2016-08-231-46/+41
| * | vpn: embed private data in NMVpnConnection structureThomas Haller2016-08-232-45/+58
| * | core: downgrade assertion in nm-ip[46]-config.c to g_criticalThomas Haller2016-08-232-4/+4
|/ /
* | device: silence logging about "link disconnected"Thomas Haller2016-08-231-4/+1
* | device: fix queued activation failure due to link disconnectedThomas Haller2016-08-231-1/+2
* | platform: disable debug logging for NMPObject ref-coutingThomas Haller2016-08-221-3/+7
* | core: use define for signal name in nm_active_connection_set_device()Thomas Haller2016-08-221-1/+1
* | device: emit NM_DEVICE_STATE_CHANGED signal by idThomas Haller2016-08-221-1/+1
* | cli: return sane error message for D-Bus policy permission errorsBeniamino Galvani2016-08-204-3/+21
* | core: drop root requirement for load_connection(s)/set_logging D-Bus callsBeniamino Galvani2016-08-202-25/+0
* | ifcfg-rh: ensure master is cleared when updating a connectionBeniamino Galvani2016-08-192-6/+84
* | device: don't flush addresses when unmanaging assumed devicesBeniamino Galvani2016-08-191-13/+16
* | vpn: fix out-of-range access reading route.plen in nm_vpn_connection_ip4_conf...Thomas Haller2016-08-191-2/+4
* | logging: remove unused formatting optionsThomas Haller2016-08-191-98/+11
* | policy: always try to update kernel hostnameBeniamino Galvani2016-08-191-23/+20
* | platform/tests: relax condition for testThomas Haller2016-08-181-1/+1
* | contrib/rpm: fix wrong argument to configure scriptThomas Haller2016-08-181-1/+1
* | contrib/rpm: update spec file to make it more similar to RHEL's versionThomas Haller2016-08-181-1/+7
* | core: don't suppress routes inside the subnet of the interfaceThomas Haller2016-08-172-16/+0
* | po: update Polish (pl) translation (bgo #769463)Piotr Drąg2016-08-171-56/+75
* | all: cleanup includes in header filesThomas Haller2016-08-17163-558/+32
* | release: bump version to 1.3.91 (1.4-rc1)1.4-rc1Lubomir Rintel2016-08-171-1/+1
|/
* release: update NEWS with recently merged featuresLubomir Rintel2016-08-171-0/+3
* all: merge branch 'th/device-statistics'Thomas Haller2016-08-1721-14/+304
|\
| * device: always expose device statistics informationThomas Haller2016-08-172-32/+31
| * device: drop nm-device-statistics.c and refactor tracking device statisticsThomas Haller2016-08-175-187/+107
| * platform: print rx/tx counters in nm_platform_link_to_string()Thomas Haller2016-08-171-1/+5
| * device: namespace fields related to statistics in NMDevicePrivateThomas Haller2016-08-171-32/+34
| * device: don't initalize fields in nm_device_init() to NULLThomas Haller2016-08-171-5/+0
| * manager: add explicit cast for g_object_set()Thomas Haller2016-08-171-1/+1
| * device: refresh the link before reading the statsThomas Haller2016-08-171-3/+2
| * device: reset device-stats in update_stats() on missing linkThomas Haller2016-08-171-4/+7
| * platform: drop nm_platform_link_get_stats()Thomas Haller2016-08-174-55/+7
| * platform: let _new_from_nl_link() lookup missing tb[IFLA_STATS64] data from c...Thomas Haller2016-08-171-1/+8