summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* agent-manager: upgrade a logging level of new agent noticelr/agent-priorityLubomir 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
| * | cli: minor cleanup in _print_data_cell_clear_text()Thomas Haller2018-07-251-10/+13
| * | cli: fix skipping columns with all default-valuesThomas Haller2018-07-252-10/+18
| * | cli: don't translate device state in --terse modeThomas Haller2018-07-252-85/+86
| * | cli/tests: cache UUID for test replacement in stdoutThomas Haller2018-07-255-1342/+1351
| * | cli/tests: avoid duplicate --terse option in testsThomas Haller2018-07-252-1354/+3758
| * | cli/tests: add more tests for nmcli outputThomas Haller2018-07-252-424/+32097
| * | cli/tests: rework clients-tests.py to combine .expected outputThomas Haller2018-07-25857-36406/+33063
|/ /
* | release: bump version to 1.13.2 (development)1.13.2-devLubomir Rintel2018-07-252-2/+2
* | libnm: add nm_device_ovs_*_get_slaves()Lubomir Rintel2018-07-241-0/+2
* | build: do not randomize tests by defaultLubomir Rintel2018-07-241-10/+17
* | rpm: own /etc/sysconfig/network-scriptsLubomir Rintel2018-07-242-0/+6
* | connectivity: merge branch 'th/connectivity-busy-loop-fix'Thomas Haller2018-07-241-24/+65
|\ \