Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 4 | -0/+477 | |
libwaitress is a http library designed to replace curl |