aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy
Commit message (Collapse)AuthorAgeFilesLines
* Verify that we're in the correct repository when extracting dev version ↵JustAnotherArchivist2020-06-191-0/+7
| | | | | | information Fixes #3987
* Fix #4010. Options modal in the mitmweb page no longer overflows the y axis. ↵V S Sreejeet2020-06-121-1/+1
| | | | | (#4014) don't overflow options dialog, fix #4010
* Merge pull request #4011 from G-Rath/patch-1Maximilian Hils2020-06-121-1/+1
|\ | | | | Support using `wslview` as a browser to open web url
| * Support using `wslview` as a browser to open web urlGareth Jones2020-06-121-1/+1
| |
* | HTTP2 response reason is None, render as '' in property.Brad Dixon2020-06-081-2/+6
|/ | | | | Fixes an error triggered when displaying an HTTP2 response loaded from a file.
* Record float timestamp for WebSocket messages instead of truncating to intJustAnotherArchivist2020-05-091-2/+2
|
* Add a space after prefilled console command string (#3985)| |三 \/ | |\|2020-05-081-0/+2
| | | Add a space after console command string
* Revert view_tcp_stream to List[bytes] implementationNikita Stupin2020-05-031-20/+14
|
* Assert viewmode not NoneNikita Stupin2020-05-031-0/+3
|
* Remove blank linesNikita Stupin2020-05-021-1/+0
|
* Add contentview status bar to TCP flow detailsNikita Stupin2020-05-021-0/+23
|
* Colorize arrows!Nikita Stupin2020-05-022-2/+21
|
* Change arrow styleNikita Stupin2020-05-022-2/+6
|
* Merge adjacent TCP "messages"Nikita Stupin2020-05-021-5/+26
|
* Integrate contentviews to TCP flow detailsNikita Stupin2020-05-012-18/+23
|
* Changes on console errorroot2020-05-011-3/+3
|
* console errorroot2020-04-251-1/+1
|
* Merge pull request #3929 from sarthak212/colorizejsonMaximilian Hils2020-04-192-9/+55
|\ | | | | colorize json
| * json contentview: minor improvementsMaximilian Hils2020-04-191-31/+31
| |
| * colorize jsonroot2020-04-192-4/+50
| |
* | Merge pull request #3927 from mhils/tcp-uiMaximilian Hils2020-04-1810-324/+607
|\ \ | | | | | | add tcp flow ui
| * | lint, mypy, tests++Maximilian Hils2020-04-123-17/+25
| | |
| * | 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 #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.
* | | post-release updatesThomas Kriechbaumer2020-04-131-1/+1
| | |
* | | bump version to 5.1.1Thomas Kriechbaumer2020-04-131-1/+1
| | |
* | | post-release updatesThomas Kriechbaumer2020-04-131-1/+1
| | |
* | | bump version to 5.1.0Thomas Kriechbaumer2020-04-131-1/+1
| | |
* | | improve getting-started docsThomas Kriechbaumer2020-04-131-9/+8
| |/ |/|
* | 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
|/
* minor improvements, tests++Maximilian Hils2020-04-092-4/+5
|
* Merge pull request #3912 from KevCui/masterMaximilian Hils2020-04-081-1/+1
|\ | | | | #3911 Support keybinding for different contexts with different commands
| * #3911 Support keybinding for different contexts with different commandsKevin Cui2020-04-071-1/+1
| |
* | reduce leaf certificate lifetime to one yearMaximilian Hils2020-04-081-2/+2
|/ | | Safari will, later this year, no longer accept new HTTPS certificates that expire more than 13 months from their creation date.
* Merge pull request #3893 from matosconsulting/mitmenhancedhostcheckMaximilian Hils2020-04-061-1/+2
|\ | | | | #3885 handle hyphens in domain name, enhance validation checks
| * #3885 implement simpler regex for host validationMarcus R. Matos2020-04-051-24/+5
| |
| * #3885 handle hyphens in domain name, enhance validation checks, linter updatesMarcus R. Matos2020-04-031-1/+3
| |
| * #3885 handle hyphens in domain name, enhance validation checksMarcus R. Matos2020-04-031-4/+22
| |
* | Rename web-iface to web-hostLucas Ramage2020-04-053-6/+6
| | | | | | | | Bug: https://github.com/mitmproxy/mitmproxy/issues/3891
* | minor sans-io adjustmentsMaximilian Hils2020-04-051-2/+2
| |
* | don't force host header on outgoing requestsMaximilian Hils2020-04-041-10/+1
| |
* | sync sans-io adjustmentsMaximilian Hils2020-04-041-14/+16
|/