summaryrefslogtreecommitdiff
path: root/libpiano
AgeCommit message (Collapse)AuthorFilesLines
2008-08-22piano: Remove that nifty warning -- for nowLars-Dominik Braun1-0/+2
2008-08-22piano: New output blowfish keyLars-Dominik Braun1-261/+261
Here we go again! It actually took *one morning* to get the output key.
2008-08-21piano: New URL decryption keyLars-Dominik Braun1-263/+265
The first step is made. audioURL can be decrypted again. crypt_key_output.h is in progress...
2008-08-20piano: New error INCOMPATIBLE_VERSIONLars-Dominik Braun3-1/+9
Raised when pandora bumps their protocol url/version
2008-08-20piano: Protocol version bump, encryption key changedLars-Dominik Braun1-1/+4
libpiano is useless without the new encryption key. Happy hacking :)
2008-08-17piano: New return value _NOT_AUTHORIZEDLars-Dominik Braun3-1/+8
2008-08-16piano: Replace statistics sent to pandora by 0'sLars-Dominik Braun1-4/+4
We won't count the seconds we played a particular station. 0 should be fine.
2008-08-14piano: Fix strange copy&waste mistakeLars-Dominik Braun1-2/+1
2008-08-13piano: Describe narrative functions added in last commitLars-Dominik Braun2-0/+12
2008-08-12Initial "narrative" implementationLars-Dominik Braun4-0/+51
"Why did you play this song?"
2008-08-08Several code optimizationsLars-Dominik Braun3-17/+19
2008-08-05piano: Remember stations selected for quickmixLars-Dominik Braun1-0/+51
2008-07-24Initial ReplayGain work (including anti-clipping)Lars-Dominik Braun2-1/+3
Could be tuned...
2008-07-23piano: Human-readable error messagesLars-Dominik Braun2-0/+37
2008-07-23Be correct, use "const"Lars-Dominik Braun8-77/+90
2008-07-22piano: Make app more responsive by adding a general network timeoutLars-Dominik Braun1-0/+1
60 seconds should be enough to transfer a few bytes of xml data
2008-07-19piano: Fix possible memory leakLars-Dominik Braun1-1/+2
*Every* xml parser uses XmlInitDoc to create a doc handle, but nobody frees it when an error is reported.
2008-07-19piano: PianoDestroyStation in needed by XML parsersLars-Dominik Braun1-0/+3
2008-07-19Rate "shared stations" correctly by transforming them to private stationsLars-Dominik Braun4-1/+65
2008-07-18piano: Remove some old, forgotten debugging codeLars-Dominik Braun1-1/+0
2008-07-18piano: Fix PianoHttpGet's setopts by forcing a GET requestLars-Dominik Braun1-0/+3
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