Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-23 | Add support for art covers included in the XML playlist from pandora. | Juan C. Muller | 1 | -0/+1 | |
See issue #56 | |||||
2010-11-06 | Protocol version bump (v29) | Lars-Dominik Braun | 1 | -6/+46 | |
- New crypto keys (thanks to ZigZagJoe for extracting them) - addTiredSong api changed - song identity not needed any more => removed from libpiano | |||||
2010-10-29 | piano: Removed PianoFree | Lars-Dominik Braun | 1 | -52/+37 | |
Ordinary "free" call works fine, no need for memset overhead. | |||||
2010-10-28 | piano: Remove unused byteswap32 macro | Lars-Dominik Braun | 1 | -5/+0 | |
2010-10-28 | piano: Clarify comment of PianoDestroyRequest | Lars-Dominik Braun | 1 | -1/+2 | |
2010-10-28 | piano: Destroy existing user info on reauth | Lars-Dominik Braun | 1 | -4/+14 | |
2010-10-07 | Protocol version bump (v28) | Lars-Dominik Braun | 1 | -3/+6 | |
New crypto keys and a small change in setQuickmix rpc call. | |||||
2010-08-09 | Make something useful with misc.sync response | Lars-Dominik Braun | 1 | -28/+86 | |
Calculcate offset to time() and use that offset to avoid out of sync errors. | |||||
2010-08-03 | libpiano: Fix wrong GET argument "method" | Lars-Dominik Braun | 1 | -4/+4 | |
2010-08-01 | Fix addFeedback | Lars-Dominik Braun | 1 | -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-31 | Fix genre station NULL pointer dereference | Lars-Dominik Braun | 1 | -1/+16 | |
Obviously pandora changed the genre station api. Attention: Incompatible libpiano abi change. | |||||
2010-05-13 | piano: Fix compiler warnings on OpenBSD | Lars-Dominik Braun | 1 | -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-08 | piano: New error QUICKMIX_NOT_PLAYABLE | Lars-Dominik Braun | 1 | -0/+4 | |
Trigger this error: Delete all stations (you can't delete the quickmix) and select your quickmix station. | |||||
2010-04-19 | piano: API version bump (v27) | Lars-Dominik Braun | 1 | -1/+1 | |
No incompatible changes found yet. | |||||
2010-04-05 | piano: New request/response api | Lars-Dominik Braun | 1 | -653/+681 | |
Removed HTTP stuff from libpiano. The user is now responsible for POSTing data to the server. | |||||
2010-02-14 | New feature: Bookmark song/artist (keybinding 'b') | Lars-Dominik Braun | 1 | -0/+61 | |
2010-02-01 | piano: New error PLAYLIST_END | Lars-Dominik Braun | 1 | -0/+4 | |
See bug #10 | |||||
2010-01-28 | piano: Fixed outdated comments | Lars-Dominik Braun | 1 | -9/+0 | |
2010-01-22 | Protocol version bump (v26) | Lars-Dominik Braun | 1 | -1/+1 | |
2010-01-21 | It's 2010 now. | Lars-Dominik Braun | 1 | -1/+1 | |
2009-12-15 | Rename libraries' main.c files | Lars-Dominik Braun | 1 | -0/+908 | |