Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix #399 | Maximilian Hils | 2014-11-06 | 1 | -2/+4 | |
| | ||||||
* | restrict -e to mitmproxy only (not mitmdump) | Maximilian Hils | 2014-03-12 | 1 | -1/+1 | |
| | ||||||
* | always use relative imports, fix status bar bug | Maximilian Hils | 2014-03-10 | 1 | -1/+2 | |
| | ||||||
* | Remove / binding alias for limit | Aldo Cortesi | 2014-01-05 | 1 | -2/+1 | |
| | | | | The search and limit functionality is too different. | |||||
* | add search with / for compatibility with what I'll do. | root | 2013-12-23 | 1 | -1/+2 | |
| | ||||||
* | 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. | |||||
* | Some refactoring of the console inteface. | Aldo Cortesi | 2013-07-28 | 1 | -2/+1 | |
| | | | | | | Reduce some state duplication, by removing currentflow variable. Fixes #141 | |||||
* | Add the --host option, which uses the value in the Host header for dispaly URLs. | Aldo Cortesi | 2013-03-17 | 1 | -1/+1 | |
| | | | | | - Can be toggled with "o" then "h" in mitmproxy - Useful for transparent mode | |||||
* | Move eventlog to new Urwid container API. | Aldo Cortesi | 2012-11-23 | 1 | -4/+2 | |
| | ||||||
* | Urwid 1.1 compatibility. | Aldo Cortesi | 2012-10-29 | 1 | -2/+2 | |
| | ||||||
* | Stop server playback after current playback buffer is exhausted. | Aldo Cortesi | 2012-08-18 | 1 | -1/+1 | |
| | ||||||
* | Server replay from current buffer. | Aldo Cortesi | 2012-08-18 | 1 | -0/+44 | |
| | ||||||
* | Press "F" to Follow | Rob Wills | 2012-08-01 | 1 | -0/+3 | |
| | | | | | | | | | | | | Following of the flow list - ConsoleState now has a follow_focus property -- when True it will cause focus to follow added flows - ConsoleMaster implements toggle_follow_flows() -- when enabling follow, also jumps to most recent flow - StatusBar reports follow_focus state -- adds "following" to option list when true - Added "F" to FlowList keys -- implementation requests ConsoleMaster to toggle_follow_flows() | |||||
* | mitmproxy: "W" shortcut key streams flows to file as responses arrive. | Aldo Cortesi | 2012-07-06 | 1 | -4/+11 | |
| | ||||||
* | Amalgamte saving "this flow" and "all flows" into a single keyboard shortcut. | Aldo Cortesi | 2012-07-06 | 1 | -11/+24 | |
| | ||||||
* | Minor name refactoring, make flow list refresh after limit is applied. | Aldo Cortesi | 2012-04-09 | 1 | -5/+4 | |
| | ||||||
* | Improve revert model | Aldo Cortesi | 2012-04-04 | 1 | -0/+5 | |
| | | | | | | | - Flows are backed up whenever an interactive, non-script change is made. - That backup is canonical and never changed - "V" will always revert to it. This makes more sense than what we had previously.... | |||||
* | Add modal help to GridEditor. | Aldo Cortesi | 2012-03-22 | 1 | -0/+3 | |
| | | | | Also includes some minor refactoring and documentation stubs. | |||||
* | Introduce a cache for flow list entries. | Aldo Cortesi | 2012-02-27 | 1 | -1/+0 | |
| | | | | This gives a big boost to scroll performance for the flow list. | |||||
* | License notifications, minor docs. | Aldo Cortesi | 2012-02-23 | 1 | -0/+15 | |
| | ||||||
* | connection -> flow in libmitmproxy/console | Aldo Cortesi | 2012-02-21 | 1 | -0/+197 | |
"Flow" is the correct term here - every connection can have multiple flows. |