summaryrefslogtreecommitdiff
path: root/src/libpiano/crypt.h
AgeCommit message (Collapse)AuthorFilesLines
2017-05-17Switch to #pragma onceLars-Dominik Braun1-3/+1
# Conflicts: # src/http/http.h # src/player.h
2015-08-25libpiano: Abstract out blowfish cipher to PianoCipher_t so different ↵Michał Cichoń1-6/+7
implementations than gcrypt can be used.
2014-05-08piano: Fix include guard of crypt.hLars-Dominik Braun1-3/+3
Missed that one in 4d8ad7d87072bc1631d0b949930f4869e56b7b99. Fixes #449.
2013-06-08Fix build in FreeBSDWilliam Grzybowski1-0/+3
2012-05-01Don’t hardcode passwordsLars-Dominik Braun1-2/+5
It’s a bad idea to hardcode these, although playback does not work with non-android login yet.
2012-01-20piano: Make sync response parser NUL-byte awareLars-Dominik Braun1-2/+2
Fixes #207
2010-12-27Change my email addressLars-Dominik Braun1-1/+1
Again. And hopefully the last time.
2010-12-26Better directory layoutLars-Dominik Braun1-0/+30
Removed useless AUTHORS, COPYING and README files. Move manpage to contrib (it's not exactly source code).