summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * wwan: add support for using oFono as a modem managerMathieu Trudel-Lapierre2016-06-288-21/+1755
| * wwan: cleanup clearing modem-manager instanceThomas Haller2016-06-281-45/+24
|/
* vpn,dns: merge branch 'bg/vpn-dns-rh1348901'Beniamino Galvani2016-06-283-15/+73
|\
| * vpn: don't merge DNS properties into parent device's configurationBeniamino Galvani2016-06-281-3/+2
| * dns: log DNS servers at TRACE levelBeniamino Galvani2016-06-282-3/+51
| * vpn: reuse existing ip_config objects when config gets updatedBeniamino Galvani2016-06-281-8/+18
| * vpn: dispatch pre-up scripts only onceBeniamino Galvani2016-06-281-1/+2
|/
* cli: option autocompletion should not match words without trailing '-'Francesco Giudici2016-06-281-0/+2
* bond/trivial: fix typoFrancesco Giudici2016-06-281-1/+1
* cli: initialize connection list in do_device_connect()Beniamino Galvani2016-06-271-0/+2