aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/addons/serverplayback.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3705 from mhils/issue-3469Maximilian Hils2019-11-161-19/+35
|\
| * tests++Maximilian Hils2019-11-151-1/+0
| * fix #3469Maximilian Hils2019-11-151-19/+36
* | Merge branch 'master' into masterMaximilian Hils2019-11-151-1/+10
|\|
| * allow server replay functionality to run on a different portJurriaan Bremer2019-11-151-1/+10
* | Update serverplayback.pyMaximilian Hils2019-07-171-4/+1
* | Use 'host_header' instead of 'host', when calculating 'HTTPRequest' hash in t...peter-way2019-04-151-1/+4
|/
* Redesign keepservingAldo Cortesi2018-05-021-9/+0
* console: use replay count commands in statusbarAldo Cortesi2018-05-021-1/+1
* server replay: expose the replay.server.count commandAldo Cortesi2018-05-021-0/+1
* fix Python 3.6 variable type annotations #3053oscure762018-04-141-1/+1
* addon options: shift server_replay optionsAldo Cortesi2018-02-241-2/+54
* Merge pull request #2881 from cortesi/refreshoptMaximilian Hils2018-02-191-2/+2
|\
| * option replay_kill_extra -> server_replay_kill_extraAldo Cortesi2018-02-201-1/+1
| * option refresh_server_playback -> server_replay_refreshAldo Cortesi2018-02-201-1/+1
* | commands: refactor typesAldo Cortesi2017-12-181-1/+2
* | commands: add a Cmd argument typeAldo Cortesi2017-12-151-1/+1
|/
* commands: "replay.client.file" and "replay.server.file"Aldo Cortesi2017-04-291-0/+8
* Rework client and server replayAldo Cortesi2017-04-291-11/+25
* configure(options, updated) -> configure(updated)Aldo Cortesi2017-04-261-3/+3
* Move options into ctxAldo Cortesi2017-04-261-15/+12
* addons: start -> load throughoutAldo Cortesi2017-03-251-2/+2
* Add a light-weight custom event system, use it for keepservingAldo Cortesi2017-03-161-2/+2
* fix #1858Maximilian Hils2016-12-191-13/+17
* netlib.strutils -> mitmproxy.utils.strutilsAldo Cortesi2016-10-201-1/+1
* Remove flow module entirely, move contents to top levelAldo Cortesi2016-10-191-2/+4
* addons.Addons -> addonmanager, builtins -> addonsAldo Cortesi2016-10-191-0/+121