aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/test_addonmanager.py
Commit message (Expand)AuthorAgeFilesLines
* Ditch the addon stdout wrapperAldo Cortesi2018-05-081-7/+0
* Remove custom eventsAldo Cortesi2018-05-031-15/+20
* Remove the tick eventAldo Cortesi2018-05-021-4/+4
* commands: clarify command call interface, fix web app replayAldo Cortesi2018-05-021-1/+1
* asyncio: remove test master.has_logAldo Cortesi2018-04-071-12/+15
* asyncio: move log mechanism onto the event loopAldo Cortesi2018-04-071-6/+8
* asyncio simplify: we don't need a queue for proxy->main loop commsAldo Cortesi2018-04-071-2/+3
* Start consolidating core optionsAldo Cortesi2018-02-261-1/+1
* Add test for AddonManager.__contains__Matthew Shao2017-08-081-0/+2
* Merge pull request #2484 from mhils/options-into-own-addonMaximilian Hils2017-07-311-5/+4
|\
| * disentangle ProxyServer and Master classes.Maximilian Hils2017-07-301-5/+4
* | Merge pull request #2485 from mhils/silent-option-redeclarationMaximilian Hils2017-07-301-0/+8
|\ \
| * | make option redeclaration silent if signature is the sameMaximilian Hils2017-07-301-0/+8
* | | Merge pull request #2482 from mhils/pure-script-loadMaximilian Hils2017-07-301-1/+1
|\ \ \ | |/ / |/| |
| * | make load_script pureMaximilian Hils2017-07-301-1/+1
| |/
* / gracefully ignore imports with hook namesMaximilian Hils2017-07-291-0/+5
|/
* commands: add a command.command decoratorAldo Cortesi2017-04-281-0/+11
* Test coverage ++Aldo Cortesi2017-04-271-0/+5
* command: save.file flowspec path -> NoneAldo Cortesi2017-04-271-2/+2
* Addons and addon testingAldo Cortesi2017-04-261-0/+7
* Merge pull request #2262 from Kriechi/reduced-coverage++Aldo Cortesi2017-04-261-0/+5
|\
| * improve testsThomas Kriechbaumer2017-04-251-0/+5
* | Revamp how addons workAldo Cortesi2017-04-251-56/+66
|/
* addon loader: add boot_into, which replaces returning from start()Aldo Cortesi2017-03-251-0/+95
* Add a light-weight custom event system, use it for keepservingAldo Cortesi2017-03-161-0/+12
* Clean up addonmanager interfaceAldo Cortesi2017-03-161-2/+2
* Enable custom options for addonsAldo Cortesi2017-03-141-4/+4
* fully test addonmanager (#1970)Thomas Kriechbaumer2017-01-311-0/+12
* addons.Addons -> addonmanager, builtins -> addonsAldo Cortesi2016-10-191-0/+23