summaryrefslogtreecommitdiff
path: root/shell-completion/bash
AgeCommit message (Collapse)AuthorFilesLines
2016-04-27core: Support memfd transport; bump protocol versionAhmed S. Darwish1-2/+2
Now that all layers in the stack support memfd blocks, add memfd support for the daemon's global core mempool. Also introduce "enable-memfd=" daemon argument and configuration option. For now, memfd support is an opt-in feature to be activated only when daemon's enable-memfd= is set to yes. Signed-off-by: Ahmed S. Darwish <darwish.07@gmail.com>
2015-02-03shell-completion: bash: Fix pactl list source-outputsArun Raghavan1-1/+1
2014-11-04pactl: Remove deprecated 'stat' behaviourPeter Meerwald1-2/+0
the stat command should only output statistics, not info behaviour was deprecated anno 2011 in 8ace9185 "pactl: Make stat backwards compatible" -- fix this now v2: (thanks Tanu Kaskinen): * adjust shell completion Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
2014-10-28build-sys: Alias bash-completion for all PulseAudio commandsMichał Górny1-0/+570
Bash-completion 1.90 introduced support for on-demand loading of completions. Install the completion file as 'pulseaudio' to match the main command, and create symlinks as aliases for other supported commands in order to support the new system.