Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | always use relative imports, fix status bar bug | Maximilian Hils | 2014-03-10 | 1 | -0/+1 |
| | |||||
* | fix mentions of CONTENT_MISSING in libmproxy.console | Maximilian Hils | 2014-03-09 | 1 | -2/+3 |
| | |||||
* | fix all tests except those using set_url and get_url | Maximilian Hils | 2014-02-05 | 1 | -2/+2 |
| | |||||
* | merge flow classes. current status: basic mitmdump working | Maximilian Hils | 2014-01-30 | 1 | -1/+1 |
| | |||||
* | Fix divide by zero issue when timestamp start and end are the same | Rich Somerfield | 2013-11-26 | 1 | -1/+1 |
| | |||||
* | Tweak timing display | Aldo Cortesi | 2013-08-23 | 1 | -6/+4 |
| | | | | | | | | | | | - Remove elapsed time. Space is at a premium here, and this is somewhat redundant with the rate figure. We should display complete timing information somewhere in the detailed flow view. - Tone down the colour. Reserve highlights for stuff that should really pop out to the user. - Make rate calculation more acurate. Include header sizes. Use response start and end time, rather than request end and response end. This means that we show actual transfer rates, not including DNS requests and so forth. | ||||
* | console: Add support for displaying transfer rate | Kyle Manna | 2013-08-13 | 1 | -0/+3 |
| | | | | | * Display the rate in the the response row. * Very handy for passive performance analysis. | ||||
* | console: Add support for displaying elapsed time | Kyle Manna | 2013-08-13 | 1 | -1/+8 |
| | | | | | * Display the elapsed time in the the response row. * Very handy for passive performance analysis. | ||||
* | Remove GPL notices left in source files after our change to the MIT license. | Aldo Cortesi | 2013-08-01 | 1 | -15/+0 |
| | | | | Thanks to Roy Shamir for reporting this. | ||||
* | Some refactoring of the console inteface. | Aldo Cortesi | 2013-07-28 | 1 | -0/+3 |
| | | | | | | Reduce some state duplication, by removing currentflow variable. Fixes #141 | ||||
* | Add the --host option, which uses the value in the Host header for dispaly URLs. | Aldo Cortesi | 2013-03-17 | 1 | -2/+2 |
| | | | | | - Can be toggled with "o" then "h" in mitmproxy - Useful for transparent mode | ||||
* | Significantly refactor the master/slave message passing interface. | Aldo Cortesi | 2013-02-17 | 1 | -2/+2 |
| | |||||
* | Fixed a bug in format_flow in common.py. Changed the reference from ↵ | Chris Neasbitt | 2013-01-18 | 1 | -1/+1 |
| | | | | timestamp to timestamp_start. | ||||
* | Add interface to mark content missing, and extend UI to indicate when ↵ | Aldo Cortesi | 2012-05-16 | 1 | -2/+8 |
| | | | | content is missing. | ||||
* | Add a details page, available from a flow view with the 'X' shortcut | Aldo Cortesi | 2012-04-03 | 1 | -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 Cortesi | 2012-04-02 | 1 | -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.py | Aldo Cortesi | 2012-03-24 | 1 | -29/+0 |
| | |||||
* | Refactor pretty view forcing somewhat. | Aldo Cortesi | 2012-03-20 | 1 | -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 Petri | 2012-03-19 | 1 | -0/+13 |
| | | | | by the user | ||||
* | Introduce a cache for flow list entries. | Aldo Cortesi | 2012-02-27 | 1 | -25/+58 |
| | | | | This gives a big boost to scroll performance for the flow list. | ||||
* | Make return arrow match return code color. | Aldo Cortesi | 2012-02-24 | 1 | -3/+5 |
| | | | | Suggested by Jim Cheetham <jim.cheetham@otago.ac.nz> | ||||
* | License notifications, minor docs. | Aldo Cortesi | 2012-02-23 | 1 | -0/+15 |
| | |||||
* | Fall-back for non-unicode terminals. | Aldo Cortesi | 2012-02-23 | 1 | -5/+10 |
| | |||||
* | Documentation and screenshots. | Aldo Cortesi | 2012-02-22 | 1 | -2/+4 |
| | |||||
* | Add API for duplicating flows. | Aldo Cortesi | 2012-02-18 | 1 | -14/+14 |
| | |||||
* | Repair unit tests. | Aldo Cortesi | 2012-02-18 | 1 | -1/+1 |
| | |||||
* | Fix a problem in deserialization of flows with errors. | Aldo Cortesi | 2012-02-18 | 1 | -1/+0 |
| | |||||
* | Jazz up flow display | Aldo Cortesi | 2012-02-18 | 1 | -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 Cortesi | 2012-02-18 | 1 | -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 Cortesi | 2012-02-11 | 1 | -17/+17 |
| | | | | We now use proper Columns, rather than laying it out manually. | ||||
* | Revamp the way request and response bodies are displayed. | Aldo Cortesi | 2012-02-11 | 1 | -10/+10 |
| | |||||
* | Refactor console. | Aldo Cortesi | 2012-02-07 | 1 | -0/+148 |
Split the console implementation out into logical components. |