aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/addonmanager.py
Commit message (Expand)AuthorAgeFilesLines
* fix addon deconstructionMaximilian Hils2019-07-181-1/+1
* bump dependenciesThomas Kriechbaumer2018-12-021-1/+1
* Simpler addon clear mechanismAldo Cortesi2018-06-161-2/+3
* Ditch the addon stdout wrapperAldo Cortesi2018-05-081-16/+1
* options: add the concept of deferred settingsAldo Cortesi2018-05-081-0/+1
* Remove custom eventsAldo Cortesi2018-05-031-1/+1
* asyncio: shift script reloading out of the tick eventAldo Cortesi2018-04-231-0/+1
* asyncio: ditch the handler contextAldo Cortesi2018-04-071-19/+11
* asyncio: remove master.add_log, in favor of a persistent log.Log instanceAldo Cortesi2018-04-071-9/+3
* asyncio: move log mechanism onto the event loopAldo Cortesi2018-04-071-1/+0
* asyncio simplify: we don't need a queue for proxy->main loop commsAldo Cortesi2018-04-071-1/+2
* asyncio: remove last vestiage of channel input from masterAldo Cortesi2018-04-071-2/+2
* Shift option help styling admonition into the appropriate Loader docstringAldo Cortesi2018-02-261-0/+7
* fix Flow.kill behaviourMaximilian Hils2017-12-291-1/+1
* make safecall threadsafe.Maximilian Hils2017-10-261-1/+8
* Update taddon and tests.Matthew Shao2017-08-031-0/+4
* make option redeclaration silent if signature is the sameMaximilian Hils2017-07-301-1/+12
* gracefully ignore imports with hook namesMaximilian Hils2017-07-291-3/+11
* fix addon tracebacksMaximilian Hils2017-07-211-1/+1
* keymap: keys can now bind to multiple contextsAldo Cortesi2017-05-011-0/+4
* commands: add a command.command decoratorAldo Cortesi2017-04-281-0/+2
* command: partialsAldo Cortesi2017-04-281-1/+1
* command: save.file flowspec path -> NoneAldo Cortesi2017-04-271-3/+3
* console: very basic interactive command executorAldo Cortesi2017-04-271-1/+1
* Basic outline of the command subsystemAldo Cortesi2017-04-271-0/+3
* Addons and addon testingAldo Cortesi2017-04-261-0/+2
* configure(options, updated) -> configure(updated)Aldo Cortesi2017-04-261-1/+1
* Remove watchdog, solidify script testingAldo Cortesi2017-04-261-3/+7
* Revamp how addons workAldo Cortesi2017-04-251-41/+119
* addon loader: add boot_into, which replaces returning from start()Aldo Cortesi2017-03-251-2/+12
* addons: an addonmanager.Loader is now passed to the load() eventAldo Cortesi2017-03-251-1/+28
* addons: start -> load throughoutAldo Cortesi2017-03-251-1/+1
* Rip out master handler mechanismAldo Cortesi2017-03-161-0/+27
* Add a light-weight custom event system, use it for keepservingAldo Cortesi2017-03-161-3/+2
* Clean up addonmanager interfaceAldo Cortesi2017-03-161-27/+28
* Enable custom options for addonsAldo Cortesi2017-03-141-14/+13
* addons.Addons -> addonmanager, builtins -> addonsAldo Cortesi2016-10-191-0/+92