Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test response model, push coverage to 100% branch cov | Maximilian Hils | 2015-09-27 | 7 | -151/+192 |
* | improve request tests, coverage++ | Maximilian Hils | 2015-09-26 | 6 | -268/+389 |
* | refactor response model | Maximilian Hils | 2015-09-26 | 4 | -18/+16 |
* | refactor request model | Maximilian Hils | 2015-09-26 | 7 | -70/+41 |
* | Headers: return str on all Python versions | Maximilian Hils | 2015-09-22 | 7 | -188/+186 |
* | remove nose references | Maximilian Hils | 2015-09-21 | 3 | -198/+167 |
* | python 3++ | Maximilian Hils | 2015-09-21 | 5 | -85/+81 |
* | python3++ | Maximilian Hils | 2015-09-20 | 2 | -57/+58 |
* | make tests compatible with py.test | Maximilian Hils | 2015-09-20 | 2 | -71/+77 |
* | python3++ | Maximilian Hils | 2015-09-20 | 2 | -11/+11 |
* | python3++ | Maximilian Hils | 2015-09-20 | 2 | -16/+12 |
* | python3++ | Maximilian Hils | 2015-09-20 | 4 | -34/+34 |
* | experimental: don't interfere with headers | Maximilian Hils | 2015-09-18 | 2 | -14/+8 |
* | fix py3 tests | Maximilian Hils | 2015-09-17 | 1 | -1/+1 |
* | fix tests | Maximilian Hils | 2015-09-17 | 1 | -1/+1 |
* | python3++ | Maximilian Hils | 2015-09-17 | 5 | -74/+49 |
* | clean up http message models | Maximilian Hils | 2015-09-17 | 2 | -9/+9 |
* | http1: add assemble_body function | Maximilian Hils | 2015-09-17 | 1 | -4/+14 |
* | organize exceptions, improve content-length handling | Maximilian Hils | 2015-09-17 | 4 | -20/+23 |
* | adjust http1-related code | Maximilian Hils | 2015-09-16 | 3 | -18/+22 |
* | finish netlib.http.http1 refactor | Maximilian Hils | 2015-09-16 | 8 | -588/+485 |
* | wip | Maximilian Hils | 2015-09-15 | 8 | -151/+131 |
* | make clean_bin unicode-aware | Maximilian Hils | 2015-09-12 | 1 | -4/+11 |
* | fix mitmproxy/mitmproxy#759 | Maximilian Hils | 2015-09-10 | 1 | -1/+11 |
* | let Headers inherit from object | Maximilian Hils | 2015-09-08 | 1 | -1/+1 |
* | headers: adjust everything | Maximilian Hils | 2015-09-05 | 8 | -286/+245 |
* | finalize Headers, add tests | Maximilian Hils | 2015-09-05 | 1 | -0/+145 |
* | http2: fix tests | Thomas Kriechbaumer | 2015-08-26 | 1 | -9/+2 |
* | request -> request_method | Maximilian Hils | 2015-08-24 | 3 | -7/+5 |
* | read_response depends on request for stream_id | Thomas Kriechbaumer | 2015-08-21 | 3 | -30/+20 |
* | http2: fix tests | Thomas Kriechbaumer | 2015-08-21 | 1 | -3/+4 |
* | cleanup | Thomas Kriechbaumer | 2015-08-20 | 1 | -1/+0 |
* | http2: implement request target | Thomas Kriechbaumer | 2015-08-18 | 1 | -5/+76 |
* | http2: add support for too large header frames | Thomas Kriechbaumer | 2015-08-18 | 1 | -1/+15 |
* | http2: add support for too large data frames | Thomas Kriechbaumer | 2015-08-18 | 1 | -6/+11 |
* | fix request-target tests | Thomas Kriechbaumer | 2015-08-18 | 1 | -11/+4 |
* | Remove stray prints from test suite | Aldo Cortesi | 2015-08-16 | 3 | -3/+0 |
* | fix minor style offences | Thomas Kriechbaumer | 2015-08-10 | 1 | -1/+0 |
* | cleanup whitespace | Thomas Kriechbaumer | 2015-08-10 | 3 | -7/+6 |
* | cleanup imports | Thomas Kriechbaumer | 2015-08-10 | 5 | -10/+9 |
* | add move tests and code from mitmproxy | Thomas Kriechbaumer | 2015-08-10 | 6 | -277/+691 |
* | fix mitmproxy/mitmproxy#705 | Maximilian Hils | 2015-08-03 | 1 | -9/+15 |
* | move encoding tests from mitmproxy to netlib | Thomas Kriechbaumer | 2015-08-01 | 1 | -0/+32 |
* | fix tutils imports | Thomas Kriechbaumer | 2015-08-01 | 12 | -24/+18 |
* | move code from mitmproxy to netlib | Thomas Kriechbaumer | 2015-08-01 | 5 | -120/+336 |
* | http2: improve protocol | Thomas Kriechbaumer | 2015-07-30 | 1 | -4/+7 |
* | add on-the-wire representation methods | Thomas Kriechbaumer | 2015-07-29 | 1 | -18/+45 |
* | move code from mitmproxy to netlib | Thomas Kriechbaumer | 2015-07-27 | 2 | -4/+4 |
* | Merge pull request #81 from Kriechi/protocol-refactor | Maximilian Hils | 2015-07-24 | 13 | -241/+276 |
|\ | |||||
| * | fix bugs | Thomas Kriechbaumer | 2015-07-22 | 1 | -6/+3 |