summaryrefslogtreecommitdiff
path: root/libpiano
AgeCommit message (Collapse)AuthorFilesLines
2008-07-17piano: Little blowfish speed improvementLars-Dominik Braun1-2/+6
2008-07-17piano: Initial global genre stations supportLars-Dominik Braun6-7/+160
Pandora provides a xml list of genre stations. Read this list and insert its data into our PianoHandle tree if requested.
2008-07-17piano: Fix blowfish key coding styleLars-Dominik Braun2-2087/+540
This eleminates some nasty warnings. Key contents stay the same.
2008-07-16Support rating of songs played by QuickMixLars-Dominik Braun2-6/+5
Attention! This breaks libpiano's api compatibility because of a changed argument count in PianoRateTrack
2008-07-08piano: Delete const.h and put constants where they belongLars-Dominik Braun3-49/+20
2008-07-07SSL control proxy issue workaroundLars-Dominik Braun2-4/+8
Some proxies refuse SSL connections. Make them usable by adding an option which disables the usage of SSL for the login.
2008-07-07Use album title too (for scrobbling, e.g.)Lars-Dominik Braun3-1/+5
2008-07-07piano: Handle network errorsLars-Dominik Braun4-60/+101
2008-07-03piano: Replace XmlEncodeString with more efficient versionLars-Dominik Braun1-20/+14
2008-07-03piano: Shared station support for CreateStationLars-Dominik Braun2-8/+11
2008-07-02client: Show real station when playing quickmix songLars-Dominik Braun3-1/+17
2008-07-02client: Initial quickmix station selection supportLars-Dominik Braun3-2/+63
2008-06-25Documentation (readme) updateLars-Dominik Braun1-0/+5
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 Braun2-0/+2
2008-06-17lib: Move sources to srcLars-Dominik Braun15-8/+9
2008-06-17Removed @author and @added as they are tracked by gitLars-Dominik Braun4-78/+0
2008-06-17lib: Lonely curNode is now at home...Lars-Dominik Braun1-1/+1
2008-06-17More error handling.Lars-Dominik Braun4-31/+126
Now we can parse and handle pandora's <fault> messages and abort the parsing process. Some more fault type should be added, as well as more client support for those errors.
2008-06-16lib: Some documentation updatesLars-Dominik Braun2-8/+20
2008-06-15client: Config file added, not yet documentedLars-Dominik Braun1-4/+0
Some restructuring was necessary too.
2008-06-15lib: Separate from client's automakeLars-Dominik Braun7-0/+45
2008-06-14Finally implemented "create station"Lars-Dominik Braun4-0/+65
This may be a bit buggy, because no return values are checked or returned. A big cleanup session is waiting...
2008-06-13Hopefully fixed wrong libxml2 usageLars-Dominik Braun2-7/+6
We did a xmlCleanupParser () call everytime we finished parsing; this is wrong (http://xmlsoft.org/html/libxml-parser.html#xmlCleanupParser)
2008-06-13lib: Generic xml document initLars-Dominik Braun1-31/+28
2008-06-13lib: Generic get text from node functionLars-Dominik Braun1-39/+23
2008-06-12lib: Misc header fixesLars-Dominik Braun2-2/+2
2008-06-12lib: Misc documentation fixesLars-Dominik Braun2-6/+12
2008-06-12lib: Update local data after rating trackLars-Dominik Braun1-0/+5
This prevents the user from loving a track two times, e.g.
2008-06-12Merge branch 'deletestation'Lars-Dominik Braun2-4/+34
2008-06-12Added .gitignore filesLars-Dominik Braun1-0/+1
2008-06-12lib: Delete station pointer when deleting stationLars-Dominik Braun1-1/+19
2008-06-12lib: Split DestroyStationsLars-Dominik Braun2-3/+15
2008-06-12lib: Forgot some function declarations in xml.hLars-Dominik Braun1-0/+3
2008-06-12lib: Missed one strcmp while revertingLars-Dominik Braun1-1/+1
2008-06-12Revert "Replaced strcmp with xmlStrEqual"Lars-Dominik Braun1-13/+13
This reverts commit 305a4ba4885038f05444b9a7e8664c6ff67b66e2. Throws out too many warnings...
2008-06-12lib: Initial music search implementationLars-Dominik Braun3-0/+206
2008-06-11Update the station pointer when renaming stationLars-Dominik Braun1-1/+6