Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | update dependencies | Maximilian Hils | 2016-02-06 | 1 | -2/+2 |
| | |||||
* | do not include 'test' as package | Maximilian Hils | 2016-02-06 | 1 | -1/+1 |
| | |||||
* | update dependencies | Maximilian Hils | 2016-02-05 | 1 | -1/+1 |
| | |||||
* | Merge pull request #917 from mitmproxy/not-so-modern-setuptools | Thomas Kriechbaumer | 2016-02-05 | 2 | -33/+36 |
|\ | | | | | remove compatible version specifiers | ||||
| * | remove compatible version specifiers | Maximilian Hils | 2016-02-05 | 2 | -33/+36 |
|/ | |||||
* | Merge pull request #914 from mitmproxy/modern-setuptools | Maximilian Hils | 2016-02-04 | 2 | -72/+60 |
|\ | | | | | Modern setuptools | ||||
| * | make sure that we don't get bitten by upstream | Maximilian Hils | 2016-02-04 | 1 | -31/+31 |
| | | |||||
| * | always install urwid | Maximilian Hils | 2016-02-04 | 1 | -1/+1 |
| | | |||||
| * | setup.py: no range operators for env markers | Maximilian Hils | 2016-02-04 | 1 | -1/+3 |
| | | |||||
| * | simplify setup.py | Maximilian Hils | 2016-02-04 | 2 | -72/+58 |
|/ | |||||
* | always add common name as subjectAltName | Maximilian Hils | 2016-02-04 | 1 | -1/+3 |
| | |||||
* | Merge pull request #883 from mitmproxy/hyper-h2 | Thomas Kriechbaumer | 2016-02-04 | 18 | -271/+1004 |
|\ | | | | | HTTP/2: Implementation using hyper-h2 | ||||
| * | travis: cache wheels on osx, allow pypy failures | Maximilian Hils | 2016-02-04 | 1 | -0/+3 |
| | | |||||
| * | remove debug output | Maximilian Hils | 2016-02-04 | 1 | -4/+1 |
| | | |||||
| * | fix travis caching | Maximilian Hils | 2016-02-04 | 1 | -10/+0 |
| | | |||||
| * | 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 | 2 | -26/+107 |
| | | |||||
| * | cleanup | Thomas Kriechbaumer | 2016-02-04 | 2 | -8/+8 |
| | | |||||
| * | 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 |
| | | |||||
| * | improve test reliability | Thomas Kriechbaumer | 2016-02-04 | 1 | -4/+8 |
| | | |||||
| * | fix locking issues | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+1 |
| | | |||||
| * | fix flow == None errors | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+1 |
| | | |||||
| * | use test timeouts | Thomas Kriechbaumer | 2016-02-04 | 3 | -2/+3 |
| | | |||||
| * | fix tests and use netlib utils | Thomas Kriechbaumer | 2016-02-04 | 3 | -19/+9 |
| | | |||||
| * | 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 | 6 | -15/+17 |
| | | |||||
| * | fix authority handling | Thomas Kriechbaumer | 2016-02-04 | 1 | -4/+4 |
| | | |||||
| * | add more tests, improve coverage | Thomas Kriechbaumer | 2016-02-04 | 2 | -22/+83 |
| | | |||||
| * | test stream resets in push promise | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+37 |
| | | |||||
| * | bump h2 dependency and use latest API | Thomas Kriechbaumer | 2016-02-04 | 2 | -2/+2 |
| | | |||||
| * | refactor http2 tests | Thomas Kriechbaumer | 2016-02-04 | 1 | -85/+149 |
| | | |||||
| * | remove print | Thomas Kriechbaumer | 2016-02-04 | 2 | -1/+4 |
| | | |||||
| * | test PushPromise support | Thomas Kriechbaumer | 2016-02-04 | 2 | -5/+97 |
| | | |||||
| * | allow pypy on travis | Thomas Kriechbaumer | 2016-02-04 | 1 | -10/+6 |
| | | |||||
| * | update CI integration | Thomas Kriechbaumer | 2016-02-04 | 2 | -8/+25 |
| | | |||||
| * | try to show weird test output | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+1 |
| | | |||||
| * | increase coverage | Thomas Kriechbaumer | 2016-02-04 | 9 | -17/+22 |
| | | |||||
| * | try to fix travis | Maximilian Hils | 2016-02-04 | 1 | -0/+1 |
| | | |||||
| * | silence 3rd party module loggers | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+5 |
| | | |||||
| * | exclude tests if no alpn support present | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+8 |
| | | |||||
| * | add http2 full-stack test | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+117 |
| | | |||||
| * | improve http2 header parsing | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+3 |
| | | |||||
| * | reuse frame reading snippet | Thomas Kriechbaumer | 2016-02-04 | 2 | -5/+7 |
| | | |||||
| * | rename test file | Thomas Kriechbaumer | 2016-02-04 | 1 | -27/+0 |
| | | |||||
| * | fix import in tests | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+1 |
| | |