aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy
Commit message (Expand)AuthorAgeFilesLines
* mitmproxy.types -> mitmproxy.coretypesAldo Cortesi2017-12-1724-20/+20
* commander: add completion for flowspecsAldo Cortesi2017-12-172-1/+35
* console: add a data view overlay for command outputAldo Cortesi2017-12-177-8/+123
* minor: commandeditor.py -> commandexecutor.pyAldo Cortesi2017-12-173-4/+4
* minor: fix key bindings, adjust flow command presentationAldo Cortesi2017-12-172-2/+2
* command cuts: add completionAldo Cortesi2017-12-176-31/+79
* commands: Reassess the cuts APIAldo Cortesi2017-12-173-45/+46
* commander: test++Aldo Cortesi2017-12-151-3/+3
* commander: sort options for completionAldo Cortesi2017-12-151-0/+1
* command: path completionAldo Cortesi2017-12-152-73/+38
* console: fix variable clash exposed by recent key binding workAldo Cortesi2017-12-152-2/+2
* command: recursive command parsingAldo Cortesi2017-12-151-2/+7
* Merge pull request #2678 from mhils/console-startup-eventsAldo Cortesi2017-12-156-72/+70
|\
| * improve eventstore truncationMaximilian Hils2017-12-152-23/+23
| * limit eventstore sizeMaximilian Hils2017-12-142-4/+11
| * console: display errors that happened during startupMaximilian Hils2017-12-141-3/+16
| * streamline console logging, fix #2667Maximilian Hils2017-12-146-60/+38
* | command: add command.Arg typeAldo Cortesi2017-12-153-10/+19
* | commands: emit types from partial parser, implement choice completionAldo Cortesi2017-12-152-18/+44
* | commander: tab completion for command namesAldo Cortesi2017-12-152-10/+52
* | WIP: autocompletionAldo Cortesi2017-12-153-8/+34
* | commands: add a parser for partial commandsAldo Cortesi2017-12-151-0/+25
* | commands: add a Cmd argument typeAldo Cortesi2017-12-156-17/+31
* | Introduce a custom widget for command editingAldo Cortesi2017-12-154-11/+89
|/
* Merge pull request #2674 from mhils/issue-2620Aldo Cortesi2017-12-151-9/+10
|\
| * fix #2620Maximilian Hils2017-12-141-9/+10
* | Merge pull request #2545 from mitmproxy/wsprotoAldo Cortesi2017-12-158-82/+1518
|\ \
| * | vendoring of wsprotoThomas Kriechbaumer2017-12-126-4/+1418
| * | Use wsproto for websocketsUjjwal Verma2017-12-123-89/+74
| * | prepare WebSocket stack to move to wsprotoThomas Kriechbaumer2017-12-121-104/+141
* | | fix #2673Maximilian Hils2017-12-142-8/+12
* | | Merge pull request #2671 from mhils/command-argtypesMaximilian Hils2017-12-144-50/+43
|\ \ \
| * | | simplify path typeMaximilian Hils2017-12-141-6/+3
| * | | introduce @command.argumentMaximilian Hils2017-12-144-44/+40
| | |/ | |/|
* / | fix keybinding help stringsMaximilian Hils2017-12-141-2/+2
|/ /
* | Merge pull request #2669 from cortesi/pathAldo Cortesi2017-12-147-17/+23
|\ \
| * | commands: add a Path argument typeAldo Cortesi2017-12-137-17/+23
* | | Merge pull request #2668 from cortesi/commandoptsAldo Cortesi2017-12-136-32/+87
|\| |
| * | commands: formalise a Choice typeAldo Cortesi2017-12-135-19/+57
| * | console: refactor console.flowview.modeAldo Cortesi2017-12-122-13/+27
| * | minor: clarify docs for command.edit.focus*Aldo Cortesi2017-12-121-1/+4
* | | Merge pull request #2643 from Ga-ryo/masterMaximilian Hils2017-12-121-0/+4
|\ \ \ | |_|/ |/| |
| * | minor improvements, add tests for ipv4-mapped addressesMaximilian Hils2017-12-122-4/+4
| * | Fix #2594@Ga_ryo_2017-12-121-0/+4
* | | fix #2529Maximilian Hils2017-12-121-2/+4
* | | fix #2651Maximilian Hils2017-12-121-2/+2
* | | Merge branch 'master' into browser-winAldo Cortesi2017-12-121-0/+9
|\ \ \ | | |/ | |/|
| * | commands: verify command function signatures before call (#2659)Aldo Cortesi2017-12-111-0/+9
* | | fix browser addon on WindowsMaximilian Hils2017-12-111-9/+21
|/ /
* / browser addon: start an isolated browser attached to the proxyAldo Cortesi2017-12-103-1/+66
|/