Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-14 | waitress: Use dynamic allocated buffer for FetchBuf | Lars-Dominik Braun | 1 | -5/+4 | |
2009-08-07 | piano: Check (m|c|re)alloc return value | Lars-Dominik Braun | 1 | -0/+4 | |
2009-08-03 | piano: Always encrypt HTTP POST data | Lars-Dominik Braun | 1 | -3/+11 | |
2009-06-28 | Finally clean up curl garbage | Lars-Dominik Braun | 1 | -12/+10 | |
I missed some #includes. Documentation had to be updated, too. | |||||
2009-05-25 | waitress: Downgrade to HTTP/1.0 | Lars-Dominik Braun | 1 | -0/+2 | |
I don't need you, Transfer-Encoding: chunked. Nobody wants you here, Transfer-Encoding: chunked. Get lost. Thanks. Oh, btw: Fixes "Unknown." error in PianoGetGenreStations () | |||||
2009-05-03 | piano: Switch to libwaitress | Lars-Dominik Braun | 1 | -73/+18 | |
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) | |||||
2008-08-28 | piano: Use dynamic http recv buffer | Lars-Dominik Braun | 1 | -20/+22 | |
2008-08-26 | Silence curl's attribute warnings | Lars-Dominik Braun | 1 | -2/+2 | |
2008-08-25 | piano: Code refactoring | Lars-Dominik Braun | 1 | -4/+2 | |
Avoid strncat/strncpy, cache strlen result, ... | |||||
2008-08-08 | Several code optimizations | Lars-Dominik Braun | 1 | -6/+5 | |
2008-07-23 | Be correct, use "const" | Lars-Dominik Braun | 1 | -2/+2 | |
2008-07-18 | piano: Fix PianoHttpGet's setopts by forcing a GET request | Lars-Dominik Braun | 1 | -0/+3 | |
2008-07-17 | piano: Initial global genre stations support | Lars-Dominik Braun | 1 | -0/+28 | |
Pandora provides a xml list of genre stations. Read this list and insert its data into our PianoHandle tree if requested. | |||||
2008-07-08 | piano: Delete const.h and put constants where they belong | Lars-Dominik Braun | 1 | -1/+1 | |
2008-07-07 | piano: Handle network errors | Lars-Dominik Braun | 1 | -4/+12 | |
2008-06-17 | lib: Move sources to src | Lars-Dominik Braun | 1 | -0/+83 | |