Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-21 | Inline documentation fix | Lars-Dominik Braun | 1 | -0/+3 | |
2010-11-21 | Replaced strcmp with streq macro | Lars-Dominik Braun | 1 | -16/+18 | |
2010-11-21 | Show custom rating icon in upcoming/history song list | Lars-Dominik Braun | 8 | -27/+73 | |
Closes issue #54 | |||||
2010-11-07 | Fix compilation with DISABLE_MAD/FAAD | Lars-Dominik Braun | 1 | -12/+11 | |
Broken since d39745491dc911c7b7118402d640d54d50e845ab, fixes issue #51 | |||||
2010-11-06 | Back to -dev | Lars-Dominik Braun | 1 | -1/+1 | |
2010-11-06 | Prepare for release 2010.11.062010.11.06 | Lars-Dominik Braun | 2 | -1/+8 | |
2010-11-06 | Protocol version bump (v29) | Lars-Dominik Braun | 6 | -539/+575 | |
- 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 | 4 | -55/+39 | |
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 | Fix memleaks | Lars-Dominik Braun | 1 | -2/+2 | |
PianoDestroyRequests overwrites the content of responseData. We have to free it before that. | |||||
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-28 | Reauthenticate automatically when required | Lars-Dominik Braun | 1 | -2/+28 | |
2010-10-25 | Use BarApp_t in BarUiPianoCall | Lars-Dominik Braun | 4 | -45/+41 | |
Required for automatic reauthentication | |||||
2010-10-18 | Initialize main fd array | Lars-Dominik Braun | 1 | -2/+2 | |
Cherry-picked from Josh Elsasser's unixsocket patch. | |||||
2010-10-08 | Use user-specified include directories | Lars-Dominik Braun | 1 | -0/+1 | |
2010-10-08 | Makefile uses GNU make extension => gmake | Lars-Dominik Braun | 1 | -6/+6 | |
2010-10-07 | Going back to -dev | Lars-Dominik Braun | 1 | -1/+1 | |
2010-10-07 | Prepare for release 2010.10.072010.10.07 | Lars-Dominik Braun | 2 | -1/+5 | |
2010-10-07 | Protocol version bump (v28) | Lars-Dominik Braun | 3 | -531/+534 | |
New crypto keys and a small change in setQuickmix rpc call. | |||||
2010-08-21 | Going back to -dev | Lars-Dominik Braun | 1 | -1/+1 | |
2010-08-21 | Preparing for release 2010.08.212010.08.21 | Lars-Dominik Braun | 4 | -2/+10 | |
2010-08-09 | Support for big endian machines | Lars-Dominik Braun | 2 | -8/+12 | |
A few byteswaps replaced by conditional byteswaps. Thanks to Andrew Peng for providing access to a powerpc machine. | |||||
2010-08-09 | Make something useful with misc.sync response | Lars-Dominik Braun | 3 | -28/+89 | |
Calculcate offset to time() and use that offset to avoid out of sync errors. | |||||
2010-08-04 | socksify/tsocks support | Lars-Dominik Braun | 1 | -3/+20 | |
2010-08-03 | libpiano: Fix wrong GET argument "method" | Lars-Dominik Braun | 1 | -4/+4 | |
2010-08-01 | Add sort config option to manpage and example config file | Lars-Dominik Braun | 2 | -1/+8 | |
2010-08-01 | Fix addFeedback | Lars-Dominik Braun | 4 | -32/+37 | |
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 | 4 | -24/+45 | |
Obviously pandora changed the genre station api. Attention: Incompatible libpiano abi change. | |||||
2010-07-31 | Common piano/eventcmd calls replaced by macros | Lars-Dominik Braun | 1 | -56/+42 | |
Less error-prone copy&paste :) | |||||
2010-07-31 | Replaced long argument list of ui callback functions | Lars-Dominik Braun | 6 | -293/+332 | |
Structure BarApp_t contains most important data now. | |||||
2010-07-30 | Use static const for large read-only arrays | Lars-Dominik Braun | 3 | -5/+5 | |
2010-07-30 | Feature: Custom station sorting | Lars-Dominik Braun | 6 | -18/+103 | |
Sort stations by name and/or isquickmix. | |||||
2010-07-30 | Useless comparison removed | Lars-Dominik Braun | 1 | -4/+2 | |
Unsigned int is always >= 0. | |||||
2010-07-30 | Control proxy overrides global proxy | Lars-Dominik Braun | 1 | -5/+5 | |
Now the control proxy setting overrides $http_proxy environment variable and proxy config setting. | |||||
2010-07-11 | Fixing a warning in ezxml. | Patrick Reynolds | 1 | -1/+3 | |
Assignment as used in the prefix ++ results in undefined behavior when the variable is used in a function call later in the while loop condition. Most of the time this works, but the behavior is technically undefined. | |||||
2010-06-19 | waitress: Documentation | Lars-Dominik Braun | 1 | -0/+2 | |
2010-06-14 | Forgot to add config.h's to tree | Lars-Dominik Braun | 7 | -5/+10 | |
Closes bug #30 | |||||
2010-06-11 | Switching build system again | Lars-Dominik Braun | 15 | -272/+150 | |
Now it's plain make. | |||||
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-09 | HTTP proxy support | Lars-Dominik Braun | 4 | -2/+37 | |
control_proxy pipes xmlrpc data through the proxy, this one is for the music too. | |||||
2010-05-08 | piano: New error QUICKMIX_NOT_PLAYABLE | Lars-Dominik Braun | 3 | -0/+7 | |
Trigger this error: Delete all stations (you can't delete the quickmix) and select your quickmix station. | |||||
2010-04-20 | Don't stop playback when showing station list | Lars-Dominik Braun | 1 | -5/+7 | |
Original patch by jordanlewis@github. | |||||
2010-04-20 | Show small hint about keybinding help at startup | Lars-Dominik Braun | 1 | -2/+3 | |
See bug #23 | |||||
2010-04-19 | piano: API version bump (v27) | Lars-Dominik Braun | 1 | -1/+1 | |
No incompatible changes found yet. | |||||
2010-04-17 | New eventcmd example added (ruby) | Lars-Dominik Braun | 1 | -0/+50 | |
Thanks to Matthew (mmb@github) for contributing the script. | |||||
2010-04-16 | Fix coding style | Lars-Dominik Braun | 1 | -1/+1 | |
If NULL is 0L instead of (void *) 0 then this explicit cast is needed for va_arg functions. Thanks to dcoppa@openbsd. | |||||
2010-04-10 | Added hint about libao configuration to manpage | Lars-Dominik Braun | 1 | -0/+9 | |
2010-04-08 | Removed debugging stuff from eventcmd | Lars-Dominik Braun | 1 | -2/+0 | |
Oops :) | |||||
2010-04-07 | libao 1.0.0 compatibility | Lars-Dominik Braun | 1 | -0/+2 | |
Fixes bug #16. ao_sample_format structure has been updated, matrix must be NULL. |