aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/tools
Commit message (Expand)AuthorAgeFilesLines
* keys.yaml priority over defaultkeys.py. Test for this.Miroslav2018-09-291-0/+15
* Some refactoring. New test case.Miroslav2018-07-191-8/+19
* Command history implementationMiroslav2018-07-171-0/+51
* keymap: read keys from CONFDIR/keys.yaml by defaultAldo Cortesi2018-05-101-0/+1
* console keybindings: define YAML-based format for console key binding persist...Aldo Cortesi2018-05-101-0/+94
* Redesign keepservingAldo Cortesi2018-05-021-0/+1
* commands: clarify command call interface, fix web app replayAldo Cortesi2018-05-021-9/+4
* client replay: expad and consolidate testsAldo Cortesi2018-05-011-1/+0
* client replay: move all client replay-related code into addonAldo Cortesi2018-04-271-8/+9
* test: shift test_data out of our public APIAldo Cortesi2018-04-231-6/+6
* asyncio: shift script reloading out of the tick eventAldo Cortesi2018-04-232-10/+16
* Ignore signal errors on windows + various fixesAldo Cortesi2018-04-171-4/+5
* asyncio: clarify shutdown semanticsAldo Cortesi2018-04-161-13/+6
* asyncio: remove master.add_log, in favor of a persistent log.Log instanceAldo Cortesi2018-04-071-1/+1
* asyncio: move log mechanism onto the event loopAldo Cortesi2018-04-072-2/+2
* asyncio simplify: we don't need a queue for proxy->main loop commsAldo Cortesi2018-04-074-12/+21
* asyncio: test cleanupAldo Cortesi2018-04-021-2/+8
* Minor fixes.Miroslav2018-03-031-12/+11
* Finalization of tests. Conditions rewritten again.Miroslav2018-03-021-19/+23
* Initial tests. New conditions.Miroslav2018-03-011-0/+25
* Split dumper_filter off from view_filterAldo Cortesi2018-02-261-3/+3
* Revamp verbosity optionsAldo Cortesi2018-02-262-3/+1
* Split default_contentview into dumper_* and console_* varietiesAldo Cortesi2018-02-241-1/+1
* Move intercept options to addonAldo Cortesi2018-02-241-15/+0
* flow_detail option to /addons/dumperAldo Cortesi2018-02-241-1/+1
* Resolve some left-over cross-addon dependenciesAldo Cortesi2018-02-242-6/+3
* Start moving addon options into /addonsAldo Cortesi2018-02-241-4/+4
* Merge pull request #2881 from cortesi/refreshoptMaximilian Hils2018-02-192-3/+3
|\
| * option replay_kill_extra -> server_replay_kill_extraAldo Cortesi2018-02-202-2/+2
| * option refresh_server_playback -> server_replay_refreshAldo Cortesi2018-02-201-1/+1
* | Excess return was deletedMiroslav2018-02-081-1/+1
* | refactor common.format_keyvalsMaximilian Hils2018-01-052-13/+25
* | fix test flow timestamps to values that don't overflow in certain timezonesMaximilian Hils2018-01-051-3/+0
* | test that defaultkeys are valid commandsMaximilian Hils2017-12-291-0/+23
* | commander: highlight commandsAldo Cortesi2017-12-201-10/+15
* | commands: refactor typesAldo Cortesi2017-12-181-30/+0
* | Disable implicit JS test asset generationAldo Cortesi2017-12-171-1/+1
* | commander: test++Aldo Cortesi2017-12-151-6/+48
* | command: path completionAldo Cortesi2017-12-152-72/+13
* | commander: tab completion for command namesAldo Cortesi2017-12-151-0/+25
* | WIP: autocompletionAldo Cortesi2017-12-151-13/+22
* | commands: add a Cmd argument typeAldo Cortesi2017-12-151-3/+0
* | Introduce a custom widget for command editingAldo Cortesi2017-12-151-0/+37
|/
* suppress tornado logging in testsMaximilian Hils2017-09-031-0/+14
* [web] Update test for static viewer.Matthew Shao2017-08-301-0/+6
* Merge pull request #2540 from mhils/relatively-staticMaximilian Hils2017-08-222-7/+7
|\
| * [web] make it possible to run static viewer in subdirectoriesMaximilian Hils2017-08-212-7/+7
* | fix mitmweb master shutdown, tests++Maximilian Hils2017-08-211-0/+19
|/
* fix testsMaximilian Hils2017-08-211-1/+1
* move tests...Maximilian Hils2017-08-211-0/+63