Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Merge pull request #921 from mitmproxy/model-cleanup | Thomas Kriechbaumer | 2016-02-08 | 10 | -182/+146 |
|\ | |||||
| * | make stateobject simpler and stricter | Maximilian Hils | 2016-02-08 | 8 | -111/+87 |
| * | simplify state management | Maximilian Hils | 2016-02-08 | 8 | -90/+78 |
|/ | |||||
* | remove duplicate code | Maximilian Hils | 2016-02-08 | 1 | -27/+0 |
* | fix #876 | Maximilian Hils | 2016-02-08 | 2 | -4/+11 |
* | 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 |
* | 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 | Maximilian Hils | 2016-02-05 | 2 | -33/+36 |
|/ | |||||
* | Merge pull request #914 from mitmproxy/modern-setuptools | Maximilian Hils | 2016-02-04 | 2 | -72/+60 |
|\ | |||||
| * | 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 |
|\ | |||||
| * | 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 |
| * | 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 |