aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* make stateobject simpler and stricterMaximilian Hils2016-02-088-111/+87
|
* simplify state managementMaximilian Hils2016-02-088-90/+78
|
* remove duplicate codeMaximilian Hils2016-02-081-27/+0
|
* fix #876Maximilian Hils2016-02-082-4/+11
|
* http2: indicate http version in the uiMaximilian Hils2016-02-082-3/+12
|
* http2: fix http_versionMaximilian Hils2016-02-081-2/+2
|
* raise error if --http2 is specified, but the OpenSSL version doesn't support itMaximilian Hils2016-02-082-0/+8
|
* removed unused parameterMaximilian Hils2016-02-082-6/+3
|
* update dependenciesMaximilian Hils2016-02-061-2/+2
|
* do not include 'test' as packageMaximilian Hils2016-02-061-1/+1
|
* update dependenciesMaximilian Hils2016-02-051-1/+1
|
* Merge pull request #917 from mitmproxy/not-so-modern-setuptoolsThomas Kriechbaumer2016-02-052-33/+36
|\ | | | | remove compatible version specifiers
| * remove compatible version specifiersMaximilian Hils2016-02-052-33/+36
|/
* Merge pull request #914 from mitmproxy/modern-setuptoolsMaximilian Hils2016-02-042-72/+60
|\ | | | | Modern setuptools
| * make sure that we don't get bitten by upstreamMaximilian Hils2016-02-041-31/+31
| |
| * always install urwidMaximilian Hils2016-02-041-1/+1
| |
| * setup.py: no range operators for env markersMaximilian Hils2016-02-041-1/+3
| |
| * simplify setup.pyMaximilian Hils2016-02-042-72/+58
|/
* always add common name as subjectAltNameMaximilian Hils2016-02-041-1/+3
|
* Merge pull request #883 from mitmproxy/hyper-h2Thomas Kriechbaumer2016-02-0418-271/+1004
|\ | | | | HTTP/2: Implementation using hyper-h2
| * travis: cache wheels on osx, allow pypy failuresMaximilian Hils2016-02-041-0/+3
| |
| * remove debug outputMaximilian Hils2016-02-041-4/+1
| |
| * fix travis cachingMaximilian Hils2016-02-041-10/+0
| |
| * fix importMaximilian Hils2016-02-041-1/+0
| |
| * check for channel error locationMaximilian Hils2016-02-041-0/+4
| |
| * fix http2 race conditionThomas Kriechbaumer2016-02-042-26/+107
| |
| * cleanupThomas Kriechbaumer2016-02-042-8/+8
| |
| * do not send RST if there is not upstream stream openend yetMaximilian Hils2016-02-041-1/+2
| |
| * add comment that explains OrderedDict useMaximilian Hils2016-02-041-0/+4
| |
| * fix exception classesThomas Kriechbaumer2016-02-041-1/+2
| |
| * improve test reliabilityThomas Kriechbaumer2016-02-041-4/+8
| |
| * fix locking issuesThomas Kriechbaumer2016-02-041-0/+1
| |
| * fix flow == None errorsThomas Kriechbaumer2016-02-041-1/+1
| |
| * use test timeoutsThomas Kriechbaumer2016-02-043-2/+3
| |
| * fix tests and use netlib utilsThomas Kriechbaumer2016-02-043-19/+9
| |
| * fix race condition during state loadingThomas Kriechbaumer2016-02-041-1/+2
| | | | | | PyPy and Python2.7 might process the state attributes in different order.
| * code formattingThomas Kriechbaumer2016-02-046-15/+17
| |
| * fix authority handlingThomas Kriechbaumer2016-02-041-4/+4
| |
| * add more tests, improve coverageThomas Kriechbaumer2016-02-042-22/+83
| |
| * test stream resets in push promiseThomas Kriechbaumer2016-02-041-0/+37
| |
| * bump h2 dependency and use latest APIThomas Kriechbaumer2016-02-042-2/+2
| |
| * refactor http2 testsThomas Kriechbaumer2016-02-041-85/+149
| |
| * remove printThomas Kriechbaumer2016-02-042-1/+4
| |
| * test PushPromise supportThomas Kriechbaumer2016-02-042-5/+97
| |
| * allow pypy on travisThomas Kriechbaumer2016-02-041-10/+6
| |
| * update CI integrationThomas Kriechbaumer2016-02-042-8/+25
| |
| * try to show weird test outputThomas Kriechbaumer2016-02-041-1/+1
| |
| * increase coverageThomas Kriechbaumer2016-02-049-17/+22
| |
| * try to fix travisMaximilian Hils2016-02-041-0/+1
| |
| * silence 3rd party module loggersThomas Kriechbaumer2016-02-041-0/+5
| |