aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy
Commit message (Collapse)AuthorAgeFilesLines
* move mitmproxyMaximilian Hils2016-02-15123-81894/+0
|
* convert old flows to 0.17Maximilian Hils2016-02-141-0/+6
|
* bump versionMaximilian Hils2016-02-141-1/+1
|
* fix plain http proxyingMaximilian Hils2016-02-141-0/+1
|
* Merge branch 'master' of https://github.com/mitmproxy/mitmproxyMaximilian Hils2016-02-148-10/+10
|\
| * autoflakeThomas Kriechbaumer2016-02-144-7/+1
| |
| * autopep8Thomas Kriechbaumer2016-02-145-3/+3
| |
| * print http2 frames to debug logMaximilian Hils2016-02-141-0/+6
| |
* | mitmweb: fix _strip_contentMaximilian Hils2016-02-141-0/+2
|/
* Do not send Proxy-Agent in CONNECT responsesWill Coster2016-02-131-4/+3
| | | | | | | Sending any headers at all in response to a CONNECT request breaks proxying Android emulators on all non-80 ports. Issue: #783
* 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
|
* Merge branch 'master' of https://github.com/mitmproxy/mitmproxyMaximilian Hils2016-02-102-50/+81
|\
| * Merge pull request #916 from dufferzafar/export-codeMaximilian Hils2016-02-102-50/+81
| |\ | | | | | | Export any flow request as Python code
| | * Use textwrap.dedent in flow_export.python_code tooShadab Zafar2016-02-101-10/+13
| | |
| | * 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.
* | make stateobject simpler and stricterMaximilian Hils2016-02-086-105/+71
| |
* | simplify state managementMaximilian Hils2016-02-088-90/+78
| |
* | remove duplicate codeMaximilian Hils2016-02-081-27/+0
| |
* | fix #876Maximilian Hils2016-02-081-4/+6
| |
* | 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
| |
* | simplify setup.pyMaximilian Hils2016-02-041-0/+4
| |
* | always add common name as subjectAltNameMaximilian Hils2016-02-041-1/+3
| |
* | remove debug outputMaximilian Hils2016-02-041-4/+1
| |
* | fix importMaximilian Hils2016-02-041-1/+0
| |
* | check for channel error locationMaximilian Hils2016-02-041-0/+4
| |
* | fix http2 race conditionThomas Kriechbaumer2016-02-041-14/+53
| |
* | cleanupThomas Kriechbaumer2016-02-041-7/+7
| |
* | 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
| |
* | fix locking issuesThomas Kriechbaumer2016-02-041-0/+1
| |
* | fix flow == None errorsThomas Kriechbaumer2016-02-041-1/+1
| |
* | fix tests and use netlib utilsThomas Kriechbaumer2016-02-042-12/+2
| |
* | 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-044-10/+12
| |
* | fix authority handlingThomas Kriechbaumer2016-02-041-4/+4
| |
* | add more tests, improve coverageThomas Kriechbaumer2016-02-041-15/+11
| |
* | bump h2 dependency and use latest APIThomas Kriechbaumer2016-02-041-1/+1
| |
* | remove printThomas Kriechbaumer2016-02-041-0/+4
| |
* | test PushPromise supportThomas Kriechbaumer2016-02-041-2/+9
| |
* | increase coverageThomas Kriechbaumer2016-02-047-16/+17
| |