aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy
Commit message (Expand)AuthorAgeFilesLines
* commands: view.setval, view.getval, view.setval.toggleAldo Cortesi2017-05-014-233/+94
* commands: flow.encode, flow.decode, flow.encode.toggleAldo Cortesi2017-05-013-38/+65
* commands: console.bodyview, console.chooseAldo Cortesi2017-05-012-14/+60
* keymap: keys can now bind to multiple contextsAldo Cortesi2017-05-017-186/+101
* command: flow.setAldo Cortesi2017-05-013-134/+84
* Refactor consoleAldo Cortesi2017-05-0117-366/+365
* Merge pull request #2271 from mhils/mitmweb-connection-indicatorMaximilian Hils2017-04-303-4627/+4943
|\
| * [web] add connection testsMaximilian Hils2017-04-291-10/+15
| * [web] add connection indicatorMaximilian Hils2017-04-293-4625/+4936
* | commands: view.order.options, view.marked.toggle, view.createAldo Cortesi2017-04-304-79/+36
* | commands: view.loadAldo Cortesi2017-04-305-25/+19
* | commands: support *args for commandsAldo Cortesi2017-04-304-19/+74
* | Move export to addon, kill Python and Locust exportAldo Cortesi2017-04-309-255/+121
* | commands: cut.clip copies cuts to system clipboardAldo Cortesi2017-04-302-0/+26
* | Add help text to --commands outputAldo Cortesi2017-04-302-5/+11
* | cut: more flexible cut specification based on attribute pathsAldo Cortesi2017-04-302-46/+54
* | cut: use csv module to encode multi-values for savingAldo Cortesi2017-04-301-24/+30
* | Introduce cuts: a flow dissectorAldo Cortesi2017-04-297-5/+138
* | command: script.runAldo Cortesi2017-04-293-60/+30
* | command: flow.revertAldo Cortesi2017-04-293-8/+17
* | commands: "replay.client.file" and "replay.server.file"Aldo Cortesi2017-04-292-0/+16
* | Rework client and server replayAldo Cortesi2017-04-295-70/+62
* | command: flow.kill, flow.replayAldo Cortesi2017-04-293-15/+28
* | commands: markingAldo Cortesi2017-04-294-11/+38
* | commands: view.goAldo Cortesi2017-04-295-48/+73
* | Commands, core update eventAldo Cortesi2017-04-297-75/+85
|/
* fix mitmweb's content security policyMaximilian Hils2017-04-281-1/+1
* commands: add a command.command decoratorAldo Cortesi2017-04-284-13/+31
* Support unary flow command argumentsAldo Cortesi2017-04-283-5/+19
* console: save flows to commandAldo Cortesi2017-04-282-22/+1
* console: start migrating hotkeys to keymapAldo Cortesi2017-04-287-48/+56
* command: partialsAldo Cortesi2017-04-283-16/+6
* commands: add the core command addon, and the command "set"Aldo Cortesi2017-04-282-0/+20
* console: add a keymapAldo Cortesi2017-04-285-26/+98
* console: interactive command browserAldo Cortesi2017-04-289-91/+214
* Merge pull request #2274 from cortesi/alertsAldo Cortesi2017-04-283-1/+17
|\
| * Add an "alert" log level.Aldo Cortesi2017-04-273-1/+17
* | Merge pull request #2273 from cortesi/commandsAldo Cortesi2017-04-2818-59/+269
|\|
| * command: save.file flowspec path -> NoneAldo Cortesi2017-04-276-39/+66
| * addons.streamfile -> addons.saveAldo Cortesi2017-04-278-24/+24
| * console: flow resolution commandAldo Cortesi2017-04-277-18/+79
| * console: very basic interactive command executorAldo Cortesi2017-04-277-5/+44
| * Basic outline of the command subsystemAldo Cortesi2017-04-275-16/+99
* | Merge pull request #2277 from Kriechi/bump-cryptographyThomas Kriechbaumer2017-04-272-14/+7
|\ \
| * | bump cryptography min-versionThomas Kriechbaumer2017-04-272-14/+7
* | | change import of prop-typescle10002017-04-273-4772/+5496
| |/ |/|
* | Merge pull request #2265 from cortesi/addonsAldo Cortesi2017-04-275-4/+10
|\ \
| * | Addons and addon testingAldo Cortesi2017-04-265-4/+10
| |/
* | Merge pull request #2269 from mhils/issue-2250Maximilian Hils2017-04-262-49/+53
|\ \
| * | fix #2250, add type info to cookie moduleMaximilian Hils2017-04-262-49/+53