Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-17 | wardrobe: Fix MD5 implementation on x86-64 | Lars-Dominik Braun | 1 | -20/+21 | |
Fixes scrobbling too. Thanks to Skee@github. | |||||
2009-09-08 | C99 conformance | Lars-Dominik Braun | 1 | -1/+1 | |
2009-08-19 | Added some cmake code to the project CMakeLists.txt's to include the proper ↵ | Patrick Reynolds | 1 | -1/+2 | |
binary directories. Without this code, out-of-source builds do not work. | |||||
2009-08-14 | waitress: Use dynamic allocated buffer for FetchBuf | Lars-Dominik Braun | 1 | -5/+6 | |
2009-08-04 | Use "static" keyword for functions | Lars-Dominik Braun | 3 | -9/+10 | |
2009-06-28 | Finally clean up curl garbage | Lars-Dominik Braun | 1 | -1/+1 | |
I missed some #includes. Documentation had to be updated, too. | |||||
2009-05-29 | wardrobe: Fix scrobbling | Lars-Dominik Braun | 1 | -2/+8 | |
Broken since commit 56d47cd3584322b0d2984935ff278424695a4abf | |||||
2009-05-28 | waitress: Fix bad request | Lars-Dominik Braun | 1 | -1/+1 | |
Intruduced in commit 56d47cd3584322b0d2984935ff278424695a4abf | |||||
2009-05-03 | Delete empty INSTALL files | Lars-Dominik Braun | 1 | -0/+0 | |
2009-05-03 | wardrobe: Switch to libwaitress | Lars-Dominik Braun | 3 | -103/+58 | |
2009-02-01 | Request c compiler, but not c++ or java | Lars-Dominik Braun | 1 | -1/+1 | |
2009-02-01 | mp3 playback support | Lars-Dominik Braun | 1 | -0/+2 | |
Now libfaad and/or libmad are used for playback. There's currently no remaining time displayed for mp3 playback. | |||||
2009-01-31 | Whoops, forgot to add new files to last commit... | Lars-Dominik Braun | 3 | -0/+15 | |
2009-01-31 | Switch build system to cmake | Lars-Dominik Braun | 6 | -41/+1 | |
lib{piano,wardrobe} are now static libraries and not installed any more. | |||||
2008-12-13 | Drop autoconf version requirements | Lars-Dominik Braun | 1 | -1/+0 | |
I don't know which version is actually required... | |||||
2008-09-05 | Change my email address | Lars-Dominik Braun | 2 | -2/+2 | |
2008-08-26 | Silence curl's attribute warnings | Lars-Dominik Braun | 1 | -2/+2 | |
2008-08-26 | wardrobe: Various fixed already applied to piano | Lars-Dominik Braun | 1 | -4/+3 | |
Avoid possible buffer overflow and force curl to use GET request even when POSTed before. | |||||
2008-08-25 | More checks in ./configure | Lars-Dominik Braun | 1 | -0/+14 | |
2008-07-23 | Be correct, use "const" | Lars-Dominik Braun | 2 | -16/+20 | |
2008-07-20 | wardrobe: MD5 implementation copyright in COPYING | Lars-Dominik Braun | 1 | -0/+3 | |
2008-07-07 | Use album title too (for scrobbling, e.g.) | Lars-Dominik Braun | 2 | -3/+7 | |
2008-06-25 | Documentation (readme) update | Lars-Dominik Braun | 1 | -0/+5 | |
2008-06-23 | Set curl timeout to 60 seconds. | Lars-Dominik Braun | 1 | -0/+3 | |
2008-06-23 | client/wardrobe: Fix scrobbling time issue | Lars-Dominik Braun | 1 | -4/+5 | |
2008-06-22 | wardrobe: Data types must be public | Lars-Dominik Braun | 2 | -19/+21 | |
2008-06-22 | wardrobe: libwardrobe is a last.fm scrobbling library | Lars-Dominik Braun | 13 | -0/+730 | |