aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fixing issues pointed during PR reviewHenrique2019-11-164-50/+55
| |
| * Removed useless else that prevented 100% code coverageHenrique2019-11-151-2/+0
| |
| * Small fix for 100% coverageHenrique2019-11-151-7/+0
| |
| * Merge branch 'master' into fix-command-bar-issue-3259Henrique M. D2019-11-1551-269/+457
| |\
| * | 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 #3717 from Jessonsotoventura/replayMaximilian Hils2019-11-201-8/+5
|\ \ \ | | | | | | | | Added Replay to new table UI
| * | | added column for mark and replayJesson Soto Ventura2019-11-191-8/+5
| | |/ | |/|
* | | Delete issue_template.mdMaximilian Hils2019-11-191-17/+0
| | | | | | | | | this is in .github/ now.
* | | update badgesMaximilian Hils2019-11-191-8/+4
| | |
* | | Merge pull request #3714 from sethb157/ipv6_onlyMaximilian Hils2019-11-191-3/+15
|\ \ \ | | | | | | | | Add support for IPv6-only environments
| * | | Add support for IPv6-only environmentsSeth Barrios2019-11-181-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the proxy would attempt to bind to an IPv6 + IPv4 enabled socket. On failure, it would try to bind to an IPv4 only socket. If that failed, the proxy would fail to start. This update makes it so that the proxy also tries to bind to an IPv6-only socket, which is necessary in environments where IPv4 is disabled. In short, the proxy will try binding in the following order, only moving to the next step when binding fails: IPv6 + IPv4 -> IPv4 only -> IPv6 only -> proxy fails to start.
* | | | Use Github Actions for CI (#3713)Maximilian Hils2019-11-1920-235/+388
| | | | | | | | | | | | switch to github actions for CI
* | | | pin pyopenssl to fix builds, refs #3692Maximilian Hils2019-11-181-1/+1
| | | |
* | | | cleanup mypy usageMaximilian Hils2019-11-168-25/+17
| | | |
* | | | make mypy happyMaximilian Hils2019-11-161-2/+2
| | | |
* | | | Merge pull request #3702 from mckeimic/masterMaximilian Hils2019-11-162-10/+103
|\ \ \ \ | | | | | | | | | | Adding export raw http response
| * | | | fix lintMaximilian Hils2019-11-161-1/+1
| | | | |
| * | | | minor type fixesMaximilian Hils2019-11-161-4/+6
| | | | |
| * | | | Merge branch 'master' into masterMaximilian Hils2019-11-1617-173/+362
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #3705 from mhils/issue-3469Maximilian Hils2019-11-163-35/+73
|\ \ \ \ \ | | | | | | | | | | | | Fix #3469
| * | | | | tests++Maximilian Hils2019-11-152-7/+28
| | | | | |
| * | | | | fix #3469Maximilian Hils2019-11-152-29/+46
| | | | | |
* | | | | | Merge pull request #3700 from Jessonsotoventura/confirm_quitMaximilian Hils2019-11-161-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Ctrl-C should prompt the user before exiting
| * | | | | | used getattr to select exitJesson Soto Ventura2019-11-151-5/+1
| | | | | | |
| * | | | | | ctrl-c should prompt for an exitJesson Soto Ventura2019-11-141-1/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #3448 from cript0nauta/masterMaximilian Hils2019-11-162-42/+104
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Fix command injection vulnerability when exporting to curl or httpie
| * | | | | test coverage++Maximilian Hils2019-11-152-0/+9
| | | | | |
| * | | | | improve curl/httpie exportMaximilian Hils2019-11-152-40/+49
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/master' into pr-3448Maximilian Hils2019-11-15117-674/+1478
| |\ \ \ \ \
| * | | | | | Fix flake8 warning in curl_commandMatías Lang2019-01-141-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was an unused variable (I redefined its value below). It didn't affect the behavior of the function
| * | | | | | Merge branch 'master' of https://github.com/mitmproxy/mitmproxyMatías Lang2019-01-1319-29/+32
| |\ \ \ \ \ \
| * | | | | | | Refactor curl_command and httpie_commandMatías Lang2019-01-131-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To avoid calling to shlex.quote many times
| * | | | | | | Fix command injection when exporting to httpieMatías Lang2019-01-132-13/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The command generated by `export.clip httpie @focus` or `export.file httpie @focus /path/to/file` wasn't being properly escaped so it could contain a malicious command instead of just a simple httpie call.
| * | | | | | | Fix command injection when exporting to curlMatías Lang2019-01-132-14/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The command generated by `export.clip curl @focus` or `export.file curl @focus /path/to/file` wasn't being properly escaped so it could contain a malicious command instead of just a simple curl.
* | | | | | | | Merge pull request #3420 from rjt-gupta/multipart-fixMaximilian Hils2019-11-157-20/+114
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | multipart-fix
| * | | | | | | | test coverage improvedrjt-gupta2019-02-061-0/+19
| | | | | | | | |
| * | | | | | | | separate editorsrjt-gupta2019-02-063-11/+23
| | | | | | | | |