aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Documentation and screenshots.Aldo Cortesi2012-02-221-1/+0
|
* connection -> flow in libmitmproxy/consoleAldo Cortesi2012-02-211-31/+31
| | | | "Flow" is the correct term here - every connection can have multiple flows.
* Tweaks for reverse proxy modeAldo Cortesi2012-02-211-4/+7
| | | | | | - Unify key bindings over connection and connection list view - Add help entry - Unset reverse proxy when a blank value is specified
* Minor doc fixes and import cleanups.Aldo Cortesi2012-02-201-6/+4
|
* Add duplicate to connection view, and rename to "D".Aldo Cortesi2012-02-191-3/+1
|
* Consolidate palettes somewhat.Aldo Cortesi2012-02-181-18/+16
|
* Firm up reverse proxy specification.Aldo Cortesi2012-02-181-6/+27
| | | | | | - Extract proxy spec parsing and unparsing functions. - Add a status indicator in mitmproxy. - Add the "R" keybinding for changing the reverse proxy from within mitmproxy.
* Jazz up flow displayAldo Cortesi2012-02-181-38/+3
| | | | | | - Indicate interception by coloring text, rather than adding an exclamation mark. - Use unicode symbol to indicate replay and for the response indicator arrow.
* Revamp the way request and response bodies are displayed.Aldo Cortesi2012-02-111-5/+0
|
* Gracefully handle invalid data format passed to -r flag.Aldo Cortesi2012-02-091-1/+4
|
* Further keybinding consolidation.Aldo Cortesi2012-02-081-15/+0
| | | | Also, move KVEditor's "i" binding to "A" to avoid clashes with global bindings.
* Start consolidating keybindings.Aldo Cortesi2012-02-081-11/+3
| | | | | | I want each view to have a more coherent set of bindings. This means minimizing the global bindings, and making some bindings accessible only from screens related to their functionality.
* Move to context-dependent help model.Aldo Cortesi2012-02-081-10/+20
| | | | The all-in-one page was just getting too unwieldy.
* KVEditor: "e" shortcut spawns an external editor on a field.Aldo Cortesi2012-02-081-0/+22
|
* "i" shortcut to insert for KVEditor.Aldo Cortesi2012-02-081-1/+1
|
* Add and delete for KV editor.Aldo Cortesi2012-02-081-1/+1
|
* Refine look and feel, make editor operate on copy of data.Aldo Cortesi2012-02-081-2/+3
|
* Editable fields for KVEditor.Aldo Cortesi2012-02-081-73/+1
|
* Refactor console.Aldo Cortesi2012-02-071-0/+993
Split the console implementation out into logical components.