aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Send password_manager as a general application setting instead of per handlerGuillem Anguera2016-02-121-12/+4
|
* Added Basic Auth support for MITMWeb interfaceGuillem Anguera2016-02-114-4/+75
|
* fix #823Maximilian Hils2016-02-103-3/+13
|
* relax dependencies for enum34, fix #924Maximilian Hils2016-02-101-1/+1
|
* Merge branch 'master' of https://github.com/mitmproxy/mitmproxyMaximilian Hils2016-02-103-50/+229
|\
| * Merge pull request #916 from dufferzafar/export-codeMaximilian Hils2016-02-103-50/+229
| |\ | | | | | | Export any flow request as Python code
| | * Use textwrap.dedent in flow_export.python_code tooShadab Zafar2016-02-101-10/+13
| | |
| | * Use classes to test a command, move code to separate methods underShadab Zafar2016-02-091-114/+126
| | | | | | | | | | | | classes
| | * Use textwrap.dedent to improve readability of testsShadab Zafar2016-02-091-51/+82
| | |
| | * Rename test_export_flow.py to test_flow_export.pyShadab Zafar2016-02-091-0/+0
| | |
| | * Fix content length header issuesShadab Zafar2016-02-081-2/+6
| | | | | | | | | | | | | | | Caused by: https://github.com/mitmproxy/netlib/commit/d253ebc142d80708a1bdc065d3db05d1394e3819
| | * Tests for flow_export.raw_requestShadab Zafar2016-02-081-1/+23
| | |
| | * Tests for flow_export.python_codeShadab Zafar2016-02-081-0/+46
| | |
| | * Test exact return value of flow_export.curl_commandShadab Zafar2016-02-081-4/+15
| | |
| | * Add some basic tests for flow_exportsShadab Zafar2016-02-081-0/+22
| | |
| | * Move exporters to a separate fileShadab Zafar2016-02-082-76/+78
| | |
| | * Export any flow as Python code, not just GETShadab Zafar2016-02-061-5/+19
| | | | | | | | | | | | | | | The generic code idea was taken from Postman's code export: https://www.getpostman.com/
| | * Refactor copy_as_python_codeShadab Zafar2016-02-061-13/+25
| | | | | | | | | | | | Make it easier to support other HTTP request types
* | | fix #925Maximilian Hils2016-02-101-6/+10
|/ /
* | fix syntaxThomas Kriechbaumer2016-02-081-1/+2
| |
* | fix #920Thomas Kriechbaumer2016-02-081-0/+19
| | | | | | This might be implemented by hyper-h2 in the future.
* | Merge pull request #921 from mitmproxy/model-cleanupThomas Kriechbaumer2016-02-0810-182/+146
|\ \ | | | | | | Model Cleanup
| * | 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
| |