summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-17contrib: Use $XDG_HOME_CONFIGLars-Dominik Braun1-1/+1
2017-05-17Fix use-after-free when deleting stationLars-Dominik Braun1-0/+2
2017-05-17Switch to #pragma onceLars-Dominik Braun18-65/+16
2017-05-17piano: Replace deprecated json_object_object_getLars-Dominik Braun1-74/+105
2017-05-17Sort manpage, remove non-existing tls_fingerprintLars-Dominik Braun2-21/+18
2017-05-17Added gain_mul setting to soften effect of replaygain.Sean Greenslade4-1/+12
2017-05-17add uninstall into makefileFelix Wong1-1/+10
2017-05-17Exit when no email/password was entered or ^C was pressedLars-Dominik Braun1-9/+12
2017-05-17Replace getline() with fgets()Lars-Dominik Braun1-6/+59
2017-05-17Support binding to a specific network interfaceblmpl4-0/+16
2017-05-17Show status code text if no other source of error is available.Michał Cichoń5-65/+81
2017-05-17Makefile: Provide a way to disable silent rulesLars-Dominik Braun1-16/+24
2017-05-17Add default value for rpcTlsPortLars-Dominik Braun1-1/+1
2016-08-25Update README.mdMichał Cichoń1-2/+2
2016-08-25Update README.mdMichał Cichoń1-4/+0
2016-08-25Update README.mdMichał Cichoń1-0/+4
2016-08-25Update README.mdMichał Cichoń1-1/+8
2015-12-10Add missing new line after password prompt.Michał Cichoń1-295/+342
2015-12-10Merge tag '2015.12.10' into developMichał Cichoń2-1/+27
2015-12-10Merge branch 'release/2015.12.10'2015.12.10Michał Cichoń9-324/+365
2015-12-10Bump version and update changelogMichał Cichoń2-1/+27
2015-12-10Windows 8+ compatibility and WMF player fixes.Michał Cichoń7-323/+338
2015-12-10Fix crash for long printfsMichał Cichoń1-1/+1
2015-12-10Don't check errors on Stop() to avoid breaking playlist playback.Michał Cichoń1-4/+8
2015-12-10Use custom function to feed console instead of trying to be clever and captur...Michał Cichoń6-319/+330
2015-12-05Merge tag '2015.12.05' into developMichał Cichoń1-1/+1
2015-12-05Merge branch 'release/2015.12.05'2015.12.05Michał Cichoń19-921/+3126
2015-12-05Bump version.Michał Cichoń1-1/+1
2015-12-05Add 'player' configuration option to select player back end. Current valid va...Michał Cichoń8-5/+28
2015-12-05Mark media foundation as experimentalMichał Cichoń1-2/+2
2015-12-05MediaFoundation: Convert attenuation to linear volume.Michał Cichoń1-15/+121
2015-12-05Fix pause condition.Michał Cichoń1-2/+2
2015-12-05Add player based on Windows Media Foundation.Michał Cichoń5-0/+1784
2015-12-05Refactor DirectShow player as backend.Michał Cichoń4-363/+655
2015-12-05Move files around.Michał Cichoń7-485/+485
2015-08-27player2: Fix IsFinished state detection and do cleanup when shuting down.Michał Cichoń2-6/+51
2015-08-26Merge branch 'windows-port' of https://github.com/thedmd/pianobar-windows int...Michał Cichoń0-0/+0
2015-08-26Drop curl in favor of WinHTTPMichał Cichoń8-159/+570
2015-08-26Drop curl in favor of WinHTTPMichał Cichoń8-159/+575
2015-08-26libpiano: Drop use of curlMichał Cichoń1-11/+48
2015-08-25Bump version.Michał Cichoń1-1/+1
2015-08-25Replace pthread with CRT thread.Michał Cichoń1-9/+9
2015-08-25Remove unused headers.Michał Cichoń2-8/+0
2015-08-25Add format_title settings to control Pianobar window title appearance.Michał Cichoń5-0/+48
2015-08-25Add new type of message MSG_DEBUG.Michał Cichoń3-4/+6
2015-08-25Finish playback to prevent echo of previous song when opening new stream.Michał Cichoń1-1/+2
2015-08-25Fix text copied to clipboard being cropped.Michał Cichoń1-4/+5
2015-08-25Port pianobar to Windows:Michał Cichoń15-1120/+1378
2015-08-25libpiano: Abstract out blowfish cipher to PianoCipher_t so different implemen...Michał Cichoń7-69/+86
2015-08-12Change ln -s to ln -fs in MakefileDylan Frese1-4/+4