aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/flowview.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Add image pretty viewer to forcing options.Aldo Cortesi2012-03-261-4/+15
|
* Don't auto-view request if there's no response.Aldo Cortesi2012-03-261-1/+1
| | | | This is confusing when flicking through many flows.
* Add Javascript to manual pretty type over-rides.Aldo Cortesi2012-03-251-1/+4
|
* Re-enable caching for content view calculation.Aldo Cortesi2012-03-251-1/+6
|
* Refactor pretty view mechanism.Aldo Cortesi2012-03-241-6/+2
| | | | Also start adding unit tests for this subsystem.
* Factor out content view apparatus into contentview.pyAldo Cortesi2012-03-241-146/+10
|
* Add modal help to GridEditor.Aldo Cortesi2012-03-221-0/+4
| | | | Also includes some minor refactoring and documentation stubs.
* More work on pretty view forcing.Aldo Cortesi2012-03-201-9/+21
| | | | | | | - 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 Cortesi2012-03-201-14/+18
| | | | | | | - 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.
* Add a simple parser for content type specifications.Aldo Cortesi2012-03-201-0/+1
|
* Allow a flow view's pretty-printed body type auto-detection to be overridden ↵Ulrich Petri2012-03-191-12/+49
| | | | by the user
* Specialize GridEditor into a number of subclasses.Aldo Cortesi2012-03-191-4/+6
|
* Generalize GridEditor to N columns.Aldo Cortesi2012-03-181-3/+3
| | | | Start adding a replacement rule editor.
* KVEditor -> GridEditorAldo Cortesi2012-03-181-3/+3
|
* Introduce a cache for flow list entries.Aldo Cortesi2012-02-271-1/+1
| | | | This gives a big boost to scroll performance for the flow list.
* Confirm when we clear a request body to add a form.Aldo Cortesi2012-02-231-1/+19
|
* License notifications, minor docs.Aldo Cortesi2012-02-231-0/+15
|
* connection -> flow in libmitmproxy/consoleAldo Cortesi2012-02-211-0/+575
"Flow" is the correct term here - every connection can have multiple flows.