Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-23 | Fix warnings found by -Wmissing-declarations | Lars-Dominik Braun | 1 | -4/+4 | |
2011-12-08 | piano: Fix memset | Lars-Dominik Braun | 1 | -1/+1 | |
See #192 | |||||
2011-11-21 | piano: Update authenticateListener parameters | Lars-Dominik Braun | 1 | -0/+8 | |
There are a few more parameters which I did not notice, since Pandora uses a strange JSON API (which returns XML!) for authentication now. See issue #187. | |||||
2011-11-09 | piano: Protocol version bump (v33) | Lars-Dominik Braun | 1 | -68/+53 | |
addFeedback call changed. Input keys changed. Thanks to ZigZagJoe. Closes #171 | |||||
2011-10-22 | Support seed stations | Lars-Dominik Braun | 1 | -1/+6 | |
Fixes #165 | |||||
2011-09-22 | piano: Protocol version bump (v32) | Lars-Dominik Braun | 1 | -48/+46 | |
Keys stay the same. Quickmix and seed suggestion API calls changed. Listener id is not part of the url any more. Bookmark API calls seem to be deprecated. | |||||
2011-07-14 | Defined _DARWIN_C_SOURCE | Lars-Dominik Braun | 1 | -0/+1 | |
Required to expose non-standard functions. Closes #138 | |||||
2011-07-11 | Disable feature test macros on FreeBSD | Eitan Adler | 1 | -0/+2 | |
Closes #136 | |||||
2011-07-09 | piano: Protocol version bump (v31) | Lars-Dominik Braun | 1 | -2/+9 | |
Keys unchanged. Empty argument added to createStation. Thanks to ZigZagJoe! | |||||
2011-04-27 | piano: Protocol version bump (v30) | Lars-Dominik Braun | 1 | -1/+1 | |
No api changes. Thanks to ZigZagJoe for the keys. | |||||
2011-04-04 | piano: Added songDetailUrl to PianoSong_t | Lars-Dominik Braun | 1 | -0/+1 | |
2011-03-21 | Update copyright years of touched files | Lars-Dominik Braun | 1 | -1/+1 | |
2011-03-21 | piano: New error REMOVING_TOO_MANY_SEEDS | Lars-Dominik Braun | 1 | -0/+4 | |
2011-03-21 | piano: Delete seed support | Lars-Dominik Braun | 1 | -0/+37 | |
2011-03-21 | piano: Delete feedback | Lars-Dominik Braun | 1 | -0/+21 | |
2011-03-21 | piano: Add getStation support | Lars-Dominik Braun | 1 | -15/+54 | |
Response contains artist/song seeds and feedback data. | |||||
2011-02-07 | piano: xmlencode password | Lars-Dominik Braun | 1 | -2/+14 | |
Fixes issue #87. | |||||
2010-12-27 | Change my email address | Lars-Dominik Braun | 1 | -1/+1 | |
Again. And hopefully the last time. | |||||
2010-12-26 | Better directory layout | Lars-Dominik Braun | 1 | -0/+1114 | |
Removed useless AUTHORS, COPYING and README files. Move manpage to contrib (it's not exactly source code). |