Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 8 | -1922/+0 |
| | |||||
* | autoflake | Thomas Kriechbaumer | 2016-02-14 | 4 | -7/+1 |
| | |||||
* | autopep8 | Thomas Kriechbaumer | 2016-02-14 | 1 | -1/+0 |
| | |||||
* | print http2 frames to debug log | Maximilian Hils | 2016-02-14 | 1 | -0/+6 |
| | |||||
* | fix #925 | Maximilian Hils | 2016-02-10 | 1 | -6/+10 |
| | |||||
* | 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 |
| | |||||
* | always add common name as subjectAltName | Maximilian Hils | 2016-02-04 | 1 | -1/+3 |
| | |||||
* | remove debug output | Maximilian Hils | 2016-02-04 | 1 | -4/+1 |
| | |||||
* | fix import | Maximilian Hils | 2016-02-04 | 1 | -1/+0 |
| | |||||
* | check for channel error location | Maximilian Hils | 2016-02-04 | 1 | -0/+4 |
| | |||||
* | 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 exception classes | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+2 |
| | |||||
* | fix locking issues | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+1 |
| | |||||
* | fix flow == None errors | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | fix tests and use netlib utils | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+2 |
| | |||||
* | code formatting | Thomas Kriechbaumer | 2016-02-04 | 3 | -10/+11 |
| | |||||
* | 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 | 3 | -8/+9 |
| | |||||
* | 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 | 4 | -421/+452 |
| | |||||
* | cleanup lock usage | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | remove manual settings acknowledge | Thomas Kriechbaumer | 2016-02-04 | 1 | -15/+0 |
| | |||||
* | implemented push promise | Thomas Kriechbaumer | 2016-02-04 | 1 | -5/+17 |
| | |||||
* | fix flow control on closed streams | Thomas Kriechbaumer | 2016-02-04 | 1 | -2/+2 |
| | |||||
* | fix errors in http body parsing | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+6 |
| | |||||
* | fix private API and RstStream issues | Thomas Kriechbaumer | 2016-02-04 | 1 | -11/+14 |
| | |||||
* | update hyper-h2 exception handling | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | cleanup code | Thomas Kriechbaumer | 2016-02-04 | 1 | -50/+56 |
| | |||||
* | remove form_out todo | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+0 |
| | |||||
* | use proper exception classes | Thomas Kriechbaumer | 2016-02-04 | 1 | -5/+1 |
| | |||||
* | --wip-- | Thomas Kriechbaumer | 2016-02-04 | 1 | -8/+23 |
| | |||||
* | improved zombie detection | Thomas Kriechbaumer | 2016-02-04 | 1 | -61/+71 |
| | |||||
* | --wip-- | Thomas Kriechbaumer | 2016-02-04 | 1 | -12/+33 |
| | |||||
* | add todo note | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+2 |
| | |||||
* | improve flow control | Thomas Kriechbaumer | 2016-02-04 | 1 | -4/+15 |
| | |||||
* | propagate GoAway to the other side | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+8 |
| | |||||
* | --wip-- | Thomas Kriechbaumer | 2016-02-04 | 1 | -126/+294 |
| | |||||
* | fix #861, fix #888 | Maximilian Hils | 2016-02-02 | 1 | -2/+14 |
| | |||||
* | code formatting: fix whitespace issues | Thomas Kriechbaumer | 2016-01-27 | 4 | -9/+23 |
| | |||||
* | cleanup imports | Thomas Kriechbaumer | 2016-01-27 | 4 | -6/+7 |
| | |||||
* | Include raw client hello in exception | David Weinstein | 2016-01-26 | 1 | -3/+3 |
| | |||||
* | Log exceptions parsing TlsClientHello in TlsLayer | David Weinstein | 2016-01-26 | 1 | -4/+7 |
| |