Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -1/+1 |
| | |||||
* | Fix timestamps in detail view | Aldo Cortesi | 2015-03-31 | 1 | -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 view | Aldo Cortesi | 2015-03-29 | 1 | -93/+83 |
| | |||||
* | console: signal-based view stack, unifying mechanisms for help, flow views, etc. | Aldo Cortesi | 2015-03-22 | 1 | -4/+4 |
| | |||||
* | console: refactor the way we keep global view state | Aldo Cortesi | 2015-03-22 | 1 | -4/+1 |
| | |||||
* | fix for #522 | Marcelo Glezer | 2015-03-18 | 1 | -1/+1 |
| | |||||
* | Minor refactor to PR #496 | Tarashish Mishra | 2015-03-04 | 1 | -5/+5 |
| | |||||
* | sorted timing information by timestamp | Marcelo Glezer | 2015-03-03 | 1 | -21/+18 |
| | |||||
* | minor refactor | Marcelo Glezer | 2015-03-03 | 1 | -5/+4 |
| | |||||
* | added timing information to FlowDetailView | Marcelo Glezer | 2015-03-03 | 1 | -8/+32 |
| | |||||
* | fixed formatting and added a 'test' (sort of) | Marcelo Glezer | 2015-03-02 | 1 | -4/+4 |
| | |||||
* | #487 added microsecond support to format_timestamp and used in ↵ | Marcelo Glezer | 2015-03-02 | 1 | -5/+5 |
| | | | | FlowDetailView. Still WIP. | ||||
* | fix flow detail display | Maximilian Hils | 2014-09-16 | 1 | -1/+1 |
| | |||||
* | always use relative imports, fix status bar bug | Maximilian Hils | 2014-03-10 | 1 | -1/+2 |
| | |||||
* | fix bugs, expose timestamp information to console ui | Maximilian Hils | 2014-02-06 | 1 | -13/+18 |
| | |||||
* | fix all tests except those using set_url and get_url | Maximilian Hils | 2014-02-05 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | Fix error when viewing extended details of SSL flow. | Aldo Cortesi | 2012-07-06 | 1 | -1/+1 |
| | |||||
* | Minor cruft removal. | Aldo Cortesi | 2012-04-09 | 1 | -1/+0 |
| | |||||
* | Start prepping docs for 0.8 | Aldo Cortesi | 2012-04-04 | 1 | -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 Cortesi | 2012-04-03 | 1 | -2/+2 |
| | |||||
* | Add ClientConnect info to details view. | Aldo Cortesi | 2012-04-03 | 1 | -1/+10 |
| | |||||
* | Add a details page, available from a flow view with the 'X' shortcut | Aldo Cortesi | 2012-04-03 | 1 | -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. |