aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Moved marking from flow to consoleJake Drahos2015-06-111-1/+19
* Added functionality to write marked flows to fileJake Drahos2015-06-111-0/+7
* Fixed console rendering bugJake Drahos2015-06-111-2/+5
* 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
* 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
* 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
* 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 (fix...Marcelo Glezer2015-03-251-0/+2
* fix #535 now works with both cases: using -c from command line and pressing c...Marcelo Glezer2015-03-251-0/+2
* 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
* Refactor status bar prompting to use signal systemAldo Cortesi2015-03-221-54/+4
* Status bar message expiry based on signals and Urwid main loopAldo Cortesi2015-03-211-1/+7
* Add blinker dependency, start using it to refactor console appAldo Cortesi2015-03-211-10/+12
* console: pull primary window frame management out into window.pyAldo Cortesi2015-03-201-148/+4
* Pull console StatusBar into its own file.Aldo Cortesi2015-03-201-182/+7
* Remove cruft to work around an old Urwid bugAldo Cortesi2015-03-201-5/+0
* Fix general prompt input.Aldo Cortesi2015-03-201-0/+3
* Pull PathEdit out into its own file.Aldo Cortesi2015-03-201-67/+2
* Explicitly handle keyboard interrupt in mitmproxyAldo Cortesi2015-03-201-10/+13
* Fix crashes on mouse click when input is being handledAldo Cortesi2015-03-201-3/+1
* Revamp palette specificationAldo Cortesi2015-03-191-1/+1
* fixes crash pressing 'c':client-replay in mitmproxyMarcelo Glezer2015-03-171-1/+1
* Merge remote-tracking branch 'onlywade/master'Maximilian Hils2015-03-151-1/+2
|\
| * Adding a server replay option to ignore host when searching for matching requ...Wade Catron2015-03-081-1/+4
* | Remove compatibility shim used to interop with older versions of UrwidAldo Cortesi2015-03-131-8/+8
* | Formatting and whitespaceAldo Cortesi2015-03-131-1/+1
* | Style & whitespaceAldo Cortesi2015-03-131-18/+35