summaryrefslogtreecommitdiff
path: root/libpiano/src/piano.c
AgeCommit message (Collapse)AuthorFilesLines
2010-08-09Make something useful with misc.sync responseLars-Dominik Braun1-28/+86
Calculcate offset to time() and use that offset to avoid out of sync errors.
2010-08-03libpiano: Fix wrong GET argument "method"Lars-Dominik Braun1-4/+4
2010-08-01Fix addFeedbackLars-Dominik Braun1-16/+21
Pandora seems to have dropped focusTraitId and matchingSeed. New arguments to addFeedback are testStrategy and songType -- no idea what they are doing right now. Beware: Incompatible libpiano abi change!
2010-07-31Fix genre station NULL pointer dereferenceLars-Dominik Braun1-1/+16
Obviously pandora changed the genre station api. Attention: Incompatible libpiano abi change.
2010-05-13piano: Fix compiler warnings on OpenBSDLars-Dominik Braun1-49/+54
time_t can be *any* integer (signed/unsigned) or (even worse) float. Use explicit cast to get an unsigned long. Thanks to dcoppa@openbsd again.
2010-05-08piano: New error QUICKMIX_NOT_PLAYABLELars-Dominik Braun1-0/+4
Trigger this error: Delete all stations (you can't delete the quickmix) and select your quickmix station.
2010-04-19piano: API version bump (v27)Lars-Dominik Braun1-1/+1
No incompatible changes found yet.
2010-04-05piano: New request/response apiLars-Dominik Braun1-653/+681
Removed HTTP stuff from libpiano. The user is now responsible for POSTing data to the server.
2010-02-14New feature: Bookmark song/artist (keybinding 'b')Lars-Dominik Braun1-0/+61
2010-02-01piano: New error PLAYLIST_ENDLars-Dominik Braun1-0/+4
See bug #10
2010-01-28piano: Fixed outdated commentsLars-Dominik Braun1-9/+0
2010-01-22Protocol version bump (v26)Lars-Dominik Braun1-1/+1
2010-01-21It's 2010 now.Lars-Dominik Braun1-1/+1
2009-12-15Rename libraries' main.c filesLars-Dominik Braun1-0/+908