aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* README -> README.mdDave Reisner2013-01-032-3/+5
* allow overriding the compilerDave Reisner2013-01-031-1/+1
* we're c++ now.Dave Reisner2013-01-033-1028/+4
* fixup testsDave Reisner2013-01-031-2/+2
* Merge remote-tracking branch 'pwnymix/master'Dave Reisner2013-01-035-53/+1605
|\
| * show description in list-shortDave Reisner2013-01-031-2/+3
| * properly clamp values in Set{Balance,Volume}Dave Reisner2013-01-031-8/+6
| * resolve the card choice as late as possibleDave Reisner2013-01-031-24/+21
| * allow card lookup by indexDave Reisner2013-01-031-0/+3
| * Cleanup manpage, reintroduce application commands sectionDave Reisner2013-01-032-5/+22
| * add manpageDave Reisner2013-01-021-0/+99
| * reorg usage outputDave Reisner2013-01-021-11/+7
| * remove defunct enumDave Reisner2013-01-021-28/+1
| * implement -short variations of list verbsDave Reisner2013-01-021-60/+130
| * A dash of color...Dave Reisner2013-01-021-6/+85
| * fix abort on set-profile after removing profileDave Reisner2013-01-021-0/+4
| * whitespace policeDave Reisner2013-01-021-24/+24
| * remove string_to_device; PulseClient can do this nowDave Reisner2013-01-021-21/+6
| * always defined behaviors for devicesDave Reisner2013-01-021-0/+6
| * Derive the card from the targetted deviceDave Reisner2013-01-023-8/+91
| * ponymix: validate arg count before invoking functionDave Reisner2013-01-023-131/+96
| * rename class Pulse to PulseClientDave Reisner2013-01-023-63/+63
| * makefile: CFLAGS -> CXXFLAGSDave Reisner2013-01-011-4/+10
| * eschew _unused_ attributeDave Reisner2013-01-011-18/+14
| * alias sane types to --device flagsDave Reisner2013-01-011-9/+35
| * maybe fix app mode?Dave Reisner2013-01-011-1/+16
| * action, not optionDave Reisner2013-01-011-3/+4
| * oopsDave Reisner2013-01-011-4/+4
| * fix null constructionsDave Reisner2013-01-011-6/+12
| * initial commitDave Reisner2013-01-014-0/+1319
* WIP support for card profilesDave Reisner2012-12-301-19/+72
* fix another possible NULL strdupDave Reisner2012-12-241-2/+3
* avoid crash on sinks without names (loopbacks?)Dave Reisner2012-12-241-1/+1
* avoid segfault on empty application nameDave Reisner2012-12-051-2/+4
* fix totally backwards strstr matchingDave Reisner2012-10-051-6/+6
* update usage for --output/--inputDave Reisner2012-10-011-1/+3
* support searching across sinks/sourcesSimon Gomizelj2012-10-011-49/+72
* add --input/--output as an alternative flags.Simon Gomizelj2012-10-012-2/+4
* change application pretty print namesSimon Gomizelj2012-10-011-2/+2
* fix whitespace in usage()Dave Reisner2012-09-291-4/+4
* Merge remote-tracking branch 'johnf/master'Dave Reisner2012-09-292-4/+4
|\
| * clarify -o and -i usageJonathan Frazier2012-09-292-4/+4
* | denote that "defaults" is the default commandDave Reisner2012-09-271-1/+1
* | use the full field initializer for argDave Reisner2012-09-181-1/+1
|/
* add check for mode to action_tSimon Gomizelj2012-09-181-19/+23
* collect state and arguments, restructureSimon Gomizelj2012-09-181-104/+128
* move to a proper list implementationSimon Gomizelj2012-09-181-107/+101
* remove success from pulseaudio_tSimon Gomizelj2012-09-121-21/+26
* stop stuffing things in globalsSimon Gomizelj2012-09-121-86/+95
* Merge pull request #4 from vodik/bugfixesDave Reisner2012-09-061-1/+6
|\