Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-25 | waitress: Downgrade to HTTP/1.0 | Lars-Dominik Braun | 1 | -2/+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-22 | waitress: Add _RET_READ_ERR, retry on read error in player | Lars-Dominik Braun | 2 | -2/+3 | |
Enhances commit 279f3ba93b729684e54300352c59523bd05e54bc | |||||
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-03 | Fix range header, accept 206 status code | Lars-Dominik Braun | 1 | -2/+3 | |
2009-05-03 | waitress: Added | Lars-Dominik Braun | 8 | -0/+509 | |
libwaitress is a http library designed to replace curl |