summaryrefslogtreecommitdiff
path: root/src/pulsecore/cli-command.c
Commit message (Expand)AuthorAgeFilesLines
* pactl, pacmd: Allow to unset the configured default sink or sourceGeorg Chini2023-03-251-2/+6
* cli-command: Replace config dir with toplevel for .include on win32Patrick Gaskin2021-05-031-4/+22
* cli: Fix crash when using .include with an empty directoryPatrick Gaskin2021-01-081-23/+23
* pactl, pacmd, cli-command: Add send-message commandGeorg Chini2020-12-031-0/+44
* sink, source: remove the state gettersTanu Kaskinen2018-07-021-2/+2
* cli-command: Report error in pa_play_file.Tomaz Solc2018-06-211-1/+6
* cli-command: don't exit on "module already loaded" errorsColin Leroy2017-09-051-3/+9
* cli-command: unload modules synchronouslyTanu Kaskinen2017-09-051-2/+2
* core: change configured_default_sink/source type to stringTanu Kaskinen2017-07-171-2/+2
* improve default sink/source handlingTanu Kaskinen2017-05-021-12/+8
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* Pass the profile object instead of the profile name to pa_card_set_profile()Tanu Kaskinen2013-11-291-1/+7
* cli-command: Use pa_module_exists() in .ifexistsJoão Paulo Rechi Vita2013-09-291-40/+1
* Use pa_(c)volume_snprint_verbose() everywhereTanu Kaskinen2013-07-091-21/+86
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-155/+155
* dynarray: Reimplement with nicer semanticsTanu Kaskinen2013-06-271-2/+2
* Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)2013-06-241-1/+0
* cli, log: Improve the set-log-target functionalityShuai Fan2013-06-201-24/+21
* daemon: Fix dlsearchpath while running from build treeArun Raghavan2013-04-201-1/+11
* Fix pa_parse_boolean() return value checking.Tanu Kaskinen2012-12-191-2/+2
* Log the reason for every suspend/resume.Tanu Kaskinen2012-12-191-0/+6
* card: Ensure that there's always at least one profile.Tanu Kaskinen2012-06-291-2/+1
* device-port: Change the latency offset type to a signed int.poljar (Damir Jelić)2012-06-281-1/+1
* pacmd: Add functions to handle the latency offsetpoljar2012-06-271-0/+48
* pacmd: Add unloading modules by name.poljar2012-06-041-8/+23
* cli: Add set-log-target command for pacmdDeng Zhengrong2012-05-291-0/+43
* cli: Allow source-output volumes/mute to be set via CLIColin Guthrie2012-04-101-1/+97
* man: Document the cli inteface a little.Colin Guthrie2012-04-101-22/+22
* Use simple free function in pa_dynarray_freeMaarten Bosmans2011-11-271-1/+1
* cli: Add a dump-volumes commandArun Raghavan2011-11-041-0/+58
* More spelling fixesMaarten Bosmans2011-08-251-2/+2
* win32: Make some unused-variable warnings go awayMaarten Bosmans2011-06-241-1/+3
* Remove unnecessary #includesMaarten Bosmans2011-06-221-1/+0
* capture: Implement per-stream volume control for capture streams.Colin Guthrie2011-06-221-1/+1
* sink-input: Add volume_writable to pa_sink_input.Tanu Kaskinen2011-03-291-1/+1
* Include <time.h> where necessaryMaarten Bosmans2011-03-011-0/+1
* Allow read-only or non-existing sink input volume.Tanu Kaskinen2011-02-221-1/+6
* cli: Validate volume before settingArun Raghavan2010-10-151-0/+15
* cli: Allow .include on directories as well as files.Colin Guthrie2010-09-041-13/+81
* cli: Increase the command maximum length from 1024 to 2048.Tanu Kaskinen2010-05-101-1/+1
* use pa_fopen_cloexec() where applicableLennart Poettering2009-10-301-1/+1
* cli-command: don't necessarily ovveride failure code of files (llvm-clang-ana...Lennart Poettering2009-09-081-2/+0
* cli-command: modernizationsLennart Poettering2009-09-081-16/+16
* libpulse: introduce PA_BYTES_SNPRINT_MAX and make use of it wherever applicableLennart Poettering2009-09-061-6/+6
* cli: make sure 'dump' uses pa_cvolume_max() to deduce a single-channel volume...Lennart Poettering2009-08-311-2/+2
* cli: apply single-channel volume changes equally to all channelsLennart Poettering2009-08-311-3/+3
* sink: volume handling rework, new flat volume logicLennart Poettering2009-08-191-2/+2
* alsa: rework mixer logicLennart Poettering2009-06-171-5/+73
* core: add a suspend cause flags fieldLennart Poettering2009-06-051-4/+4
* modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecatedLennart Poettering2009-05-281-0/+2