aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console
Commit message (Expand)AuthorAgeFilesLines
* update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93Maximilian Hils2014-09-051-7/+7
* Merge branch 'issue_341' into server_change_apiMaximilian Hils2014-09-041-0/+2
|\
| * Merge branch 'master' into issue_341Maximilian Hils2014-09-041-0/+2
| |\
| | * Add urwid stop prior to stack trace so exceptions are not cleared from screendeployable2014-09-041-0/+2
* | | Merge branch 'issue_341' into server_change_apiMaximilian Hils2014-09-042-6/+5
|\| |
| * | fix some leftoversMaximilian Hils2014-09-042-6/+5
* | | improve HTTPRequest syntaxMaximilian Hils2014-09-032-10/+12
|/ /
* / 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
* workaround: always make sure that flow.response.reply existsMaximilian Hils2014-07-252-2/+2
* fix to make it so streaming with mitmproxy doesn't explode due to no reply on...Brad Peabody2014-07-241-1/+1
* add --stream options, various fixesMaximilian Hils2014-07-211-0/+3
* Remove global should_exit and fix testsVyacheslav Bakhmutov2014-06-131-2/+2
* - working WBXML parserDavid Shaw2014-05-062-0/+24
* fix issue #260Maximilian Hils2014-04-071-1/+3
* 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-132-13/+13
* restrict -e to mitmproxy only (not mitmdump)Maximilian Hils2014-03-121-1/+1
* always use relative imports, fix status bar bugMaximilian Hils2014-03-108-15/+20
* update docs, fix #215Maximilian Hils2014-03-101-2/+2
* add advanced proxying options, add SSL-terminating capability to mitmproxyMaximilian Hils2014-03-102-24/+2
* fix mentions of CONTENT_MISSING in libmproxy.consoleMaximilian Hils2014-03-092-5/+7
* remove redundant codelineSergey Chipiga2014-03-051-1/+0
* Adapt for new pathod and netlib APIs.Aldo Cortesi2014-03-021-1/+0
* add helpful messages on wrapPedro Worcel2014-02-221-11/+25
* fix the wrapping on backward searchesPedro Worcel2014-02-221-15/+26
* add docsPedro Worcel2014-02-221-1/+2
* add multi-line support to backwards searchPedro Worcel2014-02-221-7/+11
* add multi-line supportPedro Worcel2014-02-221-3/+10
* add basic backwards searchPedro Worcel2014-02-221-25/+49
* 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-062-14/+19
* 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-053-5/+5
* merge flow classes. current status: basic mitmdump workingMaximilian Hils2014-01-301-1/+1
* Silence pyflakesAldo Cortesi2014-01-192-2/+2
* Handle views that don't support search gracefullyAldo Cortesi2014-01-191-3/+12
* Re-enable caching on search.Aldo Cortesi2014-01-191-10/+3
* Extract command parsing and use in script grid editorAldo Cortesi2014-01-131-5/+6
* 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
* Update ViewProtobuf in contentview.py to also decode as protobuf if the conte...Dan Wilbraham2014-01-051-1/+4
* Remove / binding alias for limitAldo Cortesi2014-01-051-2/+1
* Merge pull request #193 from droope/search-functionalityAldo Cortesi2014-01-042-38/+231
|\
| * now really fix it + testPedro Worcel2013-12-261-5/+9