Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add generic tcp proxying, fix #374 | Maximilian Hils | 2014-10-18 | 1 | -0/+1 |
| | |||||
* | web: display flow connection info | Maximilian Hils | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | document --ignore, fix #350 | Maximilian Hils | 2014-09-08 | 1 | -1/+2 |
| | |||||
* | - working WBXML parser | David Shaw | 2014-05-06 | 1 | -0/+4 |
| | |||||
* | always use relative imports, fix status bar bug | Maximilian Hils | 2014-03-10 | 1 | -1/+2 |
| | |||||
* | add advanced proxying options, add SSL-terminating capability to mitmproxy | Maximilian Hils | 2014-03-10 | 1 | -1/+0 |
| | |||||
* | Fix CSS view prompt, update display mode options. | Tomaz Muraus | 2014-01-04 | 1 | -0/+4 |
| | |||||
* | Remove GPL notices left in source files after our change to the MIT license. | Aldo Cortesi | 2013-08-01 | 1 | -15/+0 |
| | | | | Thanks to Roy Shamir for reporting this. | ||||
* | Correct display mode highlight keys | Alexis Hildebrandt | 2013-04-16 | 1 | -1/+5 |
| | | | | | | Add html display mode to the help documentation. Correct html and hex display mode highlight keys (help used 'h' for hex). Correct json display mode highlight keys. | ||||
* | Add the --host option, which uses the value in the Host header for dispaly URLs. | Aldo Cortesi | 2013-03-17 | 1 | -0/+4 |
| | | | | | - Can be toggled with "o" then "h" in mitmproxy - Useful for transparent mode | ||||
* | Add help entry for H global header shortcut. | Aldo Cortesi | 2012-09-02 | 1 | -2/+1 |
| | |||||
* | Add a shortcut to header editor to add standard User-Agent strings. | Aldo Cortesi | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | Optional AMF decoding support | Sahn Lam | 2012-08-17 | 1 | -0/+4 |
| | | | | If PyAMF is installed, enable AMF decoding. | ||||
* | 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. |