summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli/device: allow completion of the "wifi" command namelr/completionLubomir Rintel2016-06-291-4/+16
* cli/device: add "lldp list" subcommand completionLubomir Rintel2016-06-291-4/+5
* cli: make subcommand dispatch do autocompletionLubomir Rintel2016-06-292-4/+18
* cli: add boolean value completion helperLubomir Rintel2016-06-292-0/+16
* cli: add arbitrary string list completion helperLubomir Rintel2016-06-292-0/+24
* cli/device: make "lldp list" subcommand use get_device()Lubomir Rintel2016-06-291-32/+18
* cli/device: make "set" subcommand use get_devices()Lubomir Rintel2016-06-291-51/+17
* cli/device: convert lldp subcommand to nmc_do_cmd()Lubomir Rintel2016-06-291-11/+7
* cli/device: convert wifi subcommand to nmc_do_cmd()Lubomir Rintel2016-06-291-18/+9
* merge: branch 'lr/device-modify'Lubomir Rintel2016-06-298-308/+469
|\
| * cli/device: add modify commandlr/device-modifyLubomir Rintel2016-06-293-5/+181
| * cli/connection: export read_connection_properties()Lubomir Rintel2016-06-292-8/+16
| * cli/device: add device name completionLubomir Rintel2016-06-292-26/+74
| * cli/device: split get_device()Lubomir Rintel2016-06-291-107/+70
| * cli/trivial: rename device_list() to get_device_list()Lubomir Rintel2016-06-291-4/+4
| * cli/device: use nmc_do_cmd()Lubomir Rintel2016-06-291-115/+45
| * cli: split out do_cmd()Lubomir Rintel2016-06-293-28/+71
| * cli: use should_wait consistentlyLubomir Rintel2016-06-292-4/+4
| * cli: move the final completion check after the main loop exitLubomir Rintel2016-06-292-6/+3
| * cli/trivial: rename some functions for consistencyLubomir Rintel2016-06-291-9/+9
| * cli/connections: only do completion for the last argumentLubomir Rintel2016-06-291-13/+9
|/
* wwan/ofono: merge branch 'th/review/ofono'Thomas Haller2016-06-288-112/+1534
|\
| * wwan/ofono: fix indentationth/review/ofonoBeniamino Galvani2016-06-281-23/+23
| * wwan/ofono: remove unused codeDan Williams2016-06-281-5/+0
| * wwan/ofono: fix comment about IP4Config refcountingDan Williams2016-06-281-1/+2
| * wwan/ofono: clean up and standardize loggingDan Williams2016-06-281-200/+106
| * build: show ofono enablement status in configure summaryDan Williams2016-06-281-0/+1
| * wwan/ofono: simplify capabilities function and add FIXME about LTEDan Williams2016-06-281-4/+3
| * wwan/ofono: whitespace fixupDan Williams2016-06-281-1/+0
| * wwan/ofono: remove some unused typesDan Williams2016-06-281-7/+0
| * wwan: no need for NM_MODEM_BROADBAND_MODEM to be publicDan Williams2016-06-282-2/+2
| * wwan/ofono: clean up g_clear_object() usageDan Williams2016-06-281-17/+8
| * wwan/ofono: use g_dbus_proxy_new_for_bus()Dan Williams2016-06-281-127/+42
| * wwan: rework ModemManager/ofono initializationDan Williams2016-06-281-133/+105
| * wwan/ofono: whitespace fixupDan Williams2016-06-282-5/+1
| * wwan/ofono: fix a few more memory leaksDan Williams2016-06-281-13/+8
| * wwan: remove some dbus-glib left-oversDan Williams2016-06-281-3/+0
| * wwan: use modem basename as NM device nameDan Williams2016-06-281-2/+9
| * wwan: cleanup clearing ofono proxy instanceThomas Haller2016-06-281-14/+7
| * wwan: don't compile ofono support by default and mark as experimentalThomas Haller2016-06-281-3/+3
| * core: revert asserts to NM_ASSERT_VALID_PATH_COMPONENT() and _get_property_pa...Thomas Haller2016-06-281-17/+4
| * wwan: fix memleaksThomas Haller2016-06-281-12/+5
| * wwan: cleanup includesThomas Haller2016-06-283-17/+10
| * wwan: some minor refactoringsThomas Haller2016-06-282-41/+24
| * wwan: remove unused codeThomas Haller2016-06-281-11/+0
| * wwan: fix building for !WITH_OFONOThomas Haller2016-06-281-0/+2
| * wwan: fix compilation error about wrong field nameThomas Haller2016-06-281-1/+1
| * wwna: fix compiler error about wrong prototypeThomas Haller2016-06-281-0/+1
| * wwan: fix using wrong enum type for flags for g_dbus_proxy_new()Thomas Haller2016-06-282-3/+3
| * trivial: style issues and indentionThomas Haller2016-06-284-191/+192