summaryrefslogtreecommitdiff
path: root/libnm/nm-ip4-config.c
Commit message (Expand)AuthorAgeFilesLines
* libnm: hide GObject structs from public API and embed private dataThomas Haller2019-10-221-1/+11
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-0/+1
* libnm: use the o.fd.DBus.ObjectManager API for object managementlr/object-managerLubomir Rintel2016-11-101-3/+0
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm: create NMIPConfig as parent of NMIP4Config and NMIP6ConfigDan Winship2014-11-071-414/+2
* libnm-core, libnm, core: add AddressData and RouteData propertiesDan Winship2014-11-071-4/+42
* libnm-core: add NMSettingIPConfig:gateway, drop NMIPAddress:gatewayDan Winship2014-11-071-1/+1
* libnm-core, all: merge IPv4 and IPv6 address/route typesDan Winship2014-11-071-10/+10
* libnm: port to GDBusDan Winship2014-09-181-45/+28
* libnm: let NMObject create all D-Bus proxiesDan Winship2014-09-181-6/+3
* libnm: add missing (transfer) annotations for return valuesJiří Klimeš2014-09-051-7/+9
* libnm: fix NMIP4Config/NMIP6Config addresses/routes propertiesDan Winship2014-09-041-11/+17
* libnm: drop libnm IP-address-array types, use G_TYPE_STRVDan Winship2014-09-041-26/+38
* libnm: drop NM_TYPE_STRING_ARRAY, use G_TYPE_STRVDan Winship2014-09-041-38/+23
* libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-08-011-1/+1
* libnm: make the the use of GInitable mandatoryDan Winship2014-08-011-9/+0
* libnm: add init_dbus() virtual method to NMObjectDan Winship2014-08-011-15/+9
* libnm: remove _new functions from NMObject subclassesDan Winship2014-08-011-18/+0
* libnm: remove Since tags and NM_AVAILABLE_IN_* attributesDan Winship2014-08-011-8/+0
* libnm: add libnm/libnm-core (part 1)Dan Winship2014-08-011-0/+467