Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-05 | waitress: Abort reading if server closes connection | Lars-Dominik Braun | 1 | -2/+3 | |
Caused infinite loops under certain circumstances. | |||||
2010-01-24 | It's 2010 now, part two | Lars-Dominik Braun | 1 | -1/+1 | |
2009-09-08 | C99 conformance | Lars-Dominik Braun | 1 | -2/+2 | |
2009-08-14 | waitress: Use dynamic allocated buffer for FetchBuf | Lars-Dominik Braun | 1 | -1/+1 | |
2009-05-22 | waitress: Add _RET_READ_ERR, retry on read error in player | Lars-Dominik Braun | 1 | -1/+2 | |
Enhances commit 279f3ba93b729684e54300352c59523bd05e54bc | |||||
2009-05-15 | waitress: Add timeouts | Lars-Dominik Braun | 1 | -1/+2 | |
read() and write() may time out now. Implemented using non-blocking sockets and poll (). Default timeout: 30 seconds. | |||||
2009-05-03 | waitress: Added | Lars-Dominik Braun | 1 | -0/+72 | |
libwaitress is a http library designed to replace curl |