summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/cli-command.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some instances where we printed a string without first checking thatPierre Ossman2007-03-061-2/+5
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-24/+24
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-061-10/+10
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-261-10/+10
* make pa_mempool_stat thread-safe/lock-freeLennart Poettering2006-08-291-10/+10
* print per-type memory block statistics on "stat"Lennart Poettering2006-08-191-1/+20
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-181-10/+30
* add new CLI command move-source-output as wrapper around pa_source_output_mov...Lennart Poettering2006-08-031-1/+41
* add new CLI function "move-sink-input" as wrapper around pa_sink_input_move_to()Lennart Poettering2006-07-291-2/+40
* big s/polyp/pulse/gLennart Poettering2006-06-191-0/+947