aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console
Commit message (Collapse)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 ↵Brad Peabody2014-07-241-1/+1
| | | | on response
* 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
| | | | Resolves #210
* 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 ↵Maximilian Hils2014-02-051-1/+1
| | | | 0. :-)
* 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
| | | | And pick up one bug as a consequence.
* Handle views that don't support search gracefullyAldo Cortesi2014-01-191-3/+12
| | | | | This includes all key/value formatted views, e.g. the image view. We need to support these ultimately, but no time before the next release.
* 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
| | | | | - Move ScriptContext into script module - Use mock module instead of hand-rolled mock objects in tests
* Update ViewProtobuf in contentview.py to also decode as protobuf if the ↵Dan Wilbraham2014-01-051-1/+4
| | | | content_type is "application/x-protobuffer"
* Remove / binding alias for limitAldo Cortesi2014-01-051-2/+1
| | | | The search and limit functionality is too different.
* Merge pull request #193 from droope/search-functionalityAldo Cortesi2014-01-042-38/+231
|\ | | | | Search functionality
| * 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
| | | | | | | | later for an existant one.
| * 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
| | | | | | | | documentation.
| * 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 ↵Aldo Cortesi2014-01-051-5/+2
|\ \ | | | | | | | | | | | | | | | | | | https://github.com/Kami/mitmproxy into Kami-migrate_from_pil_to_pillow Conflicts: requirements.txt