aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix tls test on WindowsMaximilian Hils2020-04-031-0/+4
|
* bump minimum cryptography versionMaximilian Hils2020-04-031-1/+1
|
* use OpenSSL's hostname validationMaximilian Hils2019-11-2315-371/+384
|
* update cryptographyMaximilian Hils2019-11-234-10/+22
|
* Merge pull request #3718 from mhils/simplify-install-instructionsMaximilian Hils2019-11-212-71/+50
|\ | | | | Simplify install instructions
| * simplify install instructionsMaximilian Hils2019-11-202-71/+50
| |
* | Merge pull request #3693 from typoon/fix-command-bar-issue-3259Maximilian Hils2019-11-2120-551/+949
|\ \ | |/ |/| Improve Command Bar UX
| * fix keybind for loading flowsMaximilian Hils2019-11-211-1/+1
| |
| * lint!Maximilian Hils2019-11-191-3/+5
| |
| * fix testsMaximilian Hils2019-11-191-13/+20
| |
| * fix 'set' to only accept a single argumentMaximilian Hils2019-11-192-3/+3
| |
| * fix lexing, sort ofMaximilian Hils2019-11-198-81/+142
| |
| * wipMaximilian Hils2019-11-187-40/+55
| |
| * fix coverageMaximilian Hils2019-11-182-1/+3
| |
| * coverage++Maximilian Hils2019-11-181-1/+23
| |
| * adjust testMaximilian Hils2019-11-181-1/+1
| |
| * fix vararg handlingMaximilian Hils2019-11-186-31/+43
| |
| * revamp command processingMaximilian Hils2019-11-187-406/+446
| | | | | | | | | | | | | | | | | | | | | | | | - Display the parameter name instead of the parameter type whenver users interact with commands. This makes it easy to enter commands just by their signature. We may want to expose type information in the command list, but some quick testing showed that this are rather intuitive anyways. - Add shift tab backward cycling for the command completion. - Use inspect.Signature instead of homebrew argument matching solution. This gets rid of quite a bit of cruft. - Remove some type checking hacks in mitmproxy.types
| * make command parameter names more descriptiveMaximilian Hils2019-11-184-84/+85
| |
| * adjust remote debug example to latest pycharm versionMaximilian Hils2019-11-181-2/+2
| |
| * Added coverage for the changes madeHenrique2019-11-171-0/+4
| |
| * Fixed issue with string parameters between quotes that do not have aHenrique2019-11-171-2/+14
| | | | | | | | space
| * Added return signature to methods on commander.pyHenrique2019-11-161-5/+5
| |
| * Brought coverage up to 94% on test_commander.pyHenrique2019-11-161-4/+103
| |
| * Various changes to address PR commentsHenrique2019-11-165-25/+19
| | | | | | | | | | Made a change to make `CommandManager.execute` the main entry point for executing commands and made `call_strings` into a private method.
| * Removing dead codeHenrique2019-11-161-8/+0
| |
| * Forgot to remove the empty `_parse_cmd` functionHenrique2019-11-161-5/+0
| |
| * 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