Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |