aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/common.py
Commit message (Collapse)AuthorAgeFilesLines
* Add a details page, available from a flow view with the 'X' shortcutAldo Cortesi2012-04-031-2/+2
| | | | | 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.
* Nicer coloring for HTTP response codes.Aldo Cortesi2012-04-021-9/+9
| | | | | | | | 20x: green 30x: blue 40x: orange 50x: light red other (non-standard or uncommon): dark red
* Factor out content view apparatus into contentview.pyAldo Cortesi2012-03-241-29/+0
|
* Refactor pretty view forcing somewhat.Aldo Cortesi2012-03-201-8/+15
| | | | | | | - 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 Petri2012-03-191-0/+13
| | | | by the user
* Introduce a cache for flow list entries.Aldo Cortesi2012-02-271-25/+58
| | | | This gives a big boost to scroll performance for the flow list.
* Make return arrow match return code color.Aldo Cortesi2012-02-241-3/+5
| | | | Suggested by Jim Cheetham <jim.cheetham@otago.ac.nz>
* License notifications, minor docs.Aldo Cortesi2012-02-231-0/+15
|
* Fall-back for non-unicode terminals.Aldo Cortesi2012-02-231-5/+10
|
* Documentation and screenshots.Aldo Cortesi2012-02-221-2/+4
|
* Add API for duplicating flows.Aldo Cortesi2012-02-181-14/+14
|
* Repair unit tests.Aldo Cortesi2012-02-181-1/+1
|
* Fix a problem in deserialization of flows with errors.Aldo Cortesi2012-02-181-1/+0
|
* Jazz up flow displayAldo Cortesi2012-02-181-12/+25
| | | | | | - Indicate interception by coloring text, rather than adding an exclamation mark. - Use unicode symbol to indicate replay and for the response indicator arrow.
* Refactor the way we display flows.Aldo Cortesi2012-02-181-39/+59
| | | | | Use columns to make spacing nicer, and to ensure that long URLs don't bugger up formatting when they spill into the next line.
* Better formatting for headers, help and other key-value displays.Aldo Cortesi2012-02-111-17/+17
| | | | We now use proper Columns, rather than laying it out manually.
* Revamp the way request and response bodies are displayed.Aldo Cortesi2012-02-111-10/+10
|
* Refactor console.Aldo Cortesi2012-02-071-0/+148
Split the console implementation out into logical components.