aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/addons/command_history.py
Commit message (Expand)AuthorAgeFilesLines
* minor improvements, tests++Maximilian Hils2020-04-091-3/+3
* Fixed small bugs on command_history and testsHenrique2019-11-271-2/+8
* simplify command history addonMaximilian Hils2019-11-261-126/+65
* Addressing comments from reviewHenrique2019-11-251-27/+42
* Logic to handle multiple instances using CommandHistory.Henrique2019-11-251-7/+23
* Making windows happyHenrique2019-11-251-0/+7
* Moved confdir check logic into the addonHenrique2019-11-251-1/+5
* Make `mypy` happyHenrique2019-11-241-1/+1
* Fixed the logic according to some tests, added new testsHenrique2019-11-241-89/+42
* Making the linter happyHenrique2019-11-231-8/+2
* Fix to check if command_history file exists prior to trying to read itHenrique2019-11-231-2/+5
* Moved command history to an addon and added a new feature:Henrique2019-11-231-0/+152