aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | Migrate from Pil to the latest version of Pillow.Tomaz Muraus2014-01-031-5/+2
| |/
* | Merge pull request #198 from Kami/add_css_viewAldo Cortesi2014-01-042-1/+35
|\ \ | | | | | | Add CSS view which beautifies minified CSS files
| * | Fix CSS view prompt, update display mode options.Tomaz Muraus2014-01-042-1/+5
| | |
| * | Provide more sensible serializer options.Tomaz Muraus2014-01-041-0/+5
| | |
| * | Add CSS view which beautifies CSS files if cssutils library is available,Tomaz Muraus2014-01-041-1/+26
| |/ | | | | | | otherwise it acts as a no-op.
* | Merge branch 'master' of ssh.github.com:cortesi/mitmproxyAldo Cortesi2014-01-041-1/+1
|\ \
| * | fix #195Maximilian Hils2014-01-031-1/+1
| |/ | | | | (untested)
* / Fix app in mitmproxy console, update to bootstrap 3.Aldo Cortesi2014-01-032-17/+32
|/
* Small workaround to make mitmproxy work again.Aldo Cortesi2013-12-091-2/+2
| | | | Further work is required to make scripts work again, though.
* Merge branch 'master' into 0.10Maximilian Hils2013-12-081-1/+1
|\
| * Merge pull request #134 from mhils/scripts_improvementsAldo Cortesi2013-12-081-1/+1
| |\ | | | | | | Support multiple scripts and script arguments. refs #76
| * | Fix divide by zero issue when timestamp start and end are the sameRich Somerfield2013-11-261-1/+1
| | |
* | | Merge pull request #161 from mitmproxy/external_webappAldo Cortesi2013-12-081-1/+1
|\ \ \ | | | | | | | | External webapp
| * | | add option to expose webapp externally, remove distinct ip settingMaximilian Hils2013-08-181-1/+1
| | | |
* | | | Merge branch 'master' into 0.10Maximilian Hils2013-09-141-1/+9
|\ \ \ \ | |/ / / |/| / / | |/ /