Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Send tracebacks from content viewers to event log. | Aldo Cortesi | 2012-08-18 | 1 | -5/+20 |
| | | | | Also, 100% test coverage for content viewers. | ||||
* | Further simplifcation and testing of contentviews. | Aldo Cortesi | 2012-08-18 | 1 | -37/+21 |
| | |||||
* | Huge cleanup of content viewers. | Aldo Cortesi | 2012-08-18 | 1 | -44/+58 |
| | |||||
* | Optional AMF decoding support | Sahn Lam | 2012-08-17 | 1 | -0/+23 |
| | | | | If PyAMF is installed, enable AMF decoding. | ||||
* | Port mitmproxy test suite entirely to nose. | Aldo Cortesi | 2012-06-09 | 1 | -10/+14 |
| | |||||
* | Add an "f" shortcut key to load full body contents. | Aldo Cortesi | 2012-04-08 | 1 | -32/+39 |
| | |||||
* | XML/HTML pretty view tweaks. | Aldo Cortesi | 2012-04-07 | 1 | -8/+7 |
| | |||||
* | Integrate lxml for pretty-printing HTML and XML. | Aldo Cortesi | 2012-04-07 | 1 | -3/+20 |
| | | | | | Tackling the pretty-printing performance problem head-on, at the cost of a major dependency. | ||||
* | Refactor proxy.Server to fix a crash when replaying with -n | Aldo Cortesi | 2012-04-02 | 1 | -2/+2 |
| | |||||
* | Start rationalizing content views. | Aldo Cortesi | 2012-04-02 | 1 | -23/+11 |
| | | | | | | 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). | ||||
* | Add a pretty-viewer for images. | Aldo Cortesi | 2012-03-26 | 1 | -0/+7 |
| | | | | | 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 | -1/+6 |
| | | | | 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 | -0/+26 |
| | |||||
* | Refactor pretty view mechanism. | Aldo Cortesi | 2012-03-24 | 1 | -0/+135 |
Also start adding unit tests for this subsystem. |