summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* checkpatch.pl: complain about space in elvis operator ?:Thomas Haller2018-08-091-0/+1
* all/style: write elvis operator ?: without spaceThomas Haller2018-08-095-5/+5
* merge: branch 'th/connection-multi-connect-rh1555012'Beniamino Galvani2018-08-0819-524/+856
|\
| * manager: fix assuming multi-connect connectionsBeniamino Galvani2018-08-081-4/+15
| * core: implement connection.multi-connect to activate profiles multiple timesThomas Haller2018-08-083-2/+14
| * core: extend nm_manager_get_activatable_connections() for autoconnect and mul...Thomas Haller2018-08-083-8/+34
| * all: add connection.multi-connect property for wildcard profilesThomas Haller2018-08-0815-512/+795
|/
* merge: branch 'bg/route-metric-reapply-rh1528071'Beniamino Galvani2018-08-087-11/+156
|\
| * core: handle route metric when reapplying dynamic IP methodsBeniamino Galvani2018-08-085-6/+124
| * dhcp: allowing changing route metric and route tableBeniamino Galvani2018-08-082-5/+32
|/
* build: set -Wall when probing extra warning optionsLubomir Rintel2018-08-071-1/+1
* build: check whether g-ir-scanner actually worksLubomir Rintel2018-08-071-34/+31
* agent-manager: upgrade a logging level of new agent noticeLubomir Rintel2018-08-061-1/+1
* agent-manager: order newer agents befor the old oneLubomir Rintel2018-08-061-4/+12
* man/openvswitch: advise to use "master" instead of "conn.master"Lubomir Rintel2018-08-061-9/+9
* libnm/wireguard: merge branch 'jbeta/wireguard-device-basic'Thomas Haller2018-08-0626-50/+649
|\
| * libnm: fix leak for NMDeviceWireGuard's public_keyThomas Haller2018-08-061-0/+11
| * libnm: introduce NMDeviceWireGuardJavier Arteaga2018-08-069-0/+279
| * core: introduce NMDeviceWireGuardJavier Arteaga2018-08-0612-1/+310
| * platform: rename instances of Wireguard to WireGuardJavier Arteaga2018-08-066-49/+49
|/
* libnm/docs: fix examples for NMSetting:name valuesThomas Haller2018-08-031-1/+1
* libnm/docs: don't document NM_SETTING_NAME propertyThomas Haller2018-08-032-43/+1
* contrib/rpm: enable connectivity_redhat only from rhel-8 onwardsThomas Haller2018-08-031-1/+1
* contrib/rpm: use %autosetup to simplify patch applicationThomas Haller2018-08-031-3/+1
* core: merge branch 'bg/update-dev-state-file-rh1593282'Beniamino Galvani2018-08-023-64/+76
|\
| * manager: use NM_IN_SET()Beniamino Galvani2018-08-021-12/+9
| * manager: update the device state file upon (dis)connectionBeniamino Galvani2018-08-021-0/+6
| * manager: rename nm_manager_write_device_state()Beniamino Galvani2018-08-023-51/+61
| * main: drop unused defineBeniamino Galvani2018-08-021-1/+0
|/
* device: apply static addresses immediately for DHCPv4 methodBeniamino Galvani2018-08-021-25/+54
* libnm: avoid deadlock during g_module_open() in _nm_utils_init()Thomas Haller2018-08-012-7/+15
* all: merge branch 'th/dbus-byte-ordering-rh1584584'Thomas Haller2018-08-016-34/+137
|\
| * all: avoid byte ordering issue for IP4Config's Nameservers/WinsServers on D-BusThomas Haller2018-08-014-22/+101
| * core: use nm_gobject_notify_together() in NMIP4Config/NMIP6ConfigThomas Haller2018-08-012-8/+8
| * shared: add nm_gobject_notify_together() helperThomas Haller2018-08-011-4/+28
|/
* shared/c-list: re-import from latest c-util/c-listThomas Haller2018-08-015-2/+242
|\
| * Squashed 'shared/c-list/' changes from 317aa1c65..071841c28Thomas Haller2018-08-015-2/+242
* | build: add a some missing dependenciesLubomir Rintel2018-07-261-0/+2
* | nm-setting: add missing initializersLubomir Rintel2018-07-261-4/+4
* | core/setting: rework nm_connection_dump()Lubomir Rintel2018-07-262-39/+21
* | libnm: add g_autoptr function for more typesLubomir Rintel2018-07-261-0/+3
* | build: avoid AC_CHECK_FILE() due to problems with cross-compilationThomas Haller2018-07-261-3/+3
* | cli: merge branch 'th/cli-connection-handling-4'Thomas Haller2018-07-25864-36537/+67335
|\ \
| * | cli: remove unused argument from nm_meta_selection_create_parse_list()Thomas Haller2018-07-254-6/+3
| * | cli: reuse existing nm_meta_abstract_infos_get_names_str()Thomas Haller2018-07-251-17/+11
| * | cli: don't explicitly unset out_to_free argument in NMMetaType.get_nested()Thomas Haller2018-07-253-4/+2
| * | cli: drop local variable multiline in _print_do()Thomas Haller2018-07-251-8/+7
| * | cli: simplify tracking of parent column in PrintDataCol structureThomas Haller2018-07-251-9/+42
| * | cli: minor cleanup explicitly checking print_outputThomas Haller2018-07-254-6/+10
| * | cli: minor cleanup evaluating print_outputThomas Haller2018-07-251-21/+39