Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Nose mopup: docs, no cover pragmas, a few missing path specs. | Aldo Cortesi | 2012-06-09 | 1 | -5/+4 |
| | |||||
* | Minor cruft removal. | Aldo Cortesi | 2012-04-09 | 1 | -1/+1 |
| | |||||
* | Add an "f" shortcut key to load full body contents. | Aldo Cortesi | 2012-04-08 | 1 | -28/+32 |
| | |||||
* | Merge branch 'master' of ssh.github.com:cortesi/mitmproxy | Aldo Cortesi | 2012-04-08 | 1 | -1/+5 |
|\ | |||||
| * | Catch all errors when using jsbeautifier. | Aldo Cortesi | 2012-04-08 | 1 | -1/+5 |
| | | | | | | | | Turns out there are some problems that can raise arbitrary exceptions. | ||||
* | | Wrap on any character for body text display. | Aldo Cortesi | 2012-04-08 | 1 | -1/+1 |
|/ | |||||
* | XML/HTML pretty view tweaks. | Aldo Cortesi | 2012-04-07 | 1 | -11/+7 |
| | |||||
* | Integrate lxml for pretty-printing HTML and XML. | Aldo Cortesi | 2012-04-07 | 1 | -10/+57 |
| | | | | | Tackling the pretty-printing performance problem head-on, at the cost of a major dependency. | ||||
* | Make it clearer when we fall back to Raw. | Aldo Cortesi | 2012-04-02 | 1 | -2/+5 |
| | |||||
* | Move "M" shortcut key to global scope. | Aldo Cortesi | 2012-04-02 | 1 | -0/+14 |
| | | | | You now don't have to be viewing a flow to change global default view. | ||||
* | Start rationalizing content views. | Aldo Cortesi | 2012-04-02 | 1 | -66/+65 |
| | | | | | | We now no longer have distinction between "pretty" view and hex/raw. Instead, we simply a default AUTO view with a global override (M) and a local override (m). | ||||
* | Tune content viewing to maintain responsiveness: | Aldo Cortesi | 2012-04-01 | 1 | -7/+7 |
| | | | | | | - Reduce display cutoff to 20k. - Make sure that we only indent the visible part of a JS body, not the whole thing. | ||||
* | Add image pretty viewer to forcing options. | Aldo Cortesi | 2012-03-26 | 1 | -0/+1 |
| | |||||
* | Add a pretty-viewer for images. | Aldo Cortesi | 2012-03-26 | 1 | -1/+45 |
| | | | | | This shows basic image information like dimensions, plus extracted EXIF tags and other metadata. | ||||
* | Pretty view now indents Javascript. | Aldo Cortesi | 2012-03-25 | 1 | -2/+23 |
| | | | | Thanks to the JSBeautifier project, which is now included in the contrib directory. | ||||
* | Re-enable simple multipart form parsing and preview. | Aldo Cortesi | 2012-03-25 | 1 | -27/+40 |
| | |||||
* | Refactor pretty view mechanism. | Aldo Cortesi | 2012-03-24 | 1 | -79/+87 |
| | | | | Also start adding unit tests for this subsystem. | ||||
* | Factor out content view apparatus into contentview.py | Aldo Cortesi | 2012-03-24 | 1 | -0/+177 |