aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/contentview.py
Commit message (Expand)AuthorAgeFilesLines
* - working WBXML parserDavid Shaw2014-05-061-0/+20
* add support for log levelsMaximilian Hils2014-03-131-1/+1
* always use relative imports, fix status bar bugMaximilian Hils2014-03-101-6/+3
* Silence pyflakesAldo Cortesi2014-01-191-1/+1
* Update ViewProtobuf in contentview.py to also decode as protobuf if the conte...Dan Wilbraham2014-01-051-1/+4
* Merge branch 'migrate_from_pil_to_pillow' of https://github.com/Kami/mitmprox...Aldo Cortesi2014-01-051-5/+2
|\
| * Migrate from Pil to the latest version of Pillow.Tomaz Muraus2014-01-031-5/+2
* | Fix CSS view prompt, update display mode options.Tomaz Muraus2014-01-041-1/+1
* | 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
|/
* Add error checking to ViewProtobufJason A. Novak2013-04-211-2/+5
* Merge pull request #112 from hamstah/protobuf-viewAldo Cortesi2013-04-191-1/+36
|\
| * Adds a new view for protocol buffersNicolas Esteves2013-04-061-1/+36
* | Correct display mode highlight keysAlexis Hildebrandt2013-04-161-1/+1
|/
* Substantially rewrite AMF decoding.Aldo Cortesi2012-11-261-24/+68
* Workaround for PIL's ambiguious import method and/or easy_install PIL packagi...Mathieu Mitchell2012-11-231-2/+7
* Move cleanBin and hexdump into netutils.Aldo Cortesi2012-09-241-4/+5
* Display "No Content" instead of a parse error when there is no content.Aldo Cortesi2012-08-301-0/+2
* Use the new ODict get_first convenience function in a bunch of places.Aldo Cortesi2012-08-181-10/+8
* Further content view cleaups.Aldo Cortesi2012-08-181-9/+28
* Send tracebacks from content viewers to event log.Aldo Cortesi2012-08-181-2/+3
* Further simplifcation and testing of contentviews.Aldo Cortesi2012-08-181-26/+15
* Huge cleanup of content viewers.Aldo Cortesi2012-08-181-287/+293
* Optional AMF decoding supportSahn Lam2012-08-171-2/+26
* Add an HTML text outline view.Aldo Cortesi2012-08-181-3/+20
* Protect against exceptions thrown by third-party view libraries.Aldo Cortesi2012-07-061-7/+6
* Nose mopup: docs, no cover pragmas, a few missing path specs.Aldo Cortesi2012-06-091-5/+4
* Minor cruft removal.Aldo Cortesi2012-04-091-1/+1
* Add an "f" shortcut key to load full body contents.Aldo Cortesi2012-04-081-28/+32
* Merge branch 'master' of ssh.github.com:cortesi/mitmproxyAldo Cortesi2012-04-081-1/+5
|\
| * Catch all errors when using jsbeautifier.Aldo Cortesi2012-04-081-1/+5
* | Wrap on any character for body text display.Aldo Cortesi2012-04-081-1/+1
|/
* XML/HTML pretty view tweaks.Aldo Cortesi2012-04-071-11/+7
* Integrate lxml for pretty-printing HTML and XML.Aldo Cortesi2012-04-071-10/+57
* Make it clearer when we fall back to Raw.Aldo Cortesi2012-04-021-2/+5
* Move "M" shortcut key to global scope.Aldo Cortesi2012-04-021-0/+14
* Start rationalizing content views.Aldo Cortesi2012-04-021-66/+65
* Tune content viewing to maintain responsiveness:Aldo Cortesi2012-04-011-7/+7
* Add image pretty viewer to forcing options.Aldo Cortesi2012-03-261-0/+1
* Add a pretty-viewer for images.Aldo Cortesi2012-03-261-1/+45
* Pretty view now indents Javascript.Aldo Cortesi2012-03-251-2/+23
* Re-enable simple multipart form parsing and preview.Aldo Cortesi2012-03-251-27/+40
* Refactor pretty view mechanism.Aldo Cortesi2012-03-241-79/+87
* Factor out content view apparatus into contentview.pyAldo Cortesi2012-03-241-0/+177