summaryrefslogtreecommitdiff
path: root/src/pulsecore/cli-command.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: introduce new 'reference' volume for sinksLennart Poettering2009-04-131-3/+3
* handle failure to parse proplist in cli-command gracefullyMaarten Bosmans2009-03-311-4/+16
* fix typoLennart Poettering2009-03-271-1/+1
* only store card profile if flagged for thatLennart Poettering2009-03-231-1/+1
* print error code when suspend/resume failsLennart Poettering2009-03-041-11/+14
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* rework logging to make it more modularLennart Poettering2009-02-211-3/+3
* introduce default channel map in addition to the default sample specLennart Poettering2009-02-211-1/+6
* pulsecore: remove unused variable from cli_command_load()Marc-André Lureau2009-02-191-2/+1
* store the default sink/source in proper pa_sink*/pa_source* pointers instead ...Lennart Poettering2009-01-281-12/+21