aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * increase shouldn't ever lower volumeSimon Gomizelj2012-08-231-0/+5
| * default actions are backwardsSimon Gomizelj2012-08-231-1/+1
* | use LDLIBS for added library depsDave Reisner2012-08-211-1/+1
|/
* expand color spectrumDave Reisner2012-08-151-6/+29
* fix invalid memory accessDave Reisner2012-08-141-1/+1
* colorize pretty printed outputSimon Gomizelj2012-08-141-5/+50
* fix (null) string on unknown actionDave Reisner2012-08-141-1/+1
* s/state_cb/connect_&/Dave Reisner2012-08-141-2/+2
* avoid reinventing wrapper around PA_CONTEXT_*Dave Reisner2012-08-141-20/+5
* remove connectstate from pulseaudio_tDave Reisner2012-08-141-28/+17
* fix option handling. oopsDave Reisner2012-08-141-5/+7
* move toggle tests until after mute state is guaranteedDave Reisner2012-08-141-2/+2
* validate argument count with string -> enum conversionDave Reisner2012-08-142-37/+34
* with a better project name, we need a better PA nameDave Reisner2012-08-141-1/+1
* This repo is now about ponies.Dave Reisner2012-08-145-21/+21
* add mute/unmute/toggle testsDave Reisner2012-08-131-0/+4
* consistently return EXIT_{SUCCESS,FAILURE} in mainDave Reisner2012-08-131-4/+4
* add missing -d optionDave Reisner2012-08-131-3/+3
* use a static array and loop to validate actionsDave Reisner2012-08-132-34/+30
* enforce gnu99, since we rely on c99 and gnu extensionsDave Reisner2012-08-131-0/+1
* cut back on number of fputs callsDave Reisner2012-08-131-30/+30
* remove unneeded casts from void*Dave Reisner2012-08-131-2/+2
* add adj-balance verb for incremental balance changesDave Reisner2012-08-133-2/+17
* add a manpageDave Reisner2012-08-132-2/+75
* add shiesty runtests scriptDave Reisner2012-08-132-0/+54
* cleanup usage, make it clear what command args areDave Reisner2012-08-131-20/+20
* Merge remote-tracking branch 'vodik/cleanup'Dave Reisner2012-08-131-39/+49
|\
| * deduplicate some error handlingSimon Gomizelj2012-08-131-7/+4
| * make move take all its arguments explictlySimon Gomizelj2012-08-131-6/+8
| * refactor main with a switchSimon Gomizelj2012-08-131-25/+31
| * make kill take an explicit IDSimon Gomizelj2012-08-131-8/+13
* | add missing static qualifier for do_verbDave Reisner2012-08-131-1/+1
|/
* move verb-based action into separate function, do_verbDave Reisner2012-08-131-46/+40
* return ints from getters for better exit statusDave Reisner2012-08-131-14/+23
* remove unneeded declarationDave Reisner2012-08-131-2/+1
* fold connection into pulse_initDave Reisner2012-08-131-20/+19
* die less. make a better effort to return.Dave Reisner2012-08-121-19/+37
* remove pa_mainloop_api from pulseaudio_tDave Reisner2012-08-121-6/+3
* s/get_(sinks|sources)/populate_\1/Dave Reisner2012-08-111-4/+4
* use switch/case for determining modeDave Reisner2012-08-111-12/+30
* separate control modes in usageDave Reisner2012-08-111-2/+4
* dedupe sink creation codeDave Reisner2012-08-111-38/+22
* s/populate/&_levels/Dave Reisner2012-08-111-5/+5
* clamp max volume more tightlyDave Reisner2012-08-111-3/+3
* move operations into nested struct of sinkDave Reisner2012-08-111-28/+30
* fix the optstringSimon Gomizelj2012-08-111-1/+1
* add move actionSimon Gomizelj2012-08-111-2/+43
* change the default action based on modeSimon Gomizelj2012-08-111-2/+2
* organize usage messageSimon Gomizelj2012-08-111-2/+6
* add kill operationSimon Gomizelj2012-08-111-2/+30