aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console
Commit message (Expand)AuthorAgeFilesLines
* 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
| * fix bug that happens after searching for a non-existant string, andPedro Worcel2013-12-261-1/+6
| * 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
| * test passing, UI still not workingroot2013-12-241-5/+74
| * add search with / for compatibility with what I'll do.root2013-12-231-1/+2
* | Merge branch 'migrate_from_pil_to_pillow' of https://github.com/Kami/mitmprox...Aldo Cortesi2014-01-051-5/+2
|\ \