Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | 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 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #3659 from vin01/master | Maximilian Hils | 2019-10-04 | 1 | -0/+7 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add EKU extension for dummy certificates | |||||
| * | | | | | | Add EKU extension for dummy certificates | vin01 | 2019-10-03 | 1 | -0/+7 | |
|/ / / / / / | ||||||
* | | | | | | Add key_size option to define rsa key size (#3657) | vin01 | 2019-09-30 | 6 | -18/+30 | |
| | | | | | | ||||||
* | | | | | | Update howto-transparent-vms.md for newer versions (#3597) | Nirusu | 2019-09-30 | 1 | -4/+10 | |
| | | | | | | | | | | | | | | | | | | Update howto-transparent-vms.md for newer versions | |||||
* | | | | | | Merge pull request #3655 from Kriechi/bump | Thomas Kriechbaumer | 2019-09-28 | 4 | -20/+19 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | bump more deps | |||||
| * | | | | | | bump more deps | Thomas Kriechbaumer | 2019-09-28 | 4 | -20/+19 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #3653 from Kriechi/bump-yaml | Thomas Kriechbaumer | 2019-09-28 | 6 | -12/+12 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | bump deps | |||||
| * | | | | | | bump deps | Thomas Kriechbaumer | 2019-09-28 | 6 | -12/+12 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #3329 from Kriechi/readme-slogan | Thomas Kriechbaumer | 2019-09-28 | 4 | -10/+11 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | update readme slogan | |||||
| * | | | | | | update readme slogan | Thomas Kriechbaumer | 2018-09-21 | 4 | -10/+11 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #3651 from Kriechi/bump-deps | Thomas Kriechbaumer | 2019-09-28 | 4 | -11/+12 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | bump dependencies | |||||
| * | | | | | | | bump dependencies | Thomas Kriechbaumer | 2019-09-28 | 4 | -11/+12 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #3560 from travelperk/add-refresh-option | Thomas Kriechbaumer | 2019-09-28 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add refresh option to disable cookies | |||||
| * | | | | | | | Add refresh option to disable cookies | Javier Tejero | 2019-06-05 | 1 | -0/+1 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #3594 from Jessonsotoventura/open_editor | Thomas Kriechbaumer | 2019-09-28 | 1 | -1/+6 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Edit URLs in external editor | |||||
| * | | | | | | | Edit URL now opens the external editor | Jesson Soto Ventura | 2019-07-22 | 1 | -1/+6 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #3650 from Kriechi/fix-linting | Thomas Kriechbaumer | 2019-09-28 | 2 | -2/+1 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | fix linting | |||||
| * | | | | | | | | fix linting | Thomas Kriechbaumer | 2019-09-28 | 2 | -2/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #3464 from rjt-gupta/url-fix | Thomas Kriechbaumer | 2019-09-28 | 2 | -6/+31 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Non ascii characters in url |