summaryrefslogtreecommitdiff
path: root/src/libpiano/xml.c
AgeCommit message (Collapse)AuthorFilesLines
2012-05-01piano: Move to JSON API (v5)Lars-Dominik Braun1-980/+0
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: DAILY_SKIP_LIMIT_REACHED addedLars-Dominik Braun1-0/+2
See #214
2012-01-20piano: Make sync response parser NUL-byte awareLars-Dominik Braun1-1/+1
Fixes #207
2012-01-13piano: New error EXCESSIVE_ACTIVITYLars-Dominik Braun1-0/+2
See #208
2011-12-24Fix warnings found by -Wwrite-stringsLars-Dominik Braun1-3/+4
Can’t fix all of them; ezxml is a mess :(
2011-12-23Fix warnings found by -Wmissing-declarationsLars-Dominik Braun1-0/+1
2011-11-09piano: Protocol version bump (v33)Lars-Dominik Braun1-4/+4
addFeedback call changed. Input keys changed. Thanks to ZigZagJoe. Closes #171
2011-10-22piano: A few more assertionsLars-Dominik Braun1-0/+8
2011-10-22Support seed stationsLars-Dominik Braun1-3/+29
Fixes #165
2011-09-22piano: Protocol version bump (v32)Lars-Dominik Braun1-2/+0
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-15piano: Check for exception only in ParseSimpleLars-Dominik Braun1-13/+3
Fixes false bookmarking error message (bookmarking still worked). Closes #140
2011-07-14Defined _DARWIN_C_SOURCELars-Dominik Braun1-0/+1
Required to expose non-standard functions. Closes #138
2011-07-11Disable feature test macros on FreeBSDEitan Adler1-0/+2
Closes #136
2011-05-06Fix useQuixMix attributeLars-Dominik Braun1-1/+2
No station was shown as useQuickMix, because callback function set pointer to NULL for members that did not have anything to do with the quickmix stuff. Don't do that. Closes #118.
2011-04-04piano: Added songDetailUrl to PianoSong_tLars-Dominik Braun1-0/+2
2011-03-21Update copyright years of touched filesLars-Dominik Braun1-1/+1
2011-03-21piano: New error REMOVING_TOO_MANY_SEEDSLars-Dominik Braun1-0/+2
2011-03-21piano: Add getStation supportLars-Dominik Braun1-38/+156
Response contains artist/song seeds and feedback data.
2010-12-27Change my email addressLars-Dominik Braun1-1/+1
Again. And hopefully the last time.
2010-12-26Better directory layoutLars-Dominik Braun1-0/+826
Removed useless AUTHORS, COPYING and README files. Move manpage to contrib (it's not exactly source code).