aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/common.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.