Age | Commit message (Expand) | Author | Files | Lines |
2017-05-17 | Added gain_mul setting to soften effect of replaygain. | Sean Greenslade | 1 | -1/+2 |
2017-05-17 | Exit when no email/password was entered or ^C was pressed | Lars-Dominik Braun | 1 | -9/+12 |
2017-05-17 | Show status code text if no other source of error is available. | Michał Cichoń | 1 | -54/+46 |
2015-12-10 | Add missing new line after password prompt. | Michał Cichoń | 1 | -295/+342 |
2015-12-10 | Use custom function to feed console instead of trying to be clever and captur... | Michał Cichoń | 1 | -1/+1 |
2015-12-05 | Add 'player' configuration option to select player back end. Current valid va... | Michał Cichoń | 1 | -2/+9 |
2015-08-26 | Drop curl in favor of WinHTTP | Michał Cichoń | 1 | -30/+22 |
2015-08-25 | Add format_title settings to control Pianobar window title appearance. | Michał Cichoń | 1 | -0/+4 |
2015-08-25 | Finish playback to prevent echo of previous song when opening new stream. | Michał Cichoń | 1 | -1/+2 |
2015-08-25 | Port pianobar to Windows: | Michał Cichoń | 1 | -183/+95 |
2015-08-10 | Move feature test macros to config.h | Lars-Dominik Braun | 1 | -6/+1 |
2015-08-10 | Add feature to change Pandora settings | Lars-Dominik Braun | 1 | -0/+1 |
2015-04-06 | Switch back to libcurl | Lars-Dominik Braun | 1 | -36/+10 |
2015-03-07 | player: Ignore volume change before playback started | Lars-Dominik Braun | 1 | -1/+1 |
2014-06-16 | Re-init terminal when awaking from ^Z | Lars-Dominik Braun | 1 | -6/+2 |
2014-06-04 | Print error message when proxy URL format is incorrect | Tej Chajed | 1 | -2/+10 |
2014-06-02 | Show username stored in config if asking for password | Lars-Dominik Braun | 1 | -2/+8 |
2014-04-18 | player: Fix state-machine | Lars-Dominik Braun | 1 | -1/+1 |
2014-03-31 | Use libav/ffmpeg for audio decoding | Lars-Dominik Braun | 1 | -38/+37 |
2014-03-14 | piano: Request track length | Lars-Dominik Braun | 1 | -2/+2 |
2014-03-13 | fix warnings now noted due to format string checking | Cody P Schafer | 1 | -1/+1 |
2013-08-07 | piano: Generic linked lists | Lars-Dominik Braun | 1 | -3/+3 |
2013-07-02 | piano: Check for libgcrypt errors | Lars-Dominik Braun | 1 | -2/+8 |
2013-05-13 | Permit multiple HTTP errors in a row | Lars-Dominik Braun | 1 | -2/+9 |
2013-02-26 | Add play and pause commands | Adam Simpkins | 1 | -0/+2 |
2012-11-04 | New setting: Read RPC TLS port | Pierre Zurek | 1 | -0/+1 |
2012-10-21 | New setting: Read password from external command | Lars-Dominik Braun | 1 | -7/+70 |
2012-09-22 | Save station and volume to statefile | Lars-Dominik Braun | 1 | -0/+3 |
2012-09-17 | Fix history memory leak | Lars-Dominik Braun | 1 | -0/+1 |
2012-07-05 | Initialize libgcrypt | Lars-Dominik Braun | 1 | -0/+3 |
2012-06-14 | Ignore SIGPIPE | Lars-Dominik Braun | 1 | -0/+4 |
2012-06-09 | piano: Select quality instead of audio format | Lars-Dominik Braun | 1 | -1/+1 |
2012-05-26 | Move mutex initalization to main thread | Lars-Dominik Braun | 1 | -1/+3 |
2012-05-26 | Revert "Remove pause mutex/add pthread cleanup function" | Lars-Dominik Braun | 1 | -8/+12 |
2012-05-14 | Remove pause mutex/add pthread cleanup function | Lars-Dominik Braun | 1 | -12/+8 |
2012-05-07 | Configureable RPC host | Lars-Dominik Braun | 1 | -1/+1 |
2012-05-05 | Avoid player mode race condition | Lars-Dominik Braun | 1 | -16/+13 |
2012-05-01 | Don’t hardcode passwords | Lars-Dominik Braun | 1 | -1/+3 |
2012-03-31 | Warn if ctl is not a fifo | Lars-Dominik Braun | 1 | -3/+13 |
2012-03-17 | Auto-select last remaining item of filtered list | Lars-Dominik Braun | 1 | -1/+2 |
2012-01-12 | Eliminate concurrent use of (un-)buffered I/O | Lars-Dominik Braun | 1 | -1/+2 |
2012-01-11 | TLS is enabled per-request now | Lars-Dominik Braun | 1 | -1/+0 |
2011-11-11 | waitress: Fingerprint check | Lars-Dominik Braun | 1 | -14/+3 |
2011-11-10 | Die if trust file load fails | Lars-Dominik Braun | 1 | -4/+16 |
2011-11-09 | TLS is not optional any more | Lars-Dominik Braun | 1 | -11/+1 |
2011-11-09 | Added TLS settings | Lars-Dominik Braun | 1 | -4/+8 |
2011-11-09 | Free Waitress handle | Lars-Dominik Braun | 1 | -0/+1 |
2011-11-09 | waitress: move credentials init to WaitressInit | Lars-Dominik Braun | 1 | -2/+2 |
2011-11-09 | waitress: Initial TLS implementation (using gnutls) | Lars-Dominik Braun | 1 | -1/+9 |
2011-10-22 | Support seed stations | Lars-Dominik Braun | 1 | -1/+1 |