Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't yield empty chunks | Maximilian Hils | 2015-09-11 | 1 | -1/+1 |
* | headers: adjust everything | Maximilian Hils | 2015-09-05 | 1 | -21/+20 |
* | don't yield prefix and suffix | Maximilian Hils | 2015-08-29 | 1 | -6/+4 |
* | request -> request_method | Maximilian Hils | 2015-08-24 | 1 | -3/+3 |
* | read_response depends on request for stream_id | Thomas Kriechbaumer | 2015-08-21 | 1 | -2/+2 |
* | add HTTP/1.1 ALPN version string | Thomas Kriechbaumer | 2015-08-15 | 1 | -0/+2 |
* | cleanup whitespace | Thomas Kriechbaumer | 2015-08-10 | 1 | -22/+28 |
* | cleanup imports | Thomas Kriechbaumer | 2015-08-10 | 1 | -4/+0 |
* | add move tests and code from mitmproxy | Thomas Kriechbaumer | 2015-08-10 | 1 | -14/+0 |
* | fix mitmproxy tests | Thomas Kriechbaumer | 2015-08-02 | 1 | -1/+2 |
* | move code from mitmproxy to netlib | Thomas Kriechbaumer | 2015-08-01 | 1 | -33/+6 |
* | add on-the-wire representation methods | Thomas Kriechbaumer | 2015-07-29 | 1 | -2/+99 |
* | move code from mitmproxy to netlib | Thomas Kriechbaumer | 2015-07-27 | 1 | -10/+42 |
* | fix bugs | Thomas Kriechbaumer | 2015-07-22 | 1 | -9/+17 |
* | reduce public interface | Thomas Kriechbaumer | 2015-07-22 | 1 | -281/+282 |
* | introduce EmptyRequest class | Thomas Kriechbaumer | 2015-07-22 | 1 | -2/+5 |
* | introduce ConnectRequest class | Thomas Kriechbaumer | 2015-07-22 | 1 | -1/+1 |
* | add Request class and unify read_request interface | Thomas Kriechbaumer | 2015-07-22 | 1 | -17/+5 |
* | refactor HTTP/1 as protocol | Thomas Kriechbaumer | 2015-07-22 | 1 | -444/+457 |
* | extract authentication methods from protocol | Thomas Kriechbaumer | 2015-07-22 | 1 | -37/+2 |
* | move bits around | Thomas Kriechbaumer | 2015-07-22 | 1 | -0/+518 |