aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* fix #341 - work on flows instead of request/response internally.Maximilian Hils2014-09-031-13/+13
* ui: display * instead of 0.0.0.0 for the bound addressMaximilian Hils2014-09-031-1/+4
* add status bar indicator for streamingMaximilian Hils2014-07-251-0/+2
* add --stream options, various fixesMaximilian Hils2014-07-211-0/+3
* Remove global should_exit and fix testsVyacheslav Bakhmutov2014-06-131-2/+2
* fix display bugs (fixes #243)Maximilian Hils2014-03-181-2/+5
* remove debug switchMaximilian Hils2014-03-131-5/+1
* adjust command line docs, fix log typoMaximilian Hils2014-03-131-1/+1
* add support for log levelsMaximilian Hils2014-03-131-12/+12
* always use relative imports, fix status bar bugMaximilian Hils2014-03-101-4/+6
* add advanced proxying options, add SSL-terminating capability to mitmproxyMaximilian Hils2014-03-101-23/+2
* remove redundant codelineSergey Chipiga2014-03-051-1/+0
* Fix flow initialization order errorAldo Cortesi2014-02-081-4/+0
* Better response when mitmproxy crashes.Aldo Cortesi2014-02-081-2/+7
* fix bugs, expose timestamp information to console uiMaximilian Hils2014-02-061-1/+1
* mock urwid to run console tests on windows, push failing testcases down to 0....Maximilian Hils2014-02-051-1/+1
* fix all tests except those using set_url and get_urlMaximilian Hils2014-02-051-1/+1
* Silence pyflakesAldo Cortesi2014-01-191-1/+1
* Script refactoring: move script command parsing into script module.Aldo Cortesi2014-01-121-9/+9
* Clean up and clarify script APIAldo Cortesi2014-01-121-4/+6
* Start refactoring scriptsAldo Cortesi2014-01-121-1/+4
* Merge branch 'master' of ssh.github.com:cortesi/mitmproxyAldo Cortesi2014-01-041-1/+1
|\
| * fix #195Maximilian Hils2014-01-031-1/+1
* | Fix app in mitmproxy console, update to bootstrap 3.Aldo Cortesi2014-01-031-17/+23
|/
* Small workaround to make mitmproxy work again.Aldo Cortesi2013-12-091-2/+2
* add option to expose webapp externally, remove distinct ip settingMaximilian Hils2013-08-181-1/+1
* Merge branch 'master' into 0.10Maximilian Hils2013-08-171-42/+33
|\
| * Remove GPL notices left in source files after our change to the MIT license.Aldo Cortesi2013-08-011-15/+0
| * Repair minor user interface issue that caused brief flashes of duplicate flow...Aldo Cortesi2013-07-291-0/+2
| * Fix startup with no state.Aldo Cortesi2013-07-281-1/+4
| * Some refactoring of the console inteface.Aldo Cortesi2013-07-281-28/+23
| * Move app instantiation out of proxy.py.Aldo Cortesi2013-07-241-0/+6
* | Merge remote-tracking branch 'origin/scripts_improvements' into 0.10Maximilian Hils2013-06-161-1/+1
|\ \ | |/ |/|
| * add support for multiple scripts and script arguments. refs #76Maximilian Hils2013-06-131-1/+1
* | always read files in binary modeMaximilian Hils2013-06-161-2/+2
|/
* Massage content-type before sending it to mime detectionAldo Cortesi2013-06-091-0/+1
* Add the --host option, which uses the value in the Host header for dispaly URLs.Aldo Cortesi2013-03-171-0/+9
* Introduce a filtered flow writer, and use it in dump.pyAldo Cortesi2013-03-141-1/+1
* Remove __slots__ to make it possible to inherit from Options classes.Aldo Cortesi2013-03-031-2/+2
* Revert "show current filepath in status bar"Aldo Cortesi2013-03-031-3/+0
* Significantly refactor the master/slave message passing interface.Aldo Cortesi2013-02-171-3/+3
* Merge pull request #82 from kanzure/show-filepath-in-statusbarAldo Cortesi2012-12-301-0/+3
|\
| * show current filepath in status barBryan Bishop2012-12-261-0/+3
* | fix external viewer using shlexBryan Bishop2012-12-221-9/+17
|/
* Urwid 1.1 compatibility.Aldo Cortesi2012-10-291-2/+2
* Improve error reporting for one-shot scripts.Aldo Cortesi2012-10-111-4/+15
* Fix a crash when re-editing a path prompt after an error.Aldo Cortesi2012-08-311-0/+1
* Add a shortcut to header editor to add standard User-Agent strings.Aldo Cortesi2012-08-311-1/+1
* Command-line options for header setting.Aldo Cortesi2012-08-191-0/+4
* Add SetHeaders, analogous to ReplaceHooks, with a graphical editor in mitmpro...Aldo Cortesi2012-08-181-6/+13