Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | http1: add assemble_body function | Maximilian Hils | 2015-09-17 | 1 | -4/+14 |
* | organize exceptions, improve content-length handling | Maximilian Hils | 2015-09-17 | 1 | -1/+2 |
* | adjust http1-related code | Maximilian Hils | 2015-09-16 | 3 | -18/+22 |
* | finish netlib.http.http1 refactor | Maximilian Hils | 2015-09-16 | 7 | -579/+478 |
* | wip | Maximilian Hils | 2015-09-15 | 4 | -99/+68 |
* | let Headers inherit from object | Maximilian Hils | 2015-09-08 | 1 | -1/+1 |
* | headers: adjust everything | Maximilian Hils | 2015-09-05 | 5 | -264/+222 |
* | 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 | 2 | -6/+4 |
* | read_response depends on request for stream_id | Thomas Kriechbaumer | 2015-08-21 | 2 | -26/+18 |
* | 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 |
* | cleanup imports | Thomas Kriechbaumer | 2015-08-10 | 2 | -7/+4 |
* | add move tests and code from mitmproxy | Thomas Kriechbaumer | 2015-08-10 | 4 | -274/+656 |
* | fix tutils imports | Thomas Kriechbaumer | 2015-08-01 | 5 | -10/+9 |
* | move code from mitmproxy to netlib | Thomas Kriechbaumer | 2015-08-01 | 3 | -51/+260 |
* | 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 |
* | fix bugs | Thomas Kriechbaumer | 2015-07-22 | 1 | -6/+3 |
* | http2: make proper use of odict | Thomas Kriechbaumer | 2015-07-22 | 1 | -4/+4 |
* | reduce public interface | Thomas Kriechbaumer | 2015-07-22 | 1 | -28/+28 |
* | rename content -> body | Thomas Kriechbaumer | 2015-07-22 | 2 | -8/+8 |
* | add Request class and unify read_request interface | Thomas Kriechbaumer | 2015-07-22 | 1 | -4/+5 |
* | refactor HTTP/1 as protocol | Thomas Kriechbaumer | 2015-07-22 | 1 | -103/+111 |
* | change HTTP2 interface to match HTTP1 | Thomas Kriechbaumer | 2015-07-22 | 1 | -8/+12 |
* | extract authentication methods from protocol | Thomas Kriechbaumer | 2015-07-22 | 2 | -19/+21 |
* | move bits around | Thomas Kriechbaumer | 2015-07-22 | 10 | -0/+1863 |