Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | read_headers: handle some crashes, return None on invalid data. | Aldo Cortesi | 2012-07-30 | 1 | -2/+8 |
* | Handle HTTP responses that have a body but no content-length or transfer enco... | Aldo Cortesi | 2012-07-24 | 1 | -14/+23 |
* | Fix http_protocol parsing crash discovered with pathoc fuzzing. | Aldo Cortesi | 2012-07-22 | 1 | -2/+2 |
* | Handle HTTP versions malformed due to non-integer major/minor numbers. | Aldo Cortesi | 2012-07-21 | 1 | -2/+5 |
* | Allow control of buffer size for TCPClient, improve error messages. | Aldo Cortesi | 2012-06-30 | 1 | -3/+3 |
* | Minor refactoring. | Aldo Cortesi | 2012-06-27 | 1 | -0/+3 |
* | Don't read all from server by default. | Aldo Cortesi | 2012-06-24 | 1 | -1/+1 |
* | Add and unit test http.read_response | Aldo Cortesi | 2012-06-24 | 1 | -4/+36 |
* | Make read_headers return an ODictCaseless object. | Aldo Cortesi | 2012-06-24 | 1 | -2/+3 |
* | 100% testcoverage for netlib.http | Aldo Cortesi | 2012-06-23 | 1 | -33/+58 |
* | protocol.py -> http.py | Aldo Cortesi | 2012-06-23 | 1 | -0/+218 |