| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove duplicate code | Maximilian Hils | 2016-02-08 | 1 | -27/+0 |
| | | |||||
| * | fix #876 | Maximilian Hils | 2016-02-08 | 1 | -4/+6 |
| | | |||||
| * | http2: indicate http version in the ui | Maximilian Hils | 2016-02-08 | 2 | -3/+12 |
| | | |||||
| * | http2: fix http_version | Maximilian Hils | 2016-02-08 | 1 | -2/+2 |
| | | |||||
| * | raise error if --http2 is specified, but the OpenSSL version doesn't support it | Maximilian Hils | 2016-02-08 | 2 | -0/+8 |
| | | |||||
| * | removed unused parameter | Maximilian Hils | 2016-02-08 | 2 | -6/+3 |
| | | |||||
| * | simplify setup.py | Maximilian Hils | 2016-02-04 | 1 | -0/+4 |
| | | |||||
| * | 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 |
| | | |||||
| * | add comment that explains OrderedDict use | Maximilian Hils | 2016-02-04 | 1 | -0/+4 |
| | | |||||
| * | 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 | 2 | -12/+2 |
| | | |||||
| * | fix race condition during state loading | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+2 |
| | | | | PyPy and Python2.7 might process the state attributes in different order. | ||||
| * | code formatting | Thomas Kriechbaumer | 2016-02-04 | 4 | -10/+12 |
| | | |||||
| * | 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 |
| | | |||||
| * | remove print | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+4 |
| | | |||||
| * | test PushPromise support | Thomas Kriechbaumer | 2016-02-04 | 1 | -2/+9 |
| | | |||||
| * | increase coverage | Thomas Kriechbaumer | 2016-02-04 | 7 | -16/+17 |
| | | |||||
| * | improve http2 header parsing | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+3 |
| | | |||||
| * | reuse frame reading snippet | Thomas Kriechbaumer | 2016-02-04 | 2 | -5/+7 |
| | | |||||
| * | 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 | 2 | -130/+294 |
| | | |||||
| * | fix #861, fix #888 | Maximilian Hils | 2016-02-02 | 1 | -2/+14 |
| | | |||||
| * | fix crash with viewing unpacked date objects | Chris Hamant | 2016-02-02 | 1 | -0/+3 |
| | | |||||
| * | turn script reloader off by default outside mitmdump/mitmproxy | Maximilian Hils | 2016-02-02 | 3 | -4/+8 |
| | | |||||
