summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-05Add 'player' configuration option to select player back end. Current valid va...Michał Cichoń1-2/+9
2015-08-26Drop curl in favor of WinHTTPMichał Cichoń1-30/+22
2015-08-25Add format_title settings to control Pianobar window title appearance.Michał Cichoń1-0/+4
2015-08-25Finish playback to prevent echo of previous song when opening new stream.Michał Cichoń1-1/+2
2015-08-25Port pianobar to Windows:Michał Cichoń1-183/+95
2015-08-10Move feature test macros to config.hLars-Dominik Braun1-6/+1
2015-08-10Add feature to change Pandora settingsLars-Dominik Braun1-0/+1
2015-04-06Switch back to libcurlLars-Dominik Braun1-36/+10
2015-03-07player: Ignore volume change before playback startedLars-Dominik Braun1-1/+1
2014-06-16Re-init terminal when awaking from ^ZLars-Dominik Braun1-6/+2
2014-06-04Print error message when proxy URL format is incorrectTej Chajed1-2/+10
2014-06-02Show username stored in config if asking for passwordLars-Dominik Braun1-2/+8
2014-04-18player: Fix state-machineLars-Dominik Braun1-1/+1
2014-03-31Use libav/ffmpeg for audio decodingLars-Dominik Braun1-38/+37
2014-03-14piano: Request track lengthLars-Dominik Braun1-2/+2
2014-03-13fix warnings now noted due to format string checkingCody P Schafer1-1/+1
2013-08-07piano: Generic linked listsLars-Dominik Braun1-3/+3
2013-07-02piano: Check for libgcrypt errorsLars-Dominik Braun1-2/+8
2013-05-13Permit multiple HTTP errors in a rowLars-Dominik Braun1-2/+9
2013-02-26Add play and pause commandsAdam Simpkins1-0/+2
2012-11-04New setting: Read RPC TLS portPierre Zurek1-0/+1
2012-10-21New setting: Read password from external commandLars-Dominik Braun1-7/+70
2012-09-22Save station and volume to statefileLars-Dominik Braun1-0/+3
2012-09-17Fix history memory leakLars-Dominik Braun1-0/+1
2012-07-05Initialize libgcryptLars-Dominik Braun1-0/+3
2012-06-14Ignore SIGPIPELars-Dominik Braun1-0/+4
2012-06-09piano: Select quality instead of audio formatLars-Dominik Braun1-1/+1
2012-05-26Move mutex initalization to main threadLars-Dominik Braun1-1/+3
2012-05-26Revert "Remove pause mutex/add pthread cleanup function"Lars-Dominik Braun1-8/+12
2012-05-14Remove pause mutex/add pthread cleanup functionLars-Dominik Braun1-12/+8
2012-05-07Configureable RPC hostLars-Dominik Braun1-1/+1
2012-05-05Avoid player mode race conditionLars-Dominik Braun1-16/+13
2012-05-01Don’t hardcode passwordsLars-Dominik Braun1-1/+3
2012-03-31Warn if ctl is not a fifoLars-Dominik Braun1-3/+13
2012-03-17Auto-select last remaining item of filtered listLars-Dominik Braun1-1/+2
2012-01-12Eliminate concurrent use of (un-)buffered I/OLars-Dominik Braun1-1/+2
2012-01-11TLS is enabled per-request nowLars-Dominik Braun1-1/+0
2011-11-11waitress: Fingerprint checkLars-Dominik Braun1-14/+3
2011-11-10Die if trust file load failsLars-Dominik Braun1-4/+16
2011-11-09TLS is not optional any moreLars-Dominik Braun1-11/+1
2011-11-09Added TLS settingsLars-Dominik Braun1-4/+8
2011-11-09Free Waitress handleLars-Dominik Braun1-0/+1
2011-11-09waitress: move credentials init to WaitressInitLars-Dominik Braun1-2/+2
2011-11-09waitress: Initial TLS implementation (using gnutls)Lars-Dominik Braun1-1/+9
2011-10-22Support seed stationsLars-Dominik Braun1-1/+1
2011-08-23Configureable fifo pathLars-Dominik Braun1-4/+2
2011-07-29Ask for email address instead of usernameOliver Graff1-1/+1
2011-07-25Added toggle to quickmix menuLars-Dominik Braun1-1/+1
2011-07-14Defined _DARWIN_C_SOURCELars-Dominik Braun1-0/+1
2011-07-11Disable feature test macros on FreeBSDEitan Adler1-0/+2