Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add streaming to FlowMaster | Aldo Cortesi | 2012-07-09 | 1 | -1/+1 |
| | |||||
* | Add a domain match filter (~d regex) | Aldo Cortesi | 2012-07-06 | 1 | -2/+2 |
| | |||||
* | mitmproxy: "W" shortcut key streams flows to file as responses arrive. | Aldo Cortesi | 2012-07-06 | 1 | -2/+27 |
| | |||||
* | Make upstream-cert the default. There's now a --no-upstream-cert option to ↵ | Aldo Cortesi | 2012-07-03 | 1 | -4/+4 |
| | | | | turn it off. | ||||
* | Merge pull request #48 from afh/pull/palette-option | Aldo Cortesi | 2012-07-01 | 1 | -3/+4 |
|\ | | | | | Pull/palette option | ||||
| * | Add --palette option to select color palette | Alexis Hildebrandt | 2012-07-01 | 1 | -3/+4 |
| | | |||||
* | | Beef up logging substantially. | Aldo Cortesi | 2012-07-01 | 1 | -0/+4 |
|/ | |||||
* | Fix a traceback that sometimes occurred when an invalid limit was entered. | Aldo Cortesi | 2012-06-02 | 1 | -7/+7 |
| | |||||
* | Minor name refactoring, make flow list refresh after limit is applied. | Aldo Cortesi | 2012-04-09 | 1 | -9/+9 |
| | |||||
* | Add an index counter to status bar. | Aldo Cortesi | 2012-04-09 | 1 | -2/+10 |
| | |||||
* | Add an "f" shortcut key to load full body contents. | Aldo Cortesi | 2012-04-08 | 1 | -0/+1 |
| | |||||
* | Work around an Urwid crashing bug. | Aldo Cortesi | 2012-04-05 | 1 | -0/+5 |
| | | | | https://github.com/Nic0/tyrs/issues/115 | ||||
* | Start prepping docs for 0.8 | Aldo Cortesi | 2012-04-04 | 1 | -0/+5 |
| | | | | | Also add an interactive upstream-cert option to mitmproxy, and repair help for R shortcut. | ||||
* | Add a details page, available from a flow view with the 'X' shortcut | Aldo Cortesi | 2012-04-03 | 1 | -1/+8 |
| | | | | | At the moment, this shows the upstream SSL certificate details. More fine-grained detail that doesn't fit in the flow view itself will be added. | ||||
* | Minor unit test bump. | Aldo Cortesi | 2012-04-03 | 1 | -1/+1 |
| | |||||
* | Refactor proxy.Server to fix a crash when replaying with -n | Aldo Cortesi | 2012-04-02 | 1 | -5/+3 |
| | |||||
* | Move "M" shortcut key to global scope. | Aldo Cortesi | 2012-04-02 | 1 | -0/+16 |
| | | | | You now don't have to be viewing a flow to change global default view. | ||||
* | Start rationalizing content views. | Aldo Cortesi | 2012-04-02 | 1 | -10/+1 |
| | | | | | | We now no longer have distinction between "pretty" view and hex/raw. Instead, we simply a default AUTO view with a global override (M) and a local override (m). | ||||
* | Make "T" pretty view over-ride persistent when switching between flows. | Aldo Cortesi | 2012-04-02 | 1 | -1/+10 |
| | | | | | We do this by adding a flow settings mechanism to ConsoleState. This is pretty rough at the moment and should become more sophisticated as needed. | ||||
* | Factor out content view apparatus into contentview.py | Aldo Cortesi | 2012-03-24 | 1 | -5/+5 |
| | |||||
* | Add modal help to GridEditor. | Aldo Cortesi | 2012-03-22 | 1 | -20/+5 |
| | | | | Also includes some minor refactoring and documentation stubs. | ||||
* | More work on pretty view forcing. | Aldo Cortesi | 2012-03-20 | 1 | -14/+2 |
| | | | | | | | - Make this setting apply only to the currently viewed flow. I think it's more likely that this is the behaviour the user will want, rather than globally setting the pretty type. - Update help. | ||||
* | Refactor pretty view forcing somewhat. | Aldo Cortesi | 2012-03-20 | 1 | -2/+2 |
| | | | | | | | - Use a lookup table of content types -> view modes. - Add a urlencoded forcing. Remove "html" - at the moment it's the same as "xmlish". - Display type when forced. | ||||
* | Allow a flow view's pretty-printed body type auto-detection to be overridden ↵ | Ulrich Petri | 2012-03-19 | 1 | -0/+12 |
| | | | | by the user | ||||
* | Specialize GridEditor into a number of subclasses. | Aldo Cortesi | 2012-03-19 | 1 | -8/+14 |
| | |||||
* | Generalize GridEditor to N columns. | Aldo Cortesi | 2012-03-18 | 1 | -2/+16 |
| | | | | Start adding a replacement rule editor. | ||||
* | KVEditor -> GridEditor | Aldo Cortesi | 2012-03-18 | 1 | -4/+4 |
| | |||||
* | Move mitmproxy reverse proxy shortcut to "P". | Aldo Cortesi | 2012-03-18 | 1 | -2/+2 |
| | | | | Also don't expose help from the help screen. | ||||
* | Add specification of replacement patterns on the command line. | Aldo Cortesi | 2012-03-17 | 1 | -0/+4 |
| | |||||
* | Adds no-pop option to server-side replay | Valtteri Virtanen | 2012-03-05 | 1 | -2/+7 |
| | |||||
* | Fix mitmproxy crash when passed -n flag. | Aldo Cortesi | 2012-02-26 | 1 | -1/+1 |
| | |||||
* | Use shlex to parse EDITOR. | Rune Halvorsen | 2012-02-25 | 1 | -2/+3 |
| | |||||
* | Add mitmproxy version to status bar on Help screen. | Aldo Cortesi | 2012-02-24 | 1 | -2/+3 |
| | | | | Suggested by Jim Cheetham <jim.cheetham@otago.ac.nz> | ||||
* | Documentation and screenshots. | Aldo Cortesi | 2012-02-22 | 1 | -1/+0 |
| | |||||
* | connection -> flow in libmitmproxy/console | Aldo Cortesi | 2012-02-21 | 1 | -31/+31 |
| | | | | "Flow" is the correct term here - every connection can have multiple flows. | ||||
* | Tweaks for reverse proxy mode | Aldo Cortesi | 2012-02-21 | 1 | -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 Cortesi | 2012-02-20 | 1 | -6/+4 |
| | |||||
* | Add duplicate to connection view, and rename to "D". | Aldo Cortesi | 2012-02-19 | 1 | -3/+1 |
| | |||||
* | Consolidate palettes somewhat. | Aldo Cortesi | 2012-02-18 | 1 | -18/+16 |
| | |||||
* | Firm up reverse proxy specification. | Aldo Cortesi | 2012-02-18 | 1 | -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 display | Aldo Cortesi | 2012-02-18 | 1 | -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 Cortesi | 2012-02-11 | 1 | -5/+0 |
| | |||||
* | Gracefully handle invalid data format passed to -r flag. | Aldo Cortesi | 2012-02-09 | 1 | -1/+4 |
| | |||||
* | Further keybinding consolidation. | Aldo Cortesi | 2012-02-08 | 1 | -15/+0 |
| | | | | Also, move KVEditor's "i" binding to "A" to avoid clashes with global bindings. | ||||
* | Start consolidating keybindings. | Aldo Cortesi | 2012-02-08 | 1 | -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 Cortesi | 2012-02-08 | 1 | -10/+20 |
| | | | | The all-in-one page was just getting too unwieldy. | ||||
* | KVEditor: "e" shortcut spawns an external editor on a field. | Aldo Cortesi | 2012-02-08 | 1 | -0/+22 |
| | |||||
* | "i" shortcut to insert for KVEditor. | Aldo Cortesi | 2012-02-08 | 1 | -1/+1 |
| | |||||
* | Add and delete for KV editor. | Aldo Cortesi | 2012-02-08 | 1 | -1/+1 |
| | |||||
* | Refine look and feel, make editor operate on copy of data. | Aldo Cortesi | 2012-02-08 | 1 | -2/+3 |
| |