Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #3735 from Kriechi/fix-3733 | Maximilian Hils | 2019-12-05 | 1 | -0/+2 | |
|\ \ \ \ | |/ / / |/| | | | close the client connection if TLS ClientHello parsing fails | |||||
| * | | | close the client connection if TLS ClientHello parsing fails | Thomas Kriechbaumer | 2019-11-30 | 1 | -0/+2 | |
|/ / / | ||||||
* | | | Merge pull request #3727 from typoon/mitmproxy-improve-commander | Maximilian Hils | 2019-11-26 | 1 | -5/+42 | |
|\ \ \ | | |/ | |/| | Commander bar navigation keys | |||||
| * | | Remove blank line | Henrique | 2019-11-25 | 1 | -1/+0 | |
| | | | ||||||
| * | | Fixed `ctrl w` | Henrique | 2019-11-25 | 1 | -7/+13 | |
| | | | ||||||
| * | | Added some navigation keys to the command bar same way as in a Linux | Henrique | 2019-11-25 | 1 | -5/+37 | |
| |/ | | | | | | | terminal | |||||
* / | remove unused hyperlink in README.rst | Maximilian Hils | 2019-11-23 | 1 | -1/+0 | |
|/ | ||||||
* | Merge pull request #3718 from mhils/simplify-install-instructions | Maximilian Hils | 2019-11-21 | 2 | -71/+50 | |
|\ | | | | | Simplify install instructions | |||||
| * | simplify install instructions | Maximilian Hils | 2019-11-20 | 2 | -71/+50 | |
| | | ||||||
* | | Merge pull request #3693 from typoon/fix-command-bar-issue-3259 | Maximilian Hils | 2019-11-21 | 20 | -551/+949 | |
|\ \ | |/ |/| | Improve Command Bar UX | |||||
| * | fix keybind for loading flows | Maximilian Hils | 2019-11-21 | 1 | -1/+1 | |
| | | ||||||
| * | lint! | Maximilian Hils | 2019-11-19 | 1 | -3/+5 | |
| | | ||||||
| * | fix tests | Maximilian Hils | 2019-11-19 | 1 | -13/+20 | |
| | | ||||||
| * | fix 'set' to only accept a single argument | Maximilian Hils | 2019-11-19 | 2 | -3/+3 | |
| | | ||||||
| * | fix lexing, sort of | Maximilian Hils | 2019-11-19 | 8 | -81/+142 | |
| | | ||||||
| * | wip | Maximilian Hils | 2019-11-18 | 7 | -40/+55 | |
| | | ||||||
| * | fix coverage | Maximilian Hils | 2019-11-18 | 2 | -1/+3 | |
| | | ||||||
| * | coverage++ | Maximilian Hils | 2019-11-18 | 1 | -1/+23 | |
| | | ||||||
| * | adjust test | Maximilian Hils | 2019-11-18 | 1 | -1/+1 | |
| | | ||||||
| * | fix vararg handling | Maximilian Hils | 2019-11-18 | 6 | -31/+43 | |
| | | ||||||
| * | revamp command processing | Maximilian Hils | 2019-11-18 | 7 | -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 descriptive | Maximilian Hils | 2019-11-18 | 4 | -84/+85 | |
| | | ||||||
| * | adjust remote debug example to latest pycharm version | Maximilian Hils | 2019-11-18 | 1 | -2/+2 | |
| | | ||||||
| * | Added coverage for the changes made | Henrique | 2019-11-17 | 1 | -0/+4 | |
| | | ||||||
| * | Fixed issue with string parameters between quotes that do not have a | Henrique | 2019-11-17 | 1 | -2/+14 | |
| | | | | | | | | space | |||||
| * | Added return signature to methods on commander.py | Henrique | 2019-11-16 | 1 | -5/+5 | |
| | | ||||||
| * | Brought coverage up to 94% on test_commander.py | Henrique | 2019-11-16 | 1 | -4/+103 | |
| | | ||||||
| * | Various changes to address PR comments | Henrique | 2019-11-16 | 5 | -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 code | Henrique | 2019-11-16 | 1 | -8/+0 | |
| | | ||||||
| * | Forgot to remove the empty `_parse_cmd` function | Henrique | 2019-11-16 | 1 | -5/+0 | |
| | | ||||||
| * | Fixing issues pointed during PR review | Henrique | 2019-11-16 | 4 | -50/+55 | |
| | | ||||||
| * | Removed useless else that prevented 100% code coverage | Henrique | 2019-11-15 | 1 | -2/+0 | |
| | | ||||||
| * | Small fix for 100% coverage | Henrique | 2019-11-15 | 1 | -7/+0 | |
| | | ||||||
| * | Merge branch 'master' into fix-command-bar-issue-3259 | Henrique M. D | 2019-11-15 | 51 | -269/+457 | |
| |\ | ||||||
| * | | Removed the custom lexer in favor of using pyparsing. | Henrique | 2019-11-15 | 7 | -242/+193 | |
| | | | ||||||
| * | | Added a new test to test that the issue from the previous commit won't | Henrique | 2019-11-13 | 1 | -1/+13 | |
| | | | | | | | | | | | | happen anymore | |||||
| * | | Fixed issue introduced by change in the lexer that caused mitmproxy to | Henrique | 2019-11-13 | 1 | -14/+21 | |
| | | | | | | | | | | | | crash when pressing `:`. | |||||
| * | | Added tests to reach 100% coverage | Henrique | 2019-11-13 | 2 | -3/+5 | |
| | | | ||||||
| * | | Removed an exception handle that can't happen anymore due to the new | Henrique | 2019-11-13 | 1 | -11/+6 | |
| | | | | | | | | | | | | lexer | |||||
| * | | Getting 100% coverage in the lexer | Henrique | 2019-11-12 | 2 | -3/+14 | |
| | | | ||||||
| * | | Fixing issues reported by the linter | Henrique | 2019-11-12 | 4 | -62/+8 | |
| | | | ||||||
| * | | Tests for the new lexer | Henrique | 2019-11-12 | 1 | -0/+64 | |
| | | | ||||||
| * | | Forgot to remove the import for shlex | Henrique | 2019-11-12 | 1 | -1/+0 | |
| | | | ||||||
| * | | Fixed test to use the new method to get the lexer | Henrique | 2019-11-12 | 1 | -2/+2 | |
| | | | ||||||
| * | | Small fix to handle line breaks and tabs \r\n\t | Henrique | 2019-11-12 | 1 | -1/+4 | |
| | | | ||||||
| * | | Created a lexer for the command bar | Henrique | 2019-11-12 | 2 | -50/+159 | |
| | | | ||||||
| * | | Renamed the `maybequote` function to something better | Henrique | 2019-11-12 | 1 | -2/+2 | |
| | | | ||||||
| * | | Fix for issues when using \ and " on the commander bar | Henrique | 2019-11-12 | 4 | -17/+63 | |
| | | | ||||||
* | | | Merge pull request #3717 from Jessonsotoventura/replay | Maximilian Hils | 2019-11-20 | 1 | -8/+5 | |
|\ \ \ | | | | | | | | | Added Replay to new table UI | |||||
| * | | | added column for mark and replay | Jesson Soto Ventura | 2019-11-19 | 1 | -8/+5 | |
| | |/ | |/| |