aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/addons/clientplayback.py
Commit message (Expand)AuthorAgeFilesLines
* add very simply tcp detailviewMaximilian Hils2020-04-121-5/+8
* fix #3469Maximilian Hils2019-11-151-10/+10
* take no action if on `Host` if `:authority` isn't foundYoann L2019-11-041-2/+3
* fixes #3559Yoann L2019-10-251-1/+1
* client-replay-fixrjt-gupta2018-12-011-0/+2
* clientreplay: don't restrict outbound replay address to listen hostAldo Cortesi2018-05-121-7/+2
* client replay: replaying flows in-flight should be added to count()Aldo Cortesi2018-05-021-1/+6
* client replay: expad and consolidate testsAldo Cortesi2018-05-011-15/+18
* client replay: revert our changes if replay is abortedAldo Cortesi2018-04-301-0/+2
* client replay: re-designAldo Cortesi2018-04-301-144/+98
* client replay: move all client replay-related code into addonAldo Cortesi2018-04-271-2/+177
* fix Python 3.6 variable type annotations #3053oscure762018-04-141-1/+1
* client options: migrate allowremote and clientplaybackAldo Cortesi2018-02-241-0/+6
* Fix #2766.Matthew Shao2018-01-111-0/+3
* minor fixesMaximilian Hils2017-12-311-0/+4
* commands: refactor typesAldo Cortesi2017-12-181-1/+2
* commands: add a Cmd argument typeAldo Cortesi2017-12-151-1/+1
* improve clientreplay addonMaximilian Hils2017-11-071-12/+16
* commands: "replay.client.file" and "replay.server.file"Aldo Cortesi2017-04-291-0/+8
* Rework client and server replayAldo Cortesi2017-04-291-12/+27
* configure(options, updated) -> configure(updated)Aldo Cortesi2017-04-261-4/+4
* Add a light-weight custom event system, use it for keepservingAldo Cortesi2017-03-161-4/+2
* tests: client_playback coverageAldo Cortesi2016-11-021-9/+12
* typecheck options, fix current inconsistenciesMaximilian Hils2016-10-251-1/+1
* Move all tools into mitmproxy.tools, move models/* to top levelAldo Cortesi2016-10-191-1/+0
* Remove flow module entirely, move contents to top levelAldo Cortesi2016-10-191-2/+5
* addons.Addons -> addonmanager, builtins -> addonsAldo Cortesi2016-10-191-0/+40