Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 1 | -437/+0 |
| | |||||
* | autoflake | Thomas Kriechbaumer | 2016-02-14 | 1 | -2/+0 |
| | |||||
* | autopep8 | Thomas Kriechbaumer | 2016-02-14 | 1 | -1/+0 |
| | |||||
* | print http2 frames to debug log | Maximilian Hils | 2016-02-14 | 1 | -0/+6 |
| | |||||
* | fix syntax | Thomas Kriechbaumer | 2016-02-08 | 1 | -1/+2 |
| | |||||
* | fix #920 | Thomas Kriechbaumer | 2016-02-08 | 1 | -0/+19 |
| | | | This might be implemented by hyper-h2 in the future. | ||||
* | http2: fix http_version | Maximilian Hils | 2016-02-08 | 1 | -2/+2 |
| | |||||
* | fix http2 race condition | Thomas Kriechbaumer | 2016-02-04 | 1 | -14/+53 |
| | |||||
* | cleanup | Thomas Kriechbaumer | 2016-02-04 | 1 | -7/+7 |
| | |||||
* | do not send RST if there is not upstream stream openend yet | Maximilian Hils | 2016-02-04 | 1 | -1/+2 |
| | |||||
* | fix locking issues | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+1 |
| | |||||
* | fix tests and use netlib utils | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+2 |
| | |||||
* | code formatting | Thomas Kriechbaumer | 2016-02-04 | 1 | -3/+7 |
| | |||||
* | fix authority handling | Thomas Kriechbaumer | 2016-02-04 | 1 | -4/+4 |
| | |||||
* | add more tests, improve coverage | Thomas Kriechbaumer | 2016-02-04 | 1 | -15/+11 |
| | |||||
* | bump h2 dependency and use latest API | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | test PushPromise support | Thomas Kriechbaumer | 2016-02-04 | 1 | -2/+9 |
| | |||||
* | increase coverage | Thomas Kriechbaumer | 2016-02-04 | 1 | -6/+7 |
| | |||||
* | improve http2 header parsing | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+3 |
| | |||||
* | reuse frame reading snippet | Thomas Kriechbaumer | 2016-02-04 | 1 | -5/+1 |
| | |||||
* | split files into http, http1, and http2 | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+365 |