aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed the custom lexer in favor of using pyparsing.Henrique2019-11-157-242/+193
|
* Added a new test to test that the issue from the previous commit won'tHenrique2019-11-131-1/+13
| | | | happen anymore
* Fixed issue introduced by change in the lexer that caused mitmproxy toHenrique2019-11-131-14/+21
| | | | crash when pressing `:`.
* Added tests to reach 100% coverageHenrique2019-11-132-3/+5
|
* Removed an exception handle that can't happen anymore due to the newHenrique2019-11-131-11/+6
| | | | lexer
* Getting 100% coverage in the lexerHenrique2019-11-122-3/+14
|
* Fixing issues reported by the linterHenrique2019-11-124-62/+8
|
* Tests for the new lexerHenrique2019-11-121-0/+64
|
* Forgot to remove the import for shlexHenrique2019-11-121-1/+0
|
* Fixed test to use the new method to get the lexerHenrique2019-11-121-2/+2
|
* Small fix to handle line breaks and tabs \r\n\tHenrique2019-11-121-1/+4
|
* Created a lexer for the command barHenrique2019-11-122-50/+159
|
* Renamed the `maybequote` function to something betterHenrique2019-11-121-2/+2
|
* Fix for issues when using \ and " on the commander barHenrique2019-11-124-17/+63
|
* Merge pull request #3686 from mitmproxy/github-issue-templatesThomas Kriechbaumer2019-11-072-0/+39
|\ | | | | Update issue templates
| * Update issue templatesMaximilian Hils2019-11-042-0/+39
| |
* | Merge pull request #3679 from tomlabaude/pf_ipv6Maximilian Hils2019-11-073-2/+26
|\ \ | | | | | | Added support for IPv6 in pf.py for macOS
| * | pfctl state output always have 2 lines for each socket. Adding outgoing ↵Tom2019-11-052-0/+11
| | | | | | | | | | | | lines in data which matches lines before incoming ones. Also adding IPv6 data and tests
| * | Fixed lintTom2019-11-051-4/+4
| | |
| * | Added support for IPv6 in pf.py for macOSTom2019-11-051-2/+15
| | |
* | | Merge pull request #3688 from mitmproxy/sans-io-adjustmentsMaximilian Hils2019-11-072-1/+4
|\ \ \ | |/ / |/| | make duration formatting more forgiving
| * | make duration formatting more forgivingMaximilian Hils2019-11-072-1/+4
|/ /
* | squash remaining forum referenceMaximilian Hils2019-11-041-4/+3
| |
* | update badgesMaximilian Hils2019-11-041-11/+9
| |
* | Update issue_template.mdMaximilian Hils2019-11-041-1/+1
|/
* Merge pull request #3675 from ylmrx/crash_on_replay-3559Maximilian Hils2019-11-041-2/+3
|\ | | | | fixes #3559
| * take no action if on `Host` if `:authority` isn't foundYoann L2019-11-041-2/+3
| |
| * fixes #3559Yoann L2019-10-251-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_exportMaximilian Hils2019-10-302-26/+22
|\ \ | |/ |/| curl command export has several problems:
| * simplify conditionMaximilian Hils2019-10-291-3/+1
| |
| * missed a type ignore, for mypy complianceYoann L2019-10-291-1/+1
| |
| * several fixes on command exports has several problems: #3676Yoann L2019-10-291-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: #3676Yoann L2019-10-282-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-typesMaximilian Hils2019-10-163-10/+18
|\ | | | | Add HTTP Message Type Hints
| * add http message type hintsMaximilian Hils2019-10-163-10/+18
|/
* grammer correction (#3670)Will2019-10-151-1/+1
|
* Merge pull request #3667 from jannst/fix_docs_readmeMaximilian Hils2019-10-131-1/+2
|\ | | | | hugo server -D fails if html file in docs/src/generated are not present
| * improve wordingMaximilian Hils2019-10-131-4/+2
| |
| * hugo server -D fails if html file in docs/src/generated are not presentjannst2019-10-131-0/+3
|/
* Move onboardingapp from tornado to flask (#3661)Maximilian Hils2019-10-0614-141/+67
|
* update dependenciesMaximilian Hils2019-10-061-2/+2
|
* Merge pull request #3659 from vin01/masterMaximilian Hils2019-10-041-0/+7
|\ | | | | Add EKU extension for dummy certificates
| * Add EKU extension for dummy certificatesvin012019-10-031-0/+7
|/
* Add key_size option to define rsa key size (#3657)vin012019-09-306-18/+30
|
* Update howto-transparent-vms.md for newer versions (#3597)Nirusu2019-09-301-4/+10
| | | Update howto-transparent-vms.md for newer versions
* Merge pull request #3655 from Kriechi/bumpThomas Kriechbaumer2019-09-284-20/+19
|\ | | | | bump more deps
| * bump more depsThomas Kriechbaumer2019-09-284-20/+19
|/
* Merge pull request #3653 from Kriechi/bump-yamlThomas Kriechbaumer2019-09-286-12/+12
|\ | | | | bump deps
| * bump depsThomas Kriechbaumer2019-09-286-12/+12
|/
* Merge pull request #3329 from Kriechi/readme-sloganThomas Kriechbaumer2019-09-284-10/+11
|\ | | | | update readme slogan