summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! dhcp: client: use logging helpersbg/logging-messages-bgo763040Thomas Haller2016-03-031-5/+6
* fixup! dnsmasq-manager: use logging helpersThomas Haller2016-03-031-2/+2
* fixup! ppp-manager: use logging helpersThomas Haller2016-03-031-2/+2
* fixup! bus-manager: use logging helpersThomas Haller2016-03-031-2/+2
* fixup! audit: use logging helpersThomas Haller2016-03-031-9/+4
* fixup! policy: use logging helpersThomas Haller2016-03-031-9/+4
* fixup! supplicant: use logging helpersThomas Haller2016-03-031-2/+2
* fixup! settings: use logging helpersThomas Haller2016-03-031-2/+2
* fixup! bluez-manager: use logging helpersThomas Haller2016-03-031-2/+2
* fixup! device: improve logging messagesThomas Haller2016-03-031-2/+4
* dhcp: client: use logging helpersBeniamino Galvani2016-03-036-158/+197
* dnsmasq-manager: use logging helpersBeniamino Galvani2016-03-031-10/+18
* ppp-manager: use logging helpersBeniamino Galvani2016-03-031-20/+30
* bus-manager: use logging helpersBeniamino Galvani2016-03-031-25/+32
* audit: use logging helpersBeniamino Galvani2016-03-031-7/+20
* policy: use logging helpersBeniamino Galvani2016-03-031-60/+74
* supplicant: use logging helpersBeniamino Galvani2016-03-031-13/+21
* settings: use logging helpersBeniamino Galvani2016-03-031-42/+44
* bluez-manager: use logging helpersBeniamino Galvani2016-03-031-8/+18
* device: improve logging messagesBeniamino Galvani2016-03-033-15/+15
* dispatcher: use logging helpersBeniamino Galvani2016-03-031-37/+46
* tests: fix bashism in run-test-dbus-session.shMichael Biebl2016-03-031-1/+1
* dhcp/systemd: enable DHCPv6 supportBeniamino Galvani2016-03-032-6/+128
* Fix missing commas in list-devices devtypes dict.Adrian Likins2016-03-021-5/+5
* manager: use logging helpersBeniamino Galvani2016-03-021-185/+188
* libnm-glib/libnm/vpn: fix handling of ConnectInteractive() failure (rh #1298732)Dan Williams2016-03-023-17/+47
* logging: print timestamp only with msec precisionThomas Haller2016-03-011-1/+1
* logging: change logging format to drop "[file:line] func():" partThomas Haller2016-03-014-16/+12
* platform: add flags argument to nm_platform_ip4_address_add()Thomas Haller2016-03-019-21/+32
* platform: track ifa_flags for cached IPv4 addressesThomas Haller2016-03-013-16/+34
* platform: call ethtool functions via platformThomas Haller2016-03-013-2/+24
* systemd/tests: add test_lldp_create() testThomas Haller2016-03-011-0/+18
* release: bump version to 1.1.91 (1.2-beta2)1.2-beta2Beniamino Galvani2016-03-011-1/+1
* core: merge branch 'th/build-core'Thomas Haller2016-03-0119-3332/+3524
|\
| * systemd/tests: add test util for systemdThomas Haller2016-03-015-0/+106
| * core: split "nm-core-utils.h" out of "NetworkManagerUtils.h"Thomas Haller2016-03-0114-3326/+3409
| * logging: make logging independent of platformThomas Haller2016-03-014-6/+9
|/
* lldp/tests: fix memleaks in testThomas Haller2016-03-011-17/+22
* release: update NEWSBeniamino Galvani2016-03-011-1/+12
* merge: branch 'bg/vlan-reorder-hdr-bgo762626'Beniamino Galvani2016-02-2912-47/+95
|\
| * libnm-core: remove special handling of missing VLAN_FLAGSBeniamino Galvani2016-02-292-20/+3
| * ifcfg-rh: change the handling of REORDER_HDR flagBeniamino Galvani2016-02-299-27/+79
| * utils: add nm_utils_strbuf_init() macroThomas Haller2016-02-291-0/+13
|/
* platform/trivial: rename NMPlatformIP6Address's "flags" field to "n_ifa_flags"Thomas Haller2016-02-298-25/+25
* platform: adjust type of IPv6 address flags to guintThomas Haller2016-02-299-14/+15
* platform: streamline fields in platform's structuresThomas Haller2016-02-291-32/+33
* platform/trivial: rename NMPlatformLink's "flags" field to "n_ifi_flags"Thomas Haller2016-02-297-29/+29
* platform: adjust type of link flags to guintThomas Haller2016-02-293-6/+3
* systemd,lldp: merge branch 'th/systemd-lldp'Thomas Haller2016-02-2966-162/+88
|\
| * lldp/tests: unref lldp instance in testThomas Haller2016-02-291-1/+1