aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge branch 'mitmproxy-improve-commander' of github.com:typoon/mitmproxy int...Henrique2019-11-271-7/+42
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Addressing comments from reviewHenrique2019-11-253-46/+86
| * | | | Removing the remotepdb stuff.Henrique2019-11-251-5/+0
| * | | | Fixing it back to what it wasHenrique2019-11-251-5/+6
| * | | | Logic to handle multiple instances using CommandHistory.Henrique2019-11-252-13/+99
| * | | | Make windows happy once againHenrique2019-11-251-0/+8
| * | | | Make windows happyHenrique2019-11-251-0/+2
| * | | | Making windows happyHenrique2019-11-251-0/+1
| * | | | Oops, forgot to add the tests for the CommandHistory addonHenrique2019-11-251-0/+196
| * | | | Making windows happyHenrique2019-11-251-0/+7
| * | | | Moved confdir check logic into the addonHenrique2019-11-252-13/+7
| * | | | Make `mypy` happyHenrique2019-11-241-1/+1
| * | | | Fixed the logic according to some tests, added new testsHenrique2019-11-244-261/+314
| * | | | Making the linter happyHenrique2019-11-235-15/+5
| * | | | Fix to check if command_history file exists prior to trying to read itHenrique2019-11-231-2/+5
| * | | | Fix to create the confdir in case it doesn't existHenrique2019-11-231-7/+20
| * | | | Moved command history to an addon and added a new feature:Henrique2019-11-236-86/+176
| * | | | Implemented feature to save command history to a file. This allows usersHenrique2019-11-222-7/+46
| | |_|/ | |/| |
* | | | Merge pull request #3739 from gergesh/add-flow-to-contentview-metadataMaximilian Hils2019-12-067-16/+20
|\ \ \ \
| * | | | Add flow to ContentView metadataYoav Shai2019-12-067-16/+20
* | | | | Merge pull request #3738 from gergesh/add-message-to-contentview-headersMaximilian Hils2019-12-051-0/+1
|\| | | |
| * | | | Add message to ContentView metadataYoav Shai2019-12-051-0/+1
|/ / / /
* | | | Merge pull request #3734 from worldmind/masterMaximilian Hils2019-12-051-2/+2
|\ \ \ \
| * | | | Fix converting to HAR in case of void responseShrub, Aliaksei2019-11-291-2/+2
| | |_|/ | |/| |
* | | | Merge pull request #3735 from Kriechi/fix-3733Maximilian Hils2019-12-051-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | close the client connection if TLS ClientHello parsing failsThomas Kriechbaumer2019-11-301-0/+2
|/ / /
* | | Merge pull request #3727 from typoon/mitmproxy-improve-commanderMaximilian Hils2019-11-261-5/+42
|\ \ \ | | |/ | |/|
| * | Remove blank lineHenrique2019-11-251-1/+0
| * | Fixed `ctrl w`Henrique2019-11-251-7/+13
| * | Added some navigation keys to the command bar same way as in a LinuxHenrique2019-11-251-5/+37
| |/
* / remove unused hyperlink in README.rstMaximilian Hils2019-11-231-1/+0
|/
* Merge pull request #3718 from mhils/simplify-install-instructionsMaximilian Hils2019-11-212-71/+50
|\
| * simplify install instructionsMaximilian Hils2019-11-202-71/+50
* | Merge pull request #3693 from typoon/fix-command-bar-issue-3259Maximilian Hils2019-11-2120-551/+949
|\ \ | |/ |/|
| * 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
| * 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
| * Added return signature to methods on commander.pyHenrique2019-11-161-5/+5