aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/flowlist.py
Commit message (Collapse)AuthorAgeFilesLines
* Minor name refactoring, make flow list refresh after limit is applied.Aldo Cortesi2012-04-091-5/+4
|
* Improve revert modelAldo Cortesi2012-04-041-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 Cortesi2012-03-221-0/+3
| | | | Also includes some minor refactoring and documentation stubs.
* Introduce a cache for flow list entries.Aldo Cortesi2012-02-271-1/+0
| | | | This gives a big boost to scroll performance for the flow list.
* License notifications, minor docs.Aldo Cortesi2012-02-231-0/+15
|
* connection -> flow in libmitmproxy/consoleAldo Cortesi2012-02-211-0/+197
"Flow" is the correct term here - every connection can have multiple flows.