summaryrefslogtreecommitdiff
path: root/src/libpiano/crypt.c
AgeCommit message (Collapse)AuthorFilesLines
2015-08-25libpiano: Abstract out blowfish cipher to PianoCipher_t so different ↵Michał Cichoń1-11/+44
implementations than gcrypt can be used.
2013-06-08Fix build in FreeBSDWilliam Grzybowski1-1/+0
2012-09-21piano: Fix memory leak pointed out by clangLars-Dominik Braun1-0/+2
2012-05-01Don’t hardcode passwordsLars-Dominik Braun1-12/+5
It’s a bad idea to hardcode these, although playback does not work with non-android login yet.
2012-05-01piano: Move to JSON API (v5)Lars-Dominik Braun1-154/+51
In random order: Thanks to Chris Eby for his work on pithos, to an anonymous coward for sending me his Android client, to Alex Howard for sending me the webOS client, to ZigZagJoe for providing a temporary fix and thanks to everyone who sent Pandora a message. Although there are a few rough edges here and there this fixes #236.
2012-01-20piano: Make sync response parser NUL-byte awareLars-Dominik Braun1-3/+10
Fixes #207
2011-12-23Fix warnings found by -Wcast-qualLars-Dominik Braun1-4/+4
2011-12-23Fix warnings found by -Wmissing-declarationsLars-Dominik Braun1-5/+8
2010-12-27Change my email addressLars-Dominik Braun1-1/+1
Again. And hopefully the last time.
2010-12-26Better directory layoutLars-Dominik Braun1-0/+197
Removed useless AUTHORS, COPYING and README files. Move manpage to contrib (it's not exactly source code).