aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/flowview.py
Commit message (Collapse)AuthorAgeFilesLines
* Handle views that don't support search gracefullyAldo Cortesi2014-01-191-3/+12
| | | | | This includes all key/value formatted views, e.g. the image view. We need to support these ultimately, but no time before the next release.
* Re-enable caching on search.Aldo Cortesi2014-01-191-10/+3
|
* now really fix it + testPedro Worcel2013-12-261-5/+9
|
* fix bug that happens after searching for a non-existant string, andPedro Worcel2013-12-261-1/+6
| | | | later for an existant one.
* add docsPedro Worcel2013-12-261-1/+2
|
* added 'n' functionality, tidy up & testingPedro Worcel2013-12-261-1/+9
|
* add looping aroundPedro Worcel2013-12-261-53/+116
|
* fix crashroot2013-12-251-2/+2
|
* Add focusing, and fixes non-clearance of prev searches. Addroot2013-12-251-33/+75
| | | | documentation.
* test passing, UI still not workingroot2013-12-241-5/+74
|
* 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.
* Show an error when attempting to decode invalid data.Aldo Cortesi2013-07-291-1/+2
|
* Some refactoring of the console inteface.Aldo Cortesi2013-07-281-3/+2
| | | | | | Reduce some state duplication, by removing currentflow variable. Fixes #141
* Fix creation of new response when none existed before.Aldo Cortesi2013-06-091-2/+7
| | | | Fixes #133
* Correct display mode highlight keysAlexis Hildebrandt2013-04-161-1/+5
| | | | | | Add html display mode to the help documentation. Correct html and hex display mode highlight keys (help used 'h' for hex). Correct json display mode highlight keys.
* Fix crash on intercept.Aldo Cortesi2013-03-231-2/+2
| | | | Fixes #106
* Add the --host option, which uses the value in the Host header for dispaly URLs.Aldo Cortesi2013-03-171-2/+2
| | | | | - Can be toggled with "o" then "h" in mitmproxy - Useful for transparent mode
* fix external viewer using shlexBryan Bishop2012-12-221-1/+1
| | | | | | | | | | | | | | This makes spawn_external_viewer not crash when $EDITOR or $PAGER have spaces or multiple arguments. In addition, spawn_external_viewer now chmods the file to read-only to remind users who use only an $EDITOR that this function does not read the file when the user returns. Also, some of the redundant exception case handling for editing has been consolidated. fixes #79
* Show an error when $EDITOR/$PAGER are unset.Bryan Bishop2012-12-051-1/+4
| | | | | | This catches an exception that otherwise crashes mitmproxy. fixes cortesi/mitmproxy#71
* Add a graphical editor for path components (e -> p shortcut from request ↵Aldo Cortesi2012-08-191-1/+9
| | | | view screen).
* Use the new ODict get_first convenience function in a bunch of places.Aldo Cortesi2012-08-181-2/+2
|
* Send tracebacks from content viewers to event log.Aldo Cortesi2012-08-181-1/+1
| | | | Also, 100% test coverage for content viewers.
* Huge cleanup of content viewers.Aldo Cortesi2012-08-181-3/+3
|
* Fix crash when adding a Response when none existed before.Aldo Cortesi2012-05-241-1/+1
|
* Add interface to mark content missing, and extend UI to indicate when ↵Aldo Cortesi2012-05-161-2/+29
| | | | content is missing.
* Minor cruft removal.Aldo Cortesi2012-04-091-2/+2
|
* Add some missing help entries.Aldo Cortesi2012-04-081-0/+1
|
* Add an "f" shortcut key to load full body contents.Aldo Cortesi2012-04-081-17/+36
|
* Always use ODictCaseless for headers.Aldo Cortesi2012-04-041-2/+2
|
* Improve revert modelAldo Cortesi2012-04-041-0/+6
| | | | | | | - Flows are backed up whenever an interactive, non-script change is made. - That backup is canonical and never changed - "V" will always revert to it. This makes more sense than what we had previously....
* Add a details page, available from a flow view with the 'X' shortcutAldo Cortesi2012-04-031-0/+3
| | | | | 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.
* Add an option to allow clearing of display mode override.Aldo Cortesi2012-04-021-1/+3
|
* More sensible display mode override indicator.Aldo Cortesi2012-04-021-29/+26
|
* Only cache the calculated body of a view.Aldo Cortesi2012-04-021-13/+16
| | | | This simplifies the code, and loses no time.
* Move "M" shortcut key to global scope.Aldo Cortesi2012-04-021-31/+1
| | | | You now don't have to be viewing a flow to change global default view.
* Start rationalizing content views.Aldo Cortesi2012-04-021-49/+46
| | | | | | We now no longer have distinction between "pretty" view and hex/raw. Instead, we simply a default AUTO view with a global override (M) and a local override (m).
* Make "T" pretty view over-ride persistent when switching between flows.Aldo Cortesi2012-04-021-15/+23
| | | | | We do this by adding a flow settings mechanism to ConsoleState. This is pretty rough at the moment and should become more sophisticated as needed.
* When paging through flows in flowview, indicate when there are no more flows.Aldo Cortesi2012-03-281-1/+2
|
* Add image pretty viewer to forcing options.Aldo Cortesi2012-03-261-4/+15
|
* Don't auto-view request if there's no response.Aldo Cortesi2012-03-261-1/+1
| | | | This is confusing when flicking through many flows.
* Add Javascript to manual pretty type over-rides.Aldo Cortesi2012-03-251-1/+4
|
* Re-enable caching for content view calculation.Aldo Cortesi2012-03-251-1/+6
|
* Refactor pretty view mechanism.Aldo Cortesi2012-03-241-6/+2
| | | | Also start adding unit tests for this subsystem.
* Factor out content view apparatus into contentview.pyAldo Cortesi2012-03-241-146/+10
|
* Add modal help to GridEditor.Aldo Cortesi2012-03-221-0/+4
| | | | Also includes some minor refactoring and documentation stubs.
* More work on pretty view forcing.Aldo Cortesi2012-03-201-9/+21
| | | | | | | - Make this setting apply only to the currently viewed flow. I think it's more likely that this is the behaviour the user will want, rather than globally setting the pretty type. - Update help.
* Refactor pretty view forcing somewhat.Aldo Cortesi2012-03-201-14/+18
| | | | | | | - 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.
* Add a simple parser for content type specifications.Aldo Cortesi2012-03-201-0/+1
|
* Allow a flow view's pretty-printed body type auto-detection to be overridden ↵Ulrich Petri2012-03-191-12/+49
| | | | by the user
* Specialize GridEditor into a number of subclasses.Aldo Cortesi2012-03-191-4/+6
|