Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wire up proper return values to exit 0/1 | Dave Reisner | 2012-05-11 | 1 | -17/+29 |
| | |||||
* | add success_cb for checking async return values | Dave Reisner | 2012-05-11 | 1 | -12/+24 |
| | |||||
* | compile with -D_REENTRANT | Dave Reisner | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | fix adding sinks to ll | Dave Reisner | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | add missing string_to_verb for set-sink | Dave Reisner | 2012-05-11 | 1 | -0/+2 |
| | |||||
* | build with debug symbols | Dave Reisner | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | s/pulse_sink_new/sink_new/g | Dave Reisner | 2012-05-11 | 1 | -4/+2 |
| | |||||
* | show volume after setting | Dave Reisner | 2012-05-11 | 1 | -3/+7 |
| | |||||
* | clamp volumes between 0 and 150 | Dave Reisner | 2012-05-11 | 1 | -3/+12 |
| | |||||
* | make the install target actually work | Dave Reisner | 2012-05-10 | 1 | -1/+1 |
| | |||||
* | clarify usage | Dave Reisner | 2012-05-10 | 1 | -5/+5 |
| | |||||
* | add install target | Dave Reisner | 2012-05-10 | 1 | -1/+4 |
| | |||||
* | add NULL terminator to option array | Dave Reisner | 2012-05-10 | 1 | -0/+1 |
| | |||||
* | whitespace and line length cleanup | Dave Reisner | 2012-05-10 | 1 | -5/+7 |
| | |||||
* | minor syntax cleanup | Dave Reisner | 2012-05-10 | 1 | -2/+2 |
| | |||||
* | use int for mute to mimic PA API (what a waste) | Dave Reisner | 2012-05-10 | 1 | -2/+1 |
| | |||||
* | drop in MIT license header | Dave Reisner | 2012-05-10 | 1 | -1/+25 |
| | |||||
* | s/sinks/sink/ | Dave Reisner | 2012-05-10 | 1 | -20/+20 |
| | |||||
* | free full list of sinks on deinit | Dave Reisner | 2012-05-10 | 1 | -1/+8 |
| | |||||
* | add vim modeline | Dave Reisner | 2012-05-10 | 1 | -0/+2 |
| | |||||
* | initial commit | Dave Reisner | 2012-05-10 | 4 | -0/+440 |