Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-28 | piano: Fix includes | Lars-Dominik Braun | 1 | -1/+1 | |
2009-06-27 | piano: Use uint32_t instead of unsigned long | Lars-Dominik Braun | 2 | -4/+8 | |
2009-06-27 | piano: Simplify crypt.c | Lars-Dominik Braun | 1 | -191/+120 | |
...by merging hex en-/decode and blowfish decryption. | |||||
2009-06-21 | waitress: http header parser rewritten | Lars-Dominik Braun | 1 | -81/+60 | |
2009-06-15 | Fix negative time display | Lars-Dominik Braun | 1 | -6/+14 | |
2009-05-29 | Re-enable terminal echoing on exit | Lars-Dominik Braun | 1 | -2/+13 | |
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-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-05-28 | waitress: Fix urlencode | Lars-Dominik Braun | 1 | -2/+2 | |
2009-05-25 | waitress: Downgrade to HTTP/1.0 | Lars-Dominik Braun | 2 | -2/+4 | |
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-22 | waitress: Add _RET_READ_ERR, retry on read error in player | Lars-Dominik Braun | 3 | -4/+5 | |
Enhances commit 279f3ba93b729684e54300352c59523bd05e54bc | |||||
2009-05-20 | piano: Protocol version bump | Lars-Dominik Braun | 1 | -1/+1 | |
v24 now; blowfish key stays the same; no imcompatible changes found yet | |||||
2009-05-16 | Retry on temporary http failure (timeout e.g.) | Lars-Dominik Braun | 1 | -1/+2 | |
2009-05-15 | waitress: Add timeouts | Lars-Dominik Braun | 2 | -19/+109 | |
read() and write() may time out now. Implemented using non-blocking sockets and poll (). Default timeout: 30 seconds. | |||||
2009-05-14 | Apply latest proxy changes to config-example | Lars-Dominik Braun | 1 | -4/+1 | |
2009-05-03 | Fix range header, accept 206 status code | Lars-Dominik Braun | 2 | -3/+4 | |
2009-05-03 | Update manpage | Lars-Dominik Braun | 1 | -17/+1 | |
disable_secure_login and control_proxy_type has been removed, control_proxy now accepts http proxies only | |||||
2009-05-03 | Delete empty INSTALL files | Lars-Dominik Braun | 2 | -0/+0 | |
2009-05-03 | Switch to libwaitress | Lars-Dominik Braun | 10 | -82/+42 | |
2009-05-03 | piano: Switch to libwaitress | Lars-Dominik Braun | 5 | -209/+139 | |
2009-05-03 | wardrobe: Switch to libwaitress | Lars-Dominik Braun | 3 | -103/+58 | |
2009-05-03 | waitress: Added | Lars-Dominik Braun | 8 | -0/+509 | |
libwaitress is a http library designed to replace curl | |||||
2009-04-18 | Example configuration file added | Lars-Dominik Braun | 1 | -0/+46 | |
2009-04-13 | More events added | Lars-Dominik Braun | 5 | -27/+71 | |
2009-04-11 | New script: Add shared stations by homepage url | Lars-Dominik Braun | 1 | -0/+15 | |
2009-04-11 | Read data from fifo | Lars-Dominik Braun | 7 | -52/+60 | |
You may change your current station or add shared stations via fifo now | |||||
2009-04-11 | Don't mix low-level read() and stdio | Lars-Dominik Braun | 1 | -8/+11 | |
...as suggested by > man fgetc | |||||
2009-04-10 | Goodbye readline | Lars-Dominik Braun | 8 | -121/+263 | |
"It's too big and too slow." -- man readline | |||||
2009-04-08 | Add eventcmd setting to manpage | Lars-Dominik Braun | 1 | -0/+5 | |
2009-04-08 | Protocol version bump | Lars-Dominik Braun | 1 | -1/+1 | |
Blowfish key stays the same (thanks again, pandora), no incompatible protocol changes found | |||||
2009-04-07 | eventcmd example script added | Lars-Dominik Braun | 1 | -0/+17 | |
2009-04-07 | Initial eventcmd work | Lars-Dominik Braun | 5 | -0/+74 | |
More useful events should be added... | |||||
2009-04-07 | Added remote control example script | Lars-Dominik Braun | 1 | -0/+27 | |
2009-04-04 | Forgot to close fifo... | Lars-Dominik Braun | 1 | -1/+4 | |
2009-04-04 | Add some remote control examples to manpage | Lars-Dominik Braun | 1 | -0/+29 | |
2009-04-04 | Initial remote control support | Lars-Dominik Braun | 2 | -8/+36 | |
2009-03-27 | Missing newline added | Lars-Dominik Braun | 1 | -0/+1 | |
2009-03-26 | manpage: Scrobbling percent should not be larger than 90 | Lars-Dominik Braun | 1 | -1/+1 | |
This needs further investigation... The time calculation is awfully wrong. | |||||
2009-03-14 | Minor README update | Lars-Dominik Braun | 1 | -2/+2 | |
2009-03-13 | mp3 playback prebuffering | Lars-Dominik Braun | 1 | -2/+11 | |
2009-03-09 | Use icon for questions too | Lars-Dominik Braun | 3 | -9/+15 | |
2009-03-08 | Fix "pause" -- again | Lars-Dominik Braun | 1 | -50/+14 | |
Don't parse Content-Length header, curl does this too; CURLE_RECV_ERROR is recoverable too | |||||
2009-03-05 | Better "icons" | Lars-Dominik Braun | 1 | -5/+9 | |
2009-03-05 | Use spaces, not tabs | Lars-Dominik Braun | 2 | -2/+2 | |
2009-03-04 | Ui improvements | Lars-Dominik Braun | 8 | -74/+139 | |
printf wrapper introduced, hopefully cleaned up ui | |||||
2009-03-04 | piano: Protocol version bump | Lars-Dominik Braun | 1 | -3/+2 | |
Unknown argument in getFragment removed. Blowfish key is the same. Thank you pandora :) | |||||
2009-03-01 | Don't add shared station when input empty | Lars-Dominik Braun | 1 | -1/+2 | |
2009-03-01 | Fix memory leak in station selector | Lars-Dominik Braun | 1 | -0/+1 | |
2009-03-01 | Even more documentation | Lars-Dominik Braun | 5 | -29/+59 | |
...and small cleanups. |