aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/test/taddons.py
Commit message (Expand)AuthorAgeFilesLines
* taddons: remove has_eventAldo Cortesi2018-05-021-11/+0
* client replay: re-designAldo Cortesi2018-04-301-6/+4
* addons/script: improve relability of reload testAldo Cortesi2018-04-231-2/+2
* asyncio: shift script reloading out of the tick eventAldo Cortesi2018-04-231-5/+1
* asyncio: ditch the handler contextAldo Cortesi2018-04-071-11/+0
* asyncio: remove test master.has_logAldo Cortesi2018-04-071-2/+2
* asyncio: move log mechanism onto the event loopAldo Cortesi2018-04-071-0/+9
* Start consolidating core optionsAldo Cortesi2018-02-261-2/+5
* Misc. typosluz.paz2018-02-241-1/+1
* addon options: setheaders, stickyauthAldo Cortesi2018-02-241-1/+1
* addon options: migrate replace, simplify taddons.contextAldo Cortesi2018-02-241-4/+3
* Start moving addon options into /addonsAldo Cortesi2018-02-241-1/+5
* Update taddon and tests.Matthew Shao2017-08-031-2/+2
* Update tests.Matthew Shao2017-08-011-0/+2
* disentangle ProxyServer and Master classes.Maximilian Hils2017-07-301-5/+5
* minor improvementsMaximilian Hils2017-06-021-0/+2
* addons.streamfile -> addons.saveAldo Cortesi2017-04-271-1/+1
* console: flow resolution commandAldo Cortesi2017-04-271-0/+8
* Addons and addon testingAldo Cortesi2017-04-261-0/+6
* configure(options, updated) -> configure(updated)Aldo Cortesi2017-04-261-1/+0
* Remove watchdog, solidify script testingAldo Cortesi2017-04-261-4/+7
* Revamp how addons workAldo Cortesi2017-04-251-8/+36
* Rip out master handler mechanismAldo Cortesi2017-03-161-10/+7
* Remove test handlers by using taddons.RecordingMasterAldo Cortesi2017-03-161-4/+13
* Add a light-weight custom event system, use it for keepservingAldo Cortesi2017-03-161-3/+23
* Cleanups and test coverageAldo Cortesi2017-03-071-2/+3
* Revamp optionsAldo Cortesi2017-03-051-12/+2
* eventsequence: coverage++Thomas Kriechbaumer2017-02-091-2/+2
* addons.script: 100% test coverageAldo Cortesi2016-11-031-0/+3
* addons: filestreamer test cov to 100%Aldo Cortesi2016-11-031-3/+15
* tests: convert test_dumper to use taddonsAldo Cortesi2016-11-021-1/+10
* Replace interception in mitmproxy and mitmweb with addonAldo Cortesi2016-10-301-3/+3
* test.taddon: Add cycle() method, use it to test addons.interceptAldo Cortesi2016-10-301-0/+14
* Add addons.interceptAldo Cortesi2016-10-291-0/+37