summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* cli/device: replace some duplicate code with find_wifi_device_by_iface()Lubomir Rintel2016-08-011-10/+1
* cli/device: make devices_idx argument to find_wifi_device_by_iface() optionalLubomir Rintel2016-08-011-8/+5
* cli/device: make find_wifi_device_by_iface use sorted device arrayLubomir Rintel2016-08-011-17/+12
* cli/trivial: move find_ap_on_device() upLubomir Rintel2016-08-011-53/+53
* cli/trivial: move find_wifi_device_by_iface() upLubomir Rintel2016-08-011-37/+37
* cli/networking: add subcommand completionLubomir Rintel2016-08-011-6/+22
* cli/agent: add subcommand completionLubomir Rintel2016-08-011-4/+9
* cli/agent: use nmc_do_cmd()Lubomir Rintel2016-08-011-35/+9
* cli/radio: add subcommand completionLubomir Rintel2016-08-011-4/+25
* cli/radio: use nmc_do_cmd()Lubomir Rintel2016-08-011-81/+70
* cli/general: add subcommand completionLubomir Rintel2016-08-011-4/+17
* cli/general: use nmc_do_cmd()Lubomir Rintel2016-08-011-114/+103
* man: document completionLubomir Rintel2016-08-011-0/+17
* cli: add ability to indicate command completion expects a file nameLubomir Rintel2016-08-013-6/+17
* cli: get rid of the global command completion whitelistLubomir Rintel2016-08-013-7/+19
* cli: handle global usage with nmc_do_cmd()Lubomir Rintel2016-08-011-14/+5
* cli: do not skip over a nonexistent argument in nmc_do_cmd()Lubomir Rintel2016-08-011-1/+1
* nm-dispatcher: Handle the 'connectivity-state' parameter for 'Action'Mario Sanchez Prada2016-07-287-0/+74
* man: Added documentation for the connectivity-change dispatcher hookMario Sanchez Prada2016-07-281-1/+17
* nm-dispatcher: Added new 'connectivity-state' parameter to private D-Bus APIMario Sanchez Prada2016-07-285-13/+28
* nm-dispatcher: Added new action for 'connectivity-change' eventsMario Sanchez Prada2016-07-285-7/+35
* build: fix the logging backend default option nameLubomir Rintel2016-07-281-1/+2
* cli: take a reference to the device when activatingLubomir Rintel2016-07-281-3/+9
* policy: update system hostname when DHCP configuration changesBeniamino Galvani2016-07-271-0/+18
* team: merge branch 'bg/team-conf-expose-rh1310435-v2'Beniamino Galvani2016-07-231-1/+25
|\
| * team: update configuration when adding or removing slavesBeniamino Galvani2016-07-231-0/+24