Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adjust to new netlib Headers class | Maximilian Hils | 2015-09-05 | 1 | -8/+6 |
| | |||||
* | move code to netlib | Thomas Kriechbaumer | 2015-08-10 | 1 | -2/+2 |
| | |||||
* | fix imports for encoding | Thomas Kriechbaumer | 2015-08-01 | 1 | -2/+2 |
| | |||||
* | move code from mitmproxy to netlib | Thomas Kriechbaumer | 2015-08-01 | 1 | -1/+1 |
| | |||||
* | replace contrib libraries with pypi dependencies | Thomas Kriechbaumer | 2015-06-02 | 1 | -1/+2 |
| | |||||
* | console: convert add_event to a signal. | Aldo Cortesi | 2015-06-02 | 1 | -3/+3 |
| | |||||
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -12/+11 |
| | |||||
* | Adapt to new Pathoc API - silence output to stdout. | Aldo Cortesi | 2015-05-02 | 1 | -2/+1 |
| | |||||
* | pretty_size now lives in netlib.utils | Aldo Cortesi | 2015-04-30 | 1 | -1/+1 |
| | |||||
* | Housekeeping and cleanups | Aldo Cortesi | 2015-04-14 | 1 | -1/+2 |
| | | | | | | | | - No output to stdout on load in examples - they muck up the test suite. - Use the odict module directly, rather than aliasing it. The small convenience this gives to scripters is not worth it. - Move the cookie tests from the flow test module to the protocol_http test module. | ||||
* | Merge pull request #515 from krzysiekbielicki/master | Maximilian Hils | 2015-03-26 | 1 | -22/+2 |
|\ | | | | | [#514] Add support for ignoring payload params in multipart/form-data | ||||
| * | [#514] Add support for ignoring payload params in multipart/form-data | Krzysztof Bielicki | 2015-03-10 | 1 | -22/+2 |
| | | |||||
* | | Indentation, style, whitespace | Aldo Cortesi | 2015-03-13 | 1 | -25/+65 |
|/ | |||||
* | fix #459 | Maximilian Hils | 2015-02-05 | 1 | -2/+5 |
| | |||||
* | - working WBXML parser | David Shaw | 2014-05-06 | 1 | -0/+20 |
| | |||||
* | add support for log levels | Maximilian Hils | 2014-03-13 | 1 | -1/+1 |
| | |||||
* | always use relative imports, fix status bar bug | Maximilian Hils | 2014-03-10 | 1 | -6/+3 |
| | |||||
* | Silence pyflakes | Aldo Cortesi | 2014-01-19 | 1 | -1/+1 |
| | | | | And pick up one bug as a consequence. | ||||
* | Update ViewProtobuf in contentview.py to also decode as protobuf if the ↵ | Dan Wilbraham | 2014-01-05 | 1 | -1/+4 |
| | | | | content_type is "application/x-protobuffer" | ||||
* | Merge branch 'migrate_from_pil_to_pillow' of ↵ | Aldo Cortesi | 2014-01-05 | 1 | -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 Muraus | 2014-01-03 | 1 | -5/+2 |
| | | |||||
* | | Fix CSS view prompt, update display mode options. | Tomaz Muraus | 2014-01-04 | 1 | -1/+1 |
| | | |||||
* | | Provide more sensible serializer options. | Tomaz Muraus | 2014-01-04 | 1 | -0/+5 |
| | | |||||
* | | Add CSS view which beautifies CSS files if cssutils library is available, | Tomaz Muraus | 2014-01-04 | 1 | -1/+26 |
|/ | | | | otherwise it acts as a no-op. | ||||
* | Add error checking to ViewProtobuf | Jason A. Novak | 2013-04-21 | 1 | -2/+5 |
| | | | | | | | | There are protobufs that protoc can't parse. When protoc --decode_raw fails, it returns nothing to stdin, and writes "Failed to parse input." to stderr. Before this commit, if protoc --decode_raw couldn't parse the protobuf, the blank stdout output would get returned to the view; with this commit stderr gets caught and returned to the view. | ||||
* | Merge pull request #112 from hamstah/protobuf-view | Aldo Cortesi | 2013-04-19 | 1 | -1/+36 |
|\ | | | | | Adds a new view for protocol buffers | ||||
| * | Adds a new view for protocol buffers | Nicolas Esteves | 2013-04-06 | 1 | -1/+36 |
| | | | | | | | | | | | | | | | | | | The view uses protoc from the Google protocol buffer tools. If the tool isn't installed, the view isn't shown. Google protobuf repo: https://code.google.com/p/protobuf/ | ||||
* | | Correct display mode highlight keys | Alexis Hildebrandt | 2013-04-16 | 1 | -1/+1 |
|/ | | | | | | Add html display mode to the help documentation. Correct html and hex display mode highlight keys (help used 'h' for hex). Correct json display mode highlight keys. | ||||
* | Substantially rewrite AMF decoding. | Aldo Cortesi | 2012-11-26 | 1 | -24/+68 |
| | | | | This is tricky, but we should now handle a lot more corner-cases. | ||||
* | Workaround for PIL's ambiguious import method and/or easy_install PIL ↵ | Mathieu Mitchell | 2012-11-23 | 1 | -2/+7 |
| | | | | | | | | | | packaging problem. PIL documents two different way to import it's modules: * import Image (http://www.pythonware.com/library/pil/handbook/introduction.htm) * from PIL import Image (http://www.pythonware.com/library/pil/handbook/image.htm) The same problem was noted in Django at https://code.djangoproject.com/ticket/6054 | ||||
* | Move cleanBin and hexdump into netutils. | Aldo Cortesi | 2012-09-24 | 1 | -4/+5 |
| | |||||
* | Display "No Content" instead of a parse error when there is no content. | Aldo Cortesi | 2012-08-30 | 1 | -0/+2 |
| | |||||
* | Use the new ODict get_first convenience function in a bunch of places. | Aldo Cortesi | 2012-08-18 | 1 | -10/+8 |
| | |||||
* | Further content view cleaups. | Aldo Cortesi | 2012-08-18 | 1 | -9/+28 |
| | |||||
* | Send tracebacks from content viewers to event log. | Aldo Cortesi | 2012-08-18 | 1 | -2/+3 |
| | | | | Also, 100% test coverage for content viewers. | ||||
* | Further simplifcation and testing of contentviews. | Aldo Cortesi | 2012-08-18 | 1 | -26/+15 |
| | |||||
* | Huge cleanup of content viewers. | Aldo Cortesi | 2012-08-18 | 1 | -287/+293 |
| | |||||
* | Optional AMF decoding support | Sahn Lam | 2012-08-17 | 1 | -2/+26 |
| | | | | If PyAMF is installed, enable AMF decoding. | ||||
* | Add an HTML text outline view. | Aldo Cortesi | 2012-08-18 | 1 | -3/+20 |
| | | | | | | Uses html2text, from here: https://github.com/aaronsw/html2text | ||||
* | Protect against exceptions thrown by third-party view libraries. | Aldo Cortesi | 2012-07-06 | 1 | -7/+6 |
| | |||||
* | 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. |