Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clean up tests | Maximilian Hils | 2015-09-11 | 1 | -266/+0 |
| | |||||
* | fix bugs | Maximilian Hils | 2015-09-11 | 1 | -16/+13 |
| | |||||
* | Merge branch 'master' into contentviews | Maximilian Hils | 2015-09-11 | 1 | -33/+23 |
|\ | |||||
| * | fix tests | Maximilian Hils | 2015-09-05 | 1 | -4/+4 |
| | | |||||
| * | adjust to new netlib Headers class | Maximilian Hils | 2015-09-05 | 1 | -33/+23 |
| | | |||||
* | | PR #700 | Chris Czub | 2015-09-02 | 1 | -1/+1 |
|/ | | | | | Start moving the contentview up a level Started shifting the contentview class up to libmproxy | ||||
* | fix imports for encoding | Thomas Kriechbaumer | 2015-08-01 | 1 | -2/+2 |
| | |||||
* | move code from mitmproxy to netlib | Thomas Kriechbaumer | 2015-08-01 | 1 | -2/+4 |
| | |||||
* | console: convert add_event to a signal. | Aldo Cortesi | 2015-06-02 | 1 | -6/+0 |
| | |||||
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -82/+81 |
| | |||||
* | Housekeeping and cleanups | Aldo Cortesi | 2015-04-14 | 1 | -10/+10 |
| | | | | | | | | - 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. | ||||
* | fix tests | Maximilian Hils | 2015-02-05 | 1 | -6/+12 |
| | |||||
* | fix linux tests... | Maximilian Hils | 2014-03-13 | 1 | -6/+6 |
| | |||||
* | Much more sophisticated cert handling | Aldo Cortesi | 2014-03-05 | 1 | -1/+1 |
| | | | | | | - Specify per-domain certificates and keys - Certs are no longer regenerated for SANs - And more. :) | ||||
* | add basic backwards search | Pedro Worcel | 2014-02-22 | 1 | -97/+0 |
| | |||||
* | Merge pull request #193 from droope/search-functionality | Aldo Cortesi | 2014-01-04 | 1 | -0/+98 |
|\ | | | | | Search functionality | ||||
| * | now really fix it + test | Pedro Worcel | 2013-12-26 | 1 | -1/+20 |
| | | |||||
| * | add looping around | Pedro Worcel | 2013-12-26 | 1 | -0/+21 |
| | | |||||
| * | fix failing test | Pedro Worcel | 2013-12-25 | 1 | -1/+2 |
| | | |||||
| * | Add focusing, and fixes non-clearance of prev searches. Add | root | 2013-12-25 | 1 | -6/+49 |
| | | | | | | | | documentation. | ||||
| * | test passing, UI still not working | root | 2013-12-24 | 1 | -0/+14 |
| | | |||||
* | | Add CSS view which beautifies CSS files if cssutils library is available, | Tomaz Muraus | 2014-01-04 | 1 | -0/+25 |
|/ | | | | otherwise it acts as a no-op. | ||||
* | update tests to reflect changes to options.scripts | Maximilian Hils | 2013-06-17 | 1 | -0/+5 |
| | |||||
* | always read files in binary mode | Maximilian Hils | 2013-06-16 | 1 | -8/+8 |
| | |||||
* | Adds a new view for protocol buffers | Nicolas Esteves | 2013-04-06 | 1 | -0/+8 |
| | | | | | | | | | 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/ | ||||
* | Keep blank URL parameters | Eric Entzel | 2013-02-11 | 1 | -1/+3 |
| | | | | TODO: This should probably be configurable | ||||
* | Substantially rewrite AMF decoding. | Aldo Cortesi | 2012-11-26 | 1 | -9/+22 |
| | | | | This is tricky, but we should now handle a lot more corner-cases. | ||||
* | 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. |