Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unify logic for finding by name fragment | Dave Reisner | 2013-01-05 | 2 | -33/+29 |
* | fix completion for device names with whitespace | Dave Reisner | 2013-01-05 | 1 | -3/+8 |
* | offer appropriate device completion for move | Dave Reisner | 2013-01-04 | 1 | -0/+16 |
* | install bash completion too.... | Dave Reisner | 2013-01-04 | 1 | -0/+1 |
* | add rudimentary bash completion | Dave Reisner | 2013-01-04 | 1 | -0/+92 |
* | restrict list when using the -t flag | Dave Reisner | 2013-01-03 | 1 | -0/+1 |
* | store possible device/card matches as pointers | Dave Reisner | 2013-01-03 | 1 | -8/+9 |
* | allow fuzzy matching on devices | Dave Reisner | 2013-01-03 | 2 | -6/+30 |
* | 80 columns! | Dave Reisner | 2013-01-03 | 3 | -6/+12 |
* | add zsh completion | Daniel Wallace | 2013-01-03 | 2 | -0/+129 |
* | README -> README.md | Dave Reisner | 2013-01-03 | 2 | -3/+5 |
* | allow overriding the compiler | Dave Reisner | 2013-01-03 | 1 | -1/+1 |
* | we're c++ now. | Dave Reisner | 2013-01-03 | 3 | -1028/+4 |
* | fixup tests | Dave Reisner | 2013-01-03 | 1 | -2/+2 |
* | Merge remote-tracking branch 'pwnymix/master' | Dave Reisner | 2013-01-03 | 5 | -53/+1605 |
|\ | |||||
| * | show description in list-short | Dave Reisner | 2013-01-03 | 1 | -2/+3 |
| * | properly clamp values in Set{Balance,Volume} | Dave Reisner | 2013-01-03 | 1 | -8/+6 |
| * | resolve the card choice as late as possible | Dave Reisner | 2013-01-03 | 1 | -24/+21 |
| * | allow card lookup by index | Dave Reisner | 2013-01-03 | 1 | -0/+3 |
| * | Cleanup manpage, reintroduce application commands section | Dave Reisner | 2013-01-03 | 2 | -5/+22 |
| * | add manpage | Dave Reisner | 2013-01-02 | 1 | -0/+99 |
| * | reorg usage output | Dave Reisner | 2013-01-02 | 1 | -11/+7 |
| * | remove defunct enum | Dave Reisner | 2013-01-02 | 1 | -28/+1 |
| * | implement -short variations of list verbs | Dave Reisner | 2013-01-02 | 1 | -60/+130 |
| * | A dash of color... | Dave Reisner | 2013-01-02 | 1 | -6/+85 |
| * | fix abort on set-profile after removing profile | Dave Reisner | 2013-01-02 | 1 | -0/+4 |
| * | whitespace police | Dave Reisner | 2013-01-02 | 1 | -24/+24 |
| * | remove string_to_device; PulseClient can do this now | Dave Reisner | 2013-01-02 | 1 | -21/+6 |
| * | always defined behaviors for devices | Dave Reisner | 2013-01-02 | 1 | -0/+6 |
| * | Derive the card from the targetted device | Dave Reisner | 2013-01-02 | 3 | -8/+91 |
| * | ponymix: validate arg count before invoking function | Dave Reisner | 2013-01-02 | 3 | -131/+96 |
| * | rename class Pulse to PulseClient | Dave Reisner | 2013-01-02 | 3 | -63/+63 |
| * | makefile: CFLAGS -> CXXFLAGS | Dave Reisner | 2013-01-01 | 1 | -4/+10 |
| * | eschew _unused_ attribute | Dave Reisner | 2013-01-01 | 1 | -18/+14 |
| * | alias sane types to --device flags | Dave Reisner | 2013-01-01 | 1 | -9/+35 |
| * | maybe fix app mode? | Dave Reisner | 2013-01-01 | 1 | -1/+16 |
| * | action, not option | Dave Reisner | 2013-01-01 | 1 | -3/+4 |
| * | oops | Dave Reisner | 2013-01-01 | 1 | -4/+4 |
| * | fix null constructions | Dave Reisner | 2013-01-01 | 1 | -6/+12 |
| * | initial commit | Dave Reisner | 2013-01-01 | 4 | -0/+1319 |
* | WIP support for card profiles | Dave Reisner | 2012-12-30 | 1 | -19/+72 |
* | fix another possible NULL strdup | Dave Reisner | 2012-12-24 | 1 | -2/+3 |
* | avoid crash on sinks without names (loopbacks?) | Dave Reisner | 2012-12-24 | 1 | -1/+1 |
* | avoid segfault on empty application name | Dave Reisner | 2012-12-05 | 1 | -2/+4 |
* | fix totally backwards strstr matching | Dave Reisner | 2012-10-05 | 1 | -6/+6 |
* | update usage for --output/--input | Dave Reisner | 2012-10-01 | 1 | -1/+3 |
* | support searching across sinks/sources | Simon Gomizelj | 2012-10-01 | 1 | -49/+72 |
* | add --input/--output as an alternative flags. | Simon Gomizelj | 2012-10-01 | 2 | -2/+4 |
* | change application pretty print names | Simon Gomizelj | 2012-10-01 | 1 | -2/+2 |
* | fix whitespace in usage() | Dave Reisner | 2012-09-29 | 1 | -4/+4 |