summaryrefslogtreecommitdiff
path: root/libpiano/src
AgeCommit message (Collapse)AuthorFilesLines
2008-06-25piano/client: Initial ban-for-a-month implementationLars-Dominik Braun3-1/+37
Use it when you're tired of hearing a single song again and again...
2008-06-25piano: Fix incompatible protocol change (addFeedback)Lars-Dominik Braun1-1/+2
I was wrong. Pandora added a parameter to the addFeedback method which made my version incompatible. Should be fixed now.
2008-06-25piano: Protocol version bump (v20)Lars-Dominik Braun1-2/+5
Changes seems to be backwards compatible. Blowfish key not changed.
2008-06-24piano/client: Move song implementedLars-Dominik Braun2-10/+58
2008-06-23Set curl timeout to 60 seconds.Lars-Dominik Braun1-0/+1
2008-06-20piano: Forgot some signed to char conversationsLars-Dominik Braun1-2/+2
2008-06-20piano: Disable some unused structure elementsLars-Dominik Braun1-22/+22
They're wasting memory at the moment
2008-06-20piano: Make en-/decipher code readableLars-Dominik Braun1-76/+48
Remove _locN's taken from decompiled pandora code and replace them with their correct blowfish algo variable names (l, r, ...)
2008-06-19Showing real face now.Lars-Dominik Braun2-4/+2
User agent is now PACKAGE_STRING
2008-06-19piano: Using own free () wrapper nowLars-Dominik Braun4-55/+71
PS: "lib:" prefix is now "piano:"; I may add other libraries (last.fm support e.g.)
2008-06-19"Add more music" implementedLars-Dominik Braun4-0/+67
This can add more track/artist seeds to the currently played station
2008-06-18lib: Fix commit 4c487ec1dbf1be71751f9547ccea6b1faa362191Lars-Dominik Braun2-6/+6
I forgot to update some headers.
2008-06-17lib: Fixed some void functionsLars-Dominik Braun1-13/+14
Forgot them while adding return values in commit 56432d661e34de9aa0d1727fb7b06f19aa18723e
2008-06-17Use config.hLars-Dominik Braun1-0/+1
2008-06-17lib: Move sources to srcLars-Dominik Braun13-0/+3836