Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve curl/httpie export | Maximilian Hils | 2019-11-15 | 2 | -40/+49 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into pr-3448 | Maximilian Hils | 2019-11-15 | 117 | -674/+1478 |
|\ | |||||
| * | Merge pull request #3612 from ccssrryy/fix-dup-resp | Maximilian Hils | 2019-11-15 | 1 | -5/+8 |
| |\ | | | | | | | fix duplicate error response | ||||
| | * | fix duplicate error response | cs | 2019-08-09 | 1 | -5/+8 |
| | | | |||||
| * | | Merge pull request #3425 from rjt-gupta/external-viewer | Maximilian Hils | 2019-11-15 | 1 | -2/+2 |
| |\ \ | | | | | | | | | external-viewer-fix | ||||
| | * | | remove superfluous option | Maximilian Hils | 2019-11-15 | 1 | -5/+0 |
| | | | | |||||
| | * | | option added | rjt-gupta | 2019-01-07 | 1 | -0/+5 |
| | | | | |||||
| | * | | external-viewer-fix | rjt-gupta | 2018-12-17 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge pull request #3703 from mhils/replay-ignore-port | Maximilian Hils | 2019-11-15 | 1 | -1/+10 |
| |\ \ \ | | | | | | | | | | | allow server replay functionality to run on a different port | ||||
| | * | | | allow server replay functionality to run on a different port | Jurriaan Bremer | 2019-11-15 | 1 | -1/+10 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | By providing the "server_replay_ignore_port" configuration value we're able to run mitmproxy in server replay mode on a different port than the web server in the flows was originally running. This is also useful in case multiple ports are present in a flow (I suspect). | ||||
| * | | | Merge pull request #3699 from mhils/flowfilter2019 | Maximilian Hils | 2019-11-15 | 2 | -65/+49 |
| |\ \ \ | | | | | | | | | | | Improve flowfilter | ||||
| | * | | | disable overly strict indentation checks | Maximilian Hils | 2019-11-15 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | improve flowfilter | Maximilian Hils | 2019-11-15 | 1 | -64/+48 |
| |/ / / | |||||
| * | | | Merge pull request #3697 from ylmrx/issue_3639-yml_extension_allowed | Maximilian Hils | 2019-11-15 | 1 | -3/+2 |
| |\ \ \ | | | | | | | | | | | adding config.yml as an allowed config filename | ||||
| | * | | | simplify option file loading | Maximilian Hils | 2019-11-14 | 1 | -7/+5 |
| | | | | | | | | | | | | | | | | | | | | - no need for a constant that is only used once - if load_paths allows us to specify multiple paths, let's just do that. | ||||
| | * | | | adding config.yml as an allowed config filename | Yoann L | 2019-11-14 | 1 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cf. title as suggested in #3639 | ||||
| * | | | | Merge pull request #3698 from ylmrx/crash_on_empty_focus_next | Maximilian Hils | 2019-11-14 | 1 | -6/+12 |
| |\ \ \ \ | | |/ / / | |/| | | | Fixes crash upon view.focus.[next|prev] - #3694 | ||||
| | * | | | Fixes #3694 | Yoann L | 2019-11-14 | 1 | -6/+12 |
| |/ / / | |||||
| * | | | Merge pull request #3691 from mhils/sans-io-adjustments | Maximilian Hils | 2019-11-12 | 40 | -167/+175 |
| |\ \ \ | | | | | | | | | | | Update mypy, sans-io adjustments | ||||
| | * | | | update mypy | Maximilian Hils | 2019-11-12 | 40 | -148/+154 |
| | | | | | |||||
| | * | | | minor improvements and sans-io adjustments | Maximilian Hils | 2019-11-11 | 6 | -33/+35 |
| | | | | | |||||
| * | | | | Merge pull request #3669 from jannst/add_howto_install_android_system_ca | Thomas Kriechbaumer | 2019-11-11 | 1 | -0/+86 |
| |\ \ \ \ | | | | | | | | | | | | | Add howto insert mitmproxy CA cert into the android system certificate store | ||||
| | * | | | | Adding tutorial on how to insert mitmproxy CA cert into the android system ↵ | jannst | 2019-10-13 | 1 | -0/+86 |
| | | | | | | | | | | | | | | | | | | | | | | | | certificate store | ||||
| * | | | | | Merge pull request #3686 from mitmproxy/github-issue-templates | Thomas Kriechbaumer | 2019-11-07 | 2 | -0/+39 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Update issue templates | ||||
| | * | | | | | Update issue templates | Maximilian Hils | 2019-11-04 | 2 | -0/+39 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #3679 from tomlabaude/pf_ipv6 | Maximilian Hils | 2019-11-07 | 3 | -2/+26 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Added support for IPv6 in pf.py for macOS | ||||
| | * | | | | | | pfctl state output always have 2 lines for each socket. Adding outgoing ↵ | Tom | 2019-11-05 | 2 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lines in data which matches lines before incoming ones. Also adding IPv6 data and tests | ||||
| | * | | | | | | Fixed lint | Tom | 2019-11-05 | 1 | -4/+4 |
| | | | | | | | | |||||
| | * | | | | | | Added support for IPv6 in pf.py for macOS | Tom | 2019-11-05 | 1 | -2/+15 |
| | | |_|/ / / | | |/| | | | | |||||
| * | | | | | | Merge pull request #3688 from mitmproxy/sans-io-adjustments | Maximilian Hils | 2019-11-07 | 2 | -1/+4 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | make duration formatting more forgiving | ||||
| | * | | | | | make duration formatting more forgiving | Maximilian Hils | 2019-11-07 | 2 | -1/+4 |
| |/ / / / / | |||||
| * | | | | | squash remaining forum reference | Maximilian Hils | 2019-11-04 | 1 | -4/+3 |
| | | | | | | |||||
| * | | | | | update badges | Maximilian Hils | 2019-11-04 | 1 | -11/+9 |
| | | | | | | |||||
| * | | | | | Update issue_template.md | Maximilian Hils | 2019-11-04 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | Merge pull request #3675 from ylmrx/crash_on_replay-3559 | Maximilian Hils | 2019-11-04 | 1 | -2/+3 |
| |\ \ \ \ | | | | | | | | | | | | | fixes #3559 | ||||
| | * | | | | take no action if on `Host` if `:authority` isn't found | Yoann L | 2019-11-04 | 1 | -2/+3 |
| | | | | | | |||||
| | * | | | | fixes #3559 | Yoann L | 2019-10-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if the `:authority` header is not found, we can try to guess it from variable `flow.request.pretty_host` as .pop() accepts a fallback parameter | ||||
| * | | | | | Merge pull request #3676 from ylmrx/fix_curl_export | Maximilian Hils | 2019-10-30 | 2 | -26/+22 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | curl command export has several problems: | ||||
| | * | | | | simplify condition | Maximilian Hils | 2019-10-29 | 1 | -3/+1 |
| | | | | | | |||||
| | * | | | | missed a type ignore, for mypy compliance | Yoann L | 2019-10-29 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | several fixes on command exports has several problems: #3676 | Yoann L | 2019-10-29 | 1 | -22/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * authority can usually rely on actual URL. as `:authority` headers will break curl command. (advise if it's better to change them to Host, or if it should be reported on curl side) * `content-length`: 0 is added for each request. if it's found in the curl argument list, it'll try to fetch an empty body (and crash). also trying to guess on accept-encoding header to add the `--compress` option when fetching potentially compressed content. * ditto for httpie * factorize it into raise_if_missing_request (and rename it) | ||||
| | * | | | | several fixes on command exports has several problems: #3676 | Yoann L | 2019-10-28 | 2 | -15/+24 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * authority can usually rely on actual URL. as `:authority` headers will break curl command. (advise if it's better to change them to Host, or if it should be reported on curl side) * `content-length`: 0 is added for each request. if it's found in the curl argument list, it'll try to fetch an empty body (and crash). also trying to guess on accept-encoding header to add the `--compress` option when fetching potentially compressed content. * ditto for httpie | ||||
| * | | | | Merge pull request #3671 from mhils/add-types | Maximilian Hils | 2019-10-16 | 3 | -10/+18 |
| |\ \ \ \ | | | | | | | | | | | | | Add HTTP Message Type Hints | ||||
| | * | | | | add http message type hints | Maximilian Hils | 2019-10-16 | 3 | -10/+18 |
| |/ / / / | |||||
| * | | | | grammer correction (#3670) | Will | 2019-10-15 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #3667 from jannst/fix_docs_readme | Maximilian Hils | 2019-10-13 | 1 | -1/+2 |
| |\ \ \ \ | | | | | | | | | | | | | hugo server -D fails if html file in docs/src/generated are not present | ||||
| | * | | | | improve wording | Maximilian Hils | 2019-10-13 | 1 | -4/+2 |
| | |/ / / | |||||
| | * / / | hugo server -D fails if html file in docs/src/generated are not present | jannst | 2019-10-13 | 1 | -0/+3 |
| |/ / / | |||||
| * | | | Move onboardingapp from tornado to flask (#3661) | Maximilian Hils | 2019-10-06 | 14 | -141/+67 |
| | | | | |||||
| * | | | update dependencies | Maximilian Hils | 2019-10-06 | 1 | -2/+2 |
| | | | |