summaryrefslogtreecommitdiff
path: root/libnm/nm-ip4-config.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-10libnm: use the o.fd.DBus.ObjectManager API for object managementLubomir Rintel1-3/+0
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-1/+1
2014-11-13all: consistently include config.hDan Winship1-0/+2
2014-11-07libnm: create NMIPConfig as parent of NMIP4Config and NMIP6ConfigDan Winship1-414/+2
2014-11-07libnm-core, libnm, core: add AddressData and RouteData propertiesDan Winship1-4/+42
2014-11-07libnm-core: add NMSettingIPConfig:gateway, drop NMIPAddress:gatewayDan Winship1-1/+1
2014-11-07libnm-core, all: merge IPv4 and IPv6 address/route typesDan Winship1-10/+10
2014-09-18libnm: port to GDBusDan Winship1-45/+28
2014-09-18libnm: let NMObject create all D-Bus proxiesDan Winship1-6/+3
2014-09-05libnm: add missing (transfer) annotations for return valuesJiří Klimeš1-7/+9
2014-09-04libnm: fix NMIP4Config/NMIP6Config addresses/routes propertiesDan Winship1-11/+17
2014-09-04libnm: drop libnm IP-address-array types, use G_TYPE_STRVDan Winship1-26/+38
2014-09-04libnm: drop NM_TYPE_STRING_ARRAY, use G_TYPE_STRVDan Winship1-38/+23
2014-08-01libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship1-1/+1
2014-08-01libnm: make the the use of GInitable mandatoryDan Winship1-9/+0
2014-08-01libnm: add init_dbus() virtual method to NMObjectDan Winship1-15/+9
2014-08-01libnm: remove _new functions from NMObject subclassesDan Winship1-18/+0
2014-08-01libnm: remove Since tags and NM_AVAILABLE_IN_* attributesDan Winship1-8/+0
2014-08-01libnm: add libnm/libnm-core (part 1)Dan Winship1-0/+467