NetworkManager/src/devices
Dan Winship c43f88907b libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTES
Change all DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTES, and
update corresponding APIs. Notably, this means they are now refcounted
rather than being copied.

Update the rest of NM for the changes. The daemon still converts SSIDs
to GByteArrays internally, because changing it to use GBytes has lots
of trickle-down effects. It can possibly be changed later.
2014-09-04 09:20:11 -04:00
..
adsl core: abstract out the duplicated default-ifname-generating code 2014-09-04 09:18:44 -04:00
bluetooth libnm-core: change all mac-address properties to G_TYPE_STRING 2014-09-04 09:20:10 -04:00
team core: abstract out the duplicated default-ifname-generating code 2014-09-04 09:18:44 -04:00
wifi libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTES 2014-09-04 09:20:11 -04:00
wimax libnm-core: change all mac-address properties to G_TYPE_STRING 2014-09-04 09:20:10 -04:00
wwan core: abstract out the duplicated default-ifname-generating code 2014-09-04 09:18:44 -04:00
nm-device-bond.c core: abstract out the duplicated default-ifname-generating code 2014-09-04 09:18:44 -04:00
nm-device-bond.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-bridge.c libnm-core: change all mac-address properties to G_TYPE_STRING 2014-09-04 09:20:10 -04:00
nm-device-bridge.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-ethernet.c libnm-core: change list-of-string and array-of-string properties to G_TYPE_STRV 2014-09-04 09:20:10 -04:00
nm-device-ethernet.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-factory.c core: allow creation of virtual devices (software devices) via NMDeviceFactory 2014-06-27 13:27:01 +02:00
nm-device-factory.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-generic.c all: remove remaining GParamSpec name/blurb strings 2014-06-19 17:45:03 -04:00
nm-device-generic.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-gre.c logging: use new logging macros in NMDevice subclasses 2014-08-06 19:22:02 +02:00
nm-device-gre.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-infiniband.c libnm-core: change all mac-address properties to G_TYPE_STRING 2014-09-04 09:20:10 -04:00
nm-device-infiniband.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-logging.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-macvlan.c logging: use new logging macros in NMDevice subclasses 2014-08-06 19:22:02 +02:00
nm-device-macvlan.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-private.h libnm-core: change all mac-address properties to G_TYPE_STRING 2014-09-04 09:20:10 -04:00
nm-device-tun.c logging: use new logging macros in NMDevice subclasses 2014-08-06 19:22:02 +02:00
nm-device-tun.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-veth.c logging: use new logging macros in NMDevice subclasses 2014-08-06 19:22:02 +02:00
nm-device-veth.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-vlan.c libnm-core: change all mac-address properties to G_TYPE_STRING 2014-09-04 09:20:10 -04:00
nm-device-vlan.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-vxlan.c logging: use new logging macros in NMDevice subclasses 2014-08-06 19:22:02 +02:00
nm-device-vxlan.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device.c libnm-core: change all mac-address properties to G_TYPE_STRING 2014-09-04 09:20:10 -04:00
nm-device.h core: sync IPv6 pre-commit hook with IPv4 behavior 2014-08-29 16:03:36 -05:00