summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* systemd: merge branch systemd into masterth/systemdxThomas Haller2016-08-1125-209/+566
|\
| * systemd: update code from upstreamThomas Haller2016-08-1124-207/+557
* | build: remove libsystemd-nm.la LDADD from nm-iface-helperThomas Haller2016-08-111-1/+0
* | nm-glib.h: fix compatibility wrapper for g_variant_new_take_string()Thomas Haller2016-08-111-1/+10
* | build: fix out-of-tree build for libNetworkManagerTestThomas Haller2016-08-111-1/+1
* | merge: branch 'bg/checkpoint-bgo757858-v2' (early part)Beniamino Galvani2016-08-1116-186/+208
|\ \
| * | nm-glib: add compatibility wrapper for g_variant_new_take_string()Thomas Haller2016-08-111-0/+23
| * | core: add nm_bus_manager_ensure_root() helperThomas Haller2016-08-113-27/+39
| * | build: cleanup src/Makefile.amThomas Haller2016-08-118-150/+129
| * | build: rename libNetworkManager-base.la to libNetworkManagerBase.laThomas Haller2016-08-112-5/+5
| * | bulid: don't link NMFakePlatform into NetworkManager binaryThomas Haller2016-08-115-10/+18
|/ /
* | libnm-util: document all NMSettingBondError entriesJiří Klimeš2016-08-101-0/+2
* | libnm-core: fix invalid return annotation for nm_vpn_editor_plugin_set_plugin...Jiří Klimeš2016-08-101-3/+3
* | libnm-core: add missing element-type annotationJiří Klimeš2016-08-101-2/+2
* | libnm-core: fix GObject introspection transfer annotationsJiří Klimeš2016-08-102-4/+4
* | policy: fix hostname change when IP method ends after activation (take 2)Beniamino Galvani2016-08-091-18/+2
* | build: fix build with '--with-suspend-resume=upower'Beniamino Galvani2016-08-041-4/+3
* | libnm: fix introspection annotations for nm_client_load_connections()Beniamino Galvani2016-08-041-4/+4
* | release: bump version to 1.3.90 (1.4-beta1)1.4-beta1Beniamino Galvani2016-08-031-1/+1
* | release: update NEWSBeniamino Galvani2016-08-031-0/+51
* | cli: fix error reporting for connection deleteBeniamino Galvani2016-08-021-2/+3
* | cli: fix connection delete/monitorBeniamino Galvani2016-08-021-8/+5
* | nmcli: fix connection clone/modifyFrancesco Giudici2016-08-021-3/+1
* | tui: avoid failed assertion when adding bond slavesBeniamino Galvani2016-08-011-2/+7
* | libnm: link with libdlLubomir Rintel2016-08-011-0/+1
* | merge: branch 'lr/completion-2'Lubomir Rintel2016-08-0113-1093/+1254
|\ \
| * | cli: add -f argument completionlr/completion-2Lubomir Rintel2016-08-017-54/+185
| * | cli: complete global flagsLubomir Rintel2016-08-011-0/+9
| * | cli: make global flags parsing sanerLubomir Rintel2016-08-011-34/+36
| * | cli: don't call the nmc_do_cmds() default handler if we're at the end of comm...Lubomir Rintel2016-08-011-0/+3
| * | cli/connections: there's nothing to complete for reloadLubomir Rintel2016-08-011-1/+0
| * | cli/connections: add completion to show subcommandLubomir Rintel2016-08-011-14/+30
| * | cli/connections: add completion to down subcommandLubomir Rintel2016-08-011-9/+15
| * | cli/connections: add completion to import subcommandLubomir Rintel2016-08-011-4/+10
| * | cli/connections: add completion to load subcommandLubomir Rintel2016-08-011-6/+4
| * | cli/connections: add completion to up subcommandLubomir Rintel2016-08-011-5/+21
| * | cli/connections: add completion to export subcommandLubomir Rintel2016-08-011-5/+9
| * | cli/connections: add completion to monitor subcommandLubomir Rintel2016-08-011-14/+16
| * | cli/connections: add completion to delete subcommandLubomir Rintel2016-08-011-6/+11
| * | cli/connections: add completion to clone subcommandLubomir Rintel2016-08-011-4/+11
| * | cli/connections: do connection completion in get_connection()Lubomir Rintel2016-08-014-24/+45
| * | cli/connections: split connection name parsingLubomir Rintel2016-08-011-207/+127
| * | cli/connections: use nmc_do_cmd()Lubomir Rintel2016-08-011-261/+178
| * | cli/connections: add active connection completionLubomir Rintel2016-08-011-18/+41
| * | cli/device: add completion to wifi hotspot subcommandLubomir Rintel2016-08-011-34/+28
| * | cli/device: add completion to wifi connect subcommandLubomir Rintel2016-08-011-25/+44
| * | cli/device: add completion to wifi list subcommandLubomir Rintel2016-08-011-23/+19
| * | cli/device: add completion to wifi rescan subcommandLubomir Rintel2016-08-011-13/+15
| * | cli/device: export some useful completion functionsLubomir Rintel2016-08-012-24/+65
| * | cli/device: make it possible to limit completion to wifisLubomir Rintel2016-08-011-3/+6