Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add unit tests for console/help.py | Aldo Cortesi | 2012-06-03 | 1 | -12/+13 |
| | |||||
* | Add an index counter to status bar. | Aldo Cortesi | 2012-04-09 | 1 | -1/+0 |
| | |||||
* | Add some missing help entries. | Aldo Cortesi | 2012-04-08 | 1 | -16/+20 |
| | |||||
* | Start prepping docs for 0.8 | Aldo Cortesi | 2012-04-04 | 1 | -0/+1 |
| | | | | | Also add an interactive upstream-cert option to mitmproxy, and repair help for R shortcut. | ||||
* | Move "M" shortcut key to global scope. | Aldo Cortesi | 2012-04-02 | 1 | -0/+33 |
| | | | | You now don't have to be viewing a flow to change global default view. | ||||
* | Add modal help to GridEditor. | Aldo Cortesi | 2012-03-22 | 1 | -1/+6 |
| | | | | Also includes some minor refactoring and documentation stubs. | ||||
* | Move mitmproxy reverse proxy shortcut to "P". | Aldo Cortesi | 2012-03-18 | 1 | -1/+3 |
| | | | | Also don't expose help from the help screen. | ||||
* | License notifications, minor docs. | Aldo Cortesi | 2012-02-23 | 1 | -0/+15 |
| | |||||
* | connection -> flow in libmitmproxy/console | Aldo Cortesi | 2012-02-21 | 1 | -1/+1 |
| | | | | "Flow" is the correct term here - every connection can have multiple flows. | ||||
* | Tweaks for reverse proxy mode | Aldo Cortesi | 2012-02-21 | 1 | -0/+1 |
| | | | | | | - Unify key bindings over connection and connection list view - Add help entry - Unset reverse proxy when a blank value is specified | ||||
* | Better formatting for headers, help and other key-value displays. | Aldo Cortesi | 2012-02-11 | 1 | -15/+17 |
| | | | | We now use proper Columns, rather than laying it out manually. | ||||
* | Further keybinding consolidation. | Aldo Cortesi | 2012-02-08 | 1 | -9/+10 |
| | | | | Also, move KVEditor's "i" binding to "A" to avoid clashes with global bindings. | ||||
* | Start consolidating keybindings. | Aldo Cortesi | 2012-02-08 | 1 | -17/+0 |
| | | | | | | 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 Cortesi | 2012-02-08 | 1 | -27/+11 |
| | | | | The all-in-one page was just getting too unwieldy. | ||||
* | Refactor console. | Aldo Cortesi | 2012-02-07 | 1 | -0/+146 |
Split the console implementation out into logical components. |