Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-29 | piano: Removed PianoFree | Lars-Dominik Braun | 1 | -1/+1 | |
Ordinary "free" call works fine, no need for memset overhead. | |||||
2010-08-09 | Support for big endian machines | Lars-Dominik Braun | 1 | -4/+8 | |
A few byteswaps replaced by conditional byteswaps. Thanks to Andrew Peng for providing access to a powerpc machine. | |||||
2010-01-21 | It's 2010 now. | Lars-Dominik Braun | 1 | -1/+1 | |
2009-12-15 | Rename libraries' main.c files | Lars-Dominik Braun | 1 | -1/+1 | |
2009-08-07 | piano: Check (m|c|re)alloc return value | Lars-Dominik Braun | 1 | -14/+27 | |
2009-08-04 | libpiano: Fix valgrind warning | Lars-Dominik Braun | 1 | -6/+8 | |
2009-06-27 | piano: Simplify crypt.c | Lars-Dominik Braun | 1 | -191/+120 | |
...by merging hex en-/decode and blowfish decryption. | |||||
2009-05-28 | piano: Fix BytesToInts | Lars-Dominik Braun | 1 | -1/+1 | |
This commit fixes strange "not valid utf-8" errors sent by pandora. We're *not* generating invalid utf-8 somewhere. Implicit type casting seems to mess things up. See previous commit for a similar problem... | |||||
2009-03-01 | Even more documentation | Lars-Dominik Braun | 1 | -2/+2 | |
...and small cleanups. | |||||
2009-01-20 | It's 2009 now | Lars-Dominik Braun | 1 | -1/+2 | |
Update copyright notices, add my email address, but don't change libwardrobe (I'm not maintaining it anymore) | |||||
2009-01-10 | piano: Documentation... | Lars-Dominik Braun | 1 | -1/+1 | |
2008-10-25 | Use own byteswap implementation | Lars-Dominik Braun | 1 | -2/+4 | |
pianobar can be compiled on NetBSD (and maybe others) now. | |||||
2008-10-08 | piano: Faster hex-encode algo | Lars-Dominik Braun | 1 | -5/+11 | |
Don't worry about it; you will not notice the speed improvement on modern hardware ;) Same as hex-decode, but inverted and more complex. | |||||
2008-10-07 | piano: Use faster hex2int conversion | Lars-Dominik Braun | 1 | -6/+3 | |
2008-08-25 | piano: Fix random audioUrl decoding errors | Lars-Dominik Braun | 1 | -0/+1 | |
2008-08-14 | piano: Fix strange copy&waste mistake | Lars-Dominik Braun | 1 | -2/+1 | |
2008-08-08 | Several code optimizations | Lars-Dominik Braun | 1 | -8/+8 | |
2008-07-23 | Be correct, use "const" | Lars-Dominik Braun | 1 | -8/+9 | |
2008-07-17 | piano: Little blowfish speed improvement | Lars-Dominik Braun | 1 | -2/+6 | |
2008-06-20 | piano: Make en-/decipher code readable | Lars-Dominik Braun | 1 | -76/+48 | |
Remove _locN's taken from decompiled pandora code and replace them with their correct blowfish algo variable names (l, r, ...) | |||||
2008-06-19 | piano: Using own free () wrapper now | Lars-Dominik Braun | 1 | -4/+5 | |
PS: "lib:" prefix is now "piano:"; I may add other libraries (last.fm support e.g.) | |||||
2008-06-17 | lib: Move sources to src | Lars-Dominik Braun | 1 | -0/+265 | |