summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/cli-command.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* when changing volume, store whether it is worth remembering or noLennart Poettering2009-01-271-4/+4
* move flat volume logic into the core. while doing so add n_volume_steps field...Lennart Poettering2009-01-271-1/+1
* add set-card-profile CLI commandLennart Poettering2009-01-211-0/+45
* allow setting properties for modules, tooLennart Poettering2009-01-191-0/+1
* kill autoload stuff as plannedLennart Poettering2009-01-151-110/+12
* add functionality to dump list of cardsLennart Poettering2009-01-151-0/+17
* cli: add missing update-*-proplistMarc-André Lureau2009-01-131-0/+122
* cli: update-sink-proplistMarc-André Lureau2009-01-131-1/+35
* support changing logging parameters during runtime using the CLILennart Poettering2008-10-211-0/+104
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-5/+5
* pass force_refresh=FALSE to all volume/mute read invocationsLennart Poettering2008-08-131-4/+4
* add new switch --disallow-exitLennart Poettering2008-08-061-1/+3
* fix shutdown when --disallow-module-loading=1 is passedLennart Poettering2008-08-051-1/+1
* rename props.[ch] to shared.[ch]Lennart Poettering2008-08-011-1/+1
* rename pa_property_xxx to pa_shared_xxx to avoid confusion with property listsLennart Poettering2008-08-011-4/+4
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-28/+107
* Attempt to resolve the multilib conflicts by getting all the config filesLennart Poettering2008-03-271-2/+30
* Increase the maximum line length of default.pa from 256 to 1024. Load command...Tanu Kaskinen2007-12-141-1/+1
* more pa_boolizationLennart Poettering2007-11-011-88/+87
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-100/+397
* Kill spaces on EOLLennart Poettering2007-05-291-4/+4
* Replace AO_xxx usage with pa_atomic_xxx and friends wherever it makes senseLennart Poettering2007-05-271-10/+10
* Add a new meta command ".ifexists" to the CLI language, to execute commands o...Lennart Poettering2007-05-261-12/+69