aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add test for console errorroot2020-05-011-0/+2
|
* Changes on console errorroot2020-05-011-3/+3
|
* console errorroot2020-04-251-1/+1
|
* Merge pull request #3952 from PJF16/patch-1Maximilian Hils2020-04-241-1/+1
|\ | | | | Update howto-wireshark-tls.md
| * Update howto-wireshark-tls.mdPhilipp Johann Fritz2020-04-231-1/+1
|/ | | Wireshark renamed the protocol from SSL to TLS in settings
* Merge pull request #3929 from sarthak212/colorizejsonMaximilian Hils2020-04-193-14/+87
|\ | | | | colorize json
| * json contentview: minor improvementsMaximilian Hils2020-04-192-36/+61
| |
| * colorize jsonroot2020-04-193-4/+52
| |
* | Merge pull request #3927 from mhils/tcp-uiMaximilian Hils2020-04-1814-330/+658
|\ \ | | | | | | add tcp flow ui
| * | lint, mypy, tests++Maximilian Hils2020-04-127-23/+76
| | |
| * | add very simply tcp detailviewMaximilian Hils2020-04-125-34/+102
| | |
| * | fixup flow renderingMaximilian Hils2020-04-125-316/+424
| | | | | | | | | | | | | | | | | | this was a convoluted mess before and a nightmare to maintain. the new implementation is a bit more verbose, but it can be type-checked for errors.
| * | view addon: systematize different flow typesMaximilian Hils2020-04-114-21/+36
| | |
| * | Display TCP flows at flow list!Nikita Stupin2020-04-103-8/+92
| | |
* | | Merge pull request #3944 from mitmproxy/fix-docker-smoke-testMaximilian Hils2020-04-181-8/+5
|\ \ \ | | | | | | | | Fix docker smoke test
| * | | fix the fixThomas Kriechbaumer2020-04-171-5/+3
| | | |
| * | | cibuild: docker run must be non-interactiveMaximilian Hils2020-04-171-2/+0
| | | |
| * | | mitmproxy -> mitmdumpMaximilian Hils2020-04-171-1/+1
| | | |
| * | | fix docker smoke testMaximilian Hils2020-04-161-2/+3
| | | |
* | | | Merge pull request #3947 from Prinzhorn/patch-1Maximilian Hils2020-04-171-1/+1
|\ \ \ \ | |/ / / |/| | | Update feature_request.md
| * | | Update feature_request.mdAlexander Prinzhorn2020-04-171-1/+1
|/ / / | | | | | | This bugs me every single time, the missing space in the rendered version gives me claustrophobia :smile:
* | | Merge pull request #3938 from sarthak212/filtermessageMaximilian Hils2020-04-161-0/+2
|\ \ \ | | | | | | | | Add Filter message to mitmdump
| * | | add message to logroot2020-04-161-1/+2
| | | |
| * | | add message to mitmdumproot2020-04-151-0/+1
| | | |
* | | | include full client certificate chainMaximilian Hils2020-04-161-1/+1
|/ / / | | | | | | Testing this requires quite a bit of effort, so it makes sense to not waste any effort here and only do it for the sans-io implementation.
* | | Merge pull request #3935 from Kriechi/smoke-test-dockerThomas Kriechbaumer2020-04-131-0/+14
|\ \ \ | | | | | | | | smoke-test docker images after building
| * | | smoke-test docker images after buildingThomas Kriechbaumer2020-04-131-0/+14
|/ / /
* | | post-release updatesThomas Kriechbaumer2020-04-131-1/+1
| | |
* | | bump version to 5.1.1Thomas Kriechbaumer2020-04-132-1/+4
| | |
* | | fix docker entrypointThomas Kriechbaumer2020-04-131-1/+2
| | | | | | | | | | | | fixes #3933
* | | remove outdated release intructionsThomas Kriechbaumer2020-04-131-3/+1
| | |
* | | post-release updatesThomas Kriechbaumer2020-04-132-2/+2
| | |
* | | bump version to 5.1.0Thomas Kriechbaumer2020-04-132-2/+2
| | |
* | | add provisional changelogThomas Kriechbaumer2020-04-131-2/+22
| | |
* | | drop Docker images for ARMv7Thomas Kriechbaumer2020-04-135-64/+7
| | |
* | | improve getting-started docsThomas Kriechbaumer2020-04-134-27/+74
| | |
* | | Merge pull request #3921 from Kriechi/example-docsThomas Kriechbaumer2020-04-1219-83/+178
|\ \ \ | |_|/ |/| | Example docs
| * | docs: rename docs scripts and improve templateThomas Kriechbaumer2020-04-1113-49/+80
| | |
| * | examples: reformat to prevent too long linesThomas Kriechbaumer2020-04-114-37/+50
| | |
| * | docs: render all examples into one markdown pageThomas Kriechbaumer2020-04-105-5/+56
| |/
* | Merge pull request #3923 from sarthak212/commonkeybindingThomas Kriechbaumer2020-04-114-8/+21
|\ \ | |/ |/| Add common options to keybinding console
| * reduce set of common keysMaximilian Hils2020-04-111-2/+2
| | | | | | | | - You've already figured out `?` when you see this, so why mention it. - `Q` isn't that important, pressing `q` multiple times is good enough.
| * space issueroot2020-04-111-2/+2
| |
| * add common keybindingsroot2020-04-114-10/+23
|/
* Merge pull request #3767 from mitmproxy/fix-ciMaximilian Hils2020-04-0910-44/+82
|\ | | | | re-add missing CI steps and fix linting
| * minor improvements, tests++Maximilian Hils2020-04-097-13/+35
| |
| * re-enable codecovMaximilian Hils2020-04-081-0/+0
| | | | | | | | | | | | | | according to the current codecov faq, this file cannot start with a period because that causes issues. :shrug:
| * use codecov github actionMaximilian Hils2020-04-081-21/+13
| |
| * Merge remote-tracking branch 'origin/master' into fix-ciMaximilian Hils2020-04-08162-1935/+6317
| |\ | |/ |/|
* | Merge pull request #3912 from KevCui/masterMaximilian Hils2020-04-082-5/+19
|\ \ | | | | | | #3911 Support keybinding for different contexts with different commands