summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dhcp: refactor loading of DHCP pluginsth/cleanup-core-bgo772158Thomas Haller2016-10-0313-329/+221
* core: refactor private data in "src"Thomas Haller2016-10-03142-4566/+4500
* core: forward-declare NMConfigDeviceStateData in nm-types.hThomas Haller2016-10-032-2/+3
* core: rename "nm-activation-request.[hc]" for NMActRequestThomas Haller2016-10-0317-20/+20
* dhcp: use NM_GOBJECT_PROPERTIES_DEFINE() for properties of NMDhcpClientThomas Haller2016-10-031-60/+52
* core/trivial: move code aroundThomas Haller2016-10-033-136/+142
* dhcp: make dispose() of NMDhcpDhclient/NMDhcpDhcpcd reentrantThomas Haller2016-10-032-4/+4
* core: refactor private data for NMExportedObject and othersThomas Haller2016-10-0337-477/+483
* shared: add nm_clear_g_free()Thomas Haller2016-10-032-1/+22
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-03196-783/+783
* core: search in /usr/local before system paths for the dnsmasq binaryAidan Delaney2016-10-011-2/+2
* build: enable JSON validation unless explicitly disabledLubomir Rintel2016-09-271-9/+7
* libnm-core/tests: disable the JSON validation check without janssonLubomir Rintel2016-09-271-0/+2
* libnm: fix typo g_size to gsizePellaeon Lin2016-09-271-1/+1
* build: don't add systemd path the include search pathThomas Haller2016-09-2711-24/+15
* systemd: merge branch systemd into masterThomas Haller2016-09-276-14/+17
|\
| * systemd: update code from upstreamThomas Haller2016-09-276-14/+17
* | po: fix adding libnm-core/nm-setting-team.c to po/POTFILES.inThomas Haller2016-09-271-0/+1
* | cli: reject team.config from files with '\0'Thomas Haller2016-09-272-0/+7
* | nmcli: merge branch 'th/nmcli-team-config-args-bgo771870'Thomas Haller2016-09-2711-38/+144
|\ \
| * | cli: support explicitly selecting team-config as file or json dataThomas Haller2016-09-272-24/+54
| * | libnm: reject too large team-config JSONThomas Haller2016-09-272-0/+20
| * | libnm: expose nm_utils_is_json_object() utility functionThomas Haller2016-09-279-14/+70
|/ /
* | device: consider a device with slaves configuredLubomir Rintel2016-09-261-3/+3
* | policy: refactor auto_activate_device() to get rid of "out" cleanup labelThomas Haller2016-09-261-15/+24
* | policy: fix owner-ship of specific_object in can_auto_connect()Thomas Haller2016-09-265-7/+15
* | shared: add test for NM_SET_OUT()Thomas Haller2016-09-262-0/+36
* | checkpoint: merge branch 'bg/checkpoint-improvements-bgo770315'Beniamino Galvani2016-09-2611-102/+189
|\ \
| * | checkpoint: restore both applied and settings connectionsBeniamino Galvani2016-09-261-11/+21
| * | checkpoint: make python example accept multiple devices and timeoutBeniamino Galvani2016-09-261-22/+34
| * | checkpoint: consider all devices when an empty list is passedBeniamino Galvani2016-09-263-30/+11
| * | checkpoint: use UUID instead of path to match connectionsBeniamino Galvani2016-09-261-5/+5
| * | checkpoint: better handle unmanaged and unrealized devicesBeniamino Galvani2016-09-261-26/+45
| * | core: allow passing an applied connection to nm_act_request_new()Beniamino Galvani2016-09-268-8/+50
| * | manager: add nm_manager_get_device_paths()Beniamino Galvani2016-09-262-0/+23
|/ /
* | device: initialize nm_plugin_missing via constructor propertyThomas Haller2016-09-265-33/+12
* | core: merge branch 'th/device-state-bgo771890'Thomas Haller2016-09-266-25/+310
|\ \
| * | config: store and load device runtime state to fileThomas Haller2016-09-265-4/+270
| * | main: create /run/NetworkManager/devices runtime directoryThomas Haller2016-09-262-1/+20
| * | config: use logging macrosThomas Haller2016-09-261-20/+20
|/ /
* | build: fix breakage of enums-to-docbook.pl script for NMCapability enumThomas Haller2016-09-231-7/+7
* | crypto: don't try to decrypt PKCS#8 key if no password is suppliedBeniamino Galvani2016-09-235-13/+7
* | capabilities: add comment about capability rangeThomas Haller2016-09-232-1/+8
* | capabilities: merge branch 'th/caps-rh1375967'Thomas Haller2016-09-2313-18/+192
|\ \
| * | core: use binary-search for nm_manager_set_capability()Thomas Haller2016-09-232-30/+23
| * | capabilities: fix destroying capabilities in dispose()Thomas Haller2016-09-231-3/+12
| * | capabilities: fix number for NM_CAPABILITY_TEAMThomas Haller2016-09-231-1/+1
| * | libnm: fix symbol versioningThomas Haller2016-09-231-1/+4
| * | capabilities: fix data type to "u" / uint32Thomas Haller2016-09-232-5/+5
| * | team: Add NM_CAPABILITY_TEAMMarius Vollmer2016-09-233-1/+5