aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* move mitmproxyMaximilian Hils2016-02-151-744/+0
|
* autopep8Thomas Kriechbaumer2016-02-141-1/+1
|
* turn script reloader off by default outside mitmdump/mitmproxyMaximilian Hils2016-02-021-0/+4
|
* Merge pull request #906 from anantk17/masterMaximilian Hils2016-02-011-1/+5
|\ | | | | Added feature to intercept flows from within inline scripts
| * added commentsAnant2016-01-311-0/+1
| |
| * Added feature to intercept flows from within inline scriptsAnant2016-01-251-2/+5
| |
* | code formatting: fix whitespace issuesThomas Kriechbaumer2016-01-271-1/+2
|/
* Added CLI argument to enable "follow flow list" modeGuillem Anguera2016-01-221-7/+12
|
* Support writing to outfile from mitmwebChris Czub2016-01-101-9/+0
|
* finalize script reloading :tada:Maximilian Hils2015-11-141-3/+5
|
* structure libmproxy.scriptMaximilian Hils2015-11-141-2/+6
|\
| * Decouple libmproxy.script from libmproxy.flowMatthew Shao2015-11-131-0/+4
| |
| * Move the observer initalization to the constructor of ScriptMatthew Shao2015-11-111-1/+0
| | | | | | | | | | class.Should work with both mitmproxy and mitmdump now. Change the names in PEP8 style.
| * Use watchdog to reload scripts automatically.Matthew Shao2015-11-111-0/+1
|/
* simplify contentview apiMaximilian Hils2015-09-121-3/+3
|
* fix bugsMaximilian Hils2015-09-111-2/+2
|
* console: add command line flag to disable mouse interactionTimothy Elliott2015-08-191-2/+3
| | | | | | Adds the --no-mouse command line option to disable the mouse. Fixes #685
* Moved marking from flow to consoleJake Drahos2015-06-111-1/+19
| | | | No longer taints the flow primitive
* Added functionality to write marked flows to fileJake Drahos2015-06-111-0/+7
| | | | w (write) -> m (marked)
* Fixed console rendering bugJake Drahos2015-06-111-2/+5
| | | | Clearing all flows now works properly
* console: convert add_event to a signal.Aldo Cortesi2015-06-021-19/+23
|
* Enable mouse interaction, add a hint for selecting text.Aldo Cortesi2015-06-021-0/+1
| | | | Fixes #597
* Add coding style check, reformat.Aldo Cortesi2015-05-301-13/+16
|
* fix #568Maximilian Hils2015-04-261-0/+1
|
* console: more consistent view stack managementAldo Cortesi2015-04-171-40/+55
|
* console: add a -l flag to set the limit on startupAldo Cortesi2015-04-151-0/+4
|
* Refactor flow list state managementAldo Cortesi2015-04-071-14/+6
| | | | | - Use signal mechanism for state synchronisation - Move "Copy to clipboard" shortcut to "P"
* consone: don't enter Options if it's already openAldo Cortesi2015-04-071-0/+3
|
* console: All palettes now explicitly set a background colourAldo Cortesi2015-04-071-1/+3
| | | | | There's a new option --palette-transparent to turn this off if you want to use your own terminal background.
* console: palette picker for the options screenAldo Cortesi2015-04-071-4/+18
|
* console: TCP proxy patterns to new options screenAldo Cortesi2015-04-061-4/+0
|
* console: scripts to new options screenAldo Cortesi2015-04-061-0/+1
|
* console: ignore patterns to new options screen.Aldo Cortesi2015-04-061-4/+0
|
* Minimal help context for optionsAldo Cortesi2015-04-031-1/+1
|
* console: C to clear all options, correct footer in options screenAldo Cortesi2015-04-031-1/+1
|
* console: basic options pageAldo Cortesi2015-04-031-19/+11
|
* console: fix a crash that sometimes occurs when setting a limitAldo Cortesi2015-04-011-0/+2
|
* console: improve handling of help contexts, fix key bindings in flow viewsAldo Cortesi2015-04-011-12/+22
|
* Update statusbar when flow list is cleared.Aldo Cortesi2015-03-301-0/+1
|
* Add flow detail view as a tab in the flow viewAldo Cortesi2015-03-291-9/+0
|
* console: add a tabs widget, and use it for flowview.Aldo Cortesi2015-03-291-4/+3
|
* Keep record of last search termAldo Cortesi2015-03-291-2/+1
|
* fix #535 server replay was failing from ui but working from command line ↵Marcelo Glezer2015-03-251-0/+2
| | | | (fixed now too)
* fix #535 now works with both cases: using -c from command line and pressing ↵Marcelo Glezer2015-03-251-0/+2
| | | | c in the ui
* fixed exception in mitmproxy -c fix #535Marcelo Glezer2015-03-251-1/+1
|
* console: signal-based view stack, unifying mechanisms for help, flow views, etc.Aldo Cortesi2015-03-221-19/+17
|
* console: refactor the way we keep global view stateAldo Cortesi2015-03-221-52/+47
|
* Remove refresh_flow mechanism in favor of a signal-based implementationAldo Cortesi2015-03-221-14/+7
|
* console: observe state objects for changes, fire event to update status bar.Aldo Cortesi2015-03-221-0/+9
|
* Simplify the way in which path prompts keep stateAldo Cortesi2015-03-221-6/+0
| | | | | | In the past, we kept the last path the user specified for a number of different path types to pre-seed the path prompt. Now, we no longer distinguish between types, and pre-seed with the last used directory regardless.