aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/flowdetailview.py
Commit message (Collapse)AuthorAgeFilesLines
* Add coding style check, reformat.Aldo Cortesi2015-05-301-1/+1
|
* Fix timestamps in detail viewAldo Cortesi2015-03-311-10/+64
| | | | | | | - Fix a crash when connection timestamps don't exist yet - Fix display of response timestamps - Get rid of those colossal ternaries. I want a device that pokes people in the eye every time they try to use a ternary operator.
* Add flow detail view as a tab in the flow viewAldo Cortesi2015-03-291-93/+83
|
* console: signal-based view stack, unifying mechanisms for help, flow views, etc.Aldo Cortesi2015-03-221-4/+4
|
* console: refactor the way we keep global view stateAldo Cortesi2015-03-221-4/+1
|
* fix for #522Marcelo Glezer2015-03-181-1/+1
|
* Minor refactor to PR #496Tarashish Mishra2015-03-041-5/+5
|
* sorted timing information by timestampMarcelo Glezer2015-03-031-21/+18
|
* minor refactorMarcelo Glezer2015-03-031-5/+4
|
* added timing information to FlowDetailViewMarcelo Glezer2015-03-031-8/+32
|
* fixed formatting and added a 'test' (sort of)Marcelo Glezer2015-03-021-4/+4
|
* #487 added microsecond support to format_timestamp and used in ↵Marcelo Glezer2015-03-021-5/+5
| | | | FlowDetailView. Still WIP.
* fix flow detail displayMaximilian Hils2014-09-161-1/+1
|
* always use relative imports, fix status bar bugMaximilian Hils2014-03-101-1/+2
|
* fix bugs, expose timestamp information to console uiMaximilian Hils2014-02-061-13/+18
|
* fix all tests except those using set_url and get_urlMaximilian Hils2014-02-051-2/+2
|
* Remove GPL notices left in source files after our change to the MIT license.Aldo Cortesi2013-08-011-15/+0
| | | | Thanks to Roy Shamir for reporting this.
* Fix error when viewing extended details of SSL flow.Aldo Cortesi2012-07-061-1/+1
|
* Minor cruft removal.Aldo Cortesi2012-04-091-1/+0
|
* Start prepping docs for 0.8Aldo Cortesi2012-04-041-0/+1
| | | | | Also add an interactive upstream-cert option to mitmproxy, and repair help for R shortcut.
* Return a datetime object from SSLCert notbefore and notafter properties.Aldo Cortesi2012-04-031-2/+2
|
* Add ClientConnect info to details view.Aldo Cortesi2012-04-031-1/+10
|
* Add a details page, available from a flow view with the 'X' shortcutAldo Cortesi2012-04-031-0/+93
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.