Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add application/javascript to ~a filter asset matcher. | Aldo Cortesi | 2012-08-30 | 1 | -0/+2 |
| | |||||
* | Add a snippet to GridEditor help text explaining that we're using escaped ↵ | Aldo Cortesi | 2012-08-25 | 1 | -0/+8 |
| | | | | strings. | ||||
* | Add a "R" shortcut to GridEditor, letting the user read unescaped data from ↵ | Aldo Cortesi | 2012-08-25 | 1 | -11/+15 |
| | | | | file. | ||||
* | Do away with explicit encodings, and display an error message for invalid ↵ | Aldo Cortesi | 2012-08-25 | 1 | -15/+12 |
| | | | | values. | ||||
* | Use Python-style escaped strings in GridEditor. | Aldo Cortesi | 2012-08-25 | 1 | -14/+17 |
| | |||||
* | Add an "r" shortcut in grid editors to read value from file. | Aldo Cortesi | 2012-08-25 | 2 | -5/+24 |
| | |||||
* | Add a graphical editor for path components (e -> p shortcut from request ↵ | Aldo Cortesi | 2012-08-19 | 2 | -3/+19 |
| | | | | view screen). | ||||
* | Getter and setter for path component on Requests. | Aldo Cortesi | 2012-08-19 | 2 | -2/+40 |
| | |||||
* | Little bit of love for the unit tests. | Aldo Cortesi | 2012-08-19 | 2 | -1/+19 |
| | |||||
* | Command-line options for header setting. | Aldo Cortesi | 2012-08-19 | 5 | -28/+101 |
| | |||||
* | Add SetHeaders, analogous to ReplaceHooks, with a graphical editor in ↵ | Aldo Cortesi | 2012-08-18 | 4 | -22/+148 |
| | | | | | | | mitmproxy (H shortcut). SetHeaders defines headers that are set on flows, based on a matching pattern. Existing headers are over-ridden. | ||||
* | Use the new ODict get_first convenience function in a bunch of places. | Aldo Cortesi | 2012-08-18 | 3 | -18/+16 |
| | |||||
* | Further content view cleaups. | Aldo Cortesi | 2012-08-18 | 2 | -44/+28 |
| | |||||
* | Send tracebacks from content viewers to event log. | Aldo Cortesi | 2012-08-18 | 3 | -8/+24 |
| | | | | Also, 100% test coverage for content viewers. | ||||
* | Further simplifcation and testing of contentviews. | Aldo Cortesi | 2012-08-18 | 3 | -64/+37 |
| | |||||
* | Huge cleanup of content viewers. | Aldo Cortesi | 2012-08-18 | 5 | -341/+360 |
| | |||||
* | Merge pull request #62 from slam/amf | Aldo Cortesi | 2012-08-17 | 5 | -2/+89 |
|\ | | | | | Optional AMF decoding support | ||||
| * | Optional AMF decoding support | Sahn Lam | 2012-08-17 | 5 | -2/+89 |
|/ | | | | If PyAMF is installed, enable AMF decoding. | ||||
* | Fix unit tests after argparse conversion. | Aldo Cortesi | 2012-08-18 | 1 | -3/+3 |
| | |||||
* | Merge pull request #61 from mhils/upgrade_to_argparse | Aldo Cortesi | 2012-08-17 | 4 | -80/+66 |
|\ | | | | | Replace optparse with argparse | ||||
| * | add dummy cert dir | Maximilian Hils | 2012-08-17 | 1 | -2/+2 |
| | | |||||
| * | use argparse instead of optparse | Maximilian Hils | 2012-08-17 | 4 | -78/+64 |
|/ | |||||
* | Add an HTML text outline view. | Aldo Cortesi | 2012-08-18 | 3 | -3/+858 |
| | | | | | | Uses html2text, from here: https://github.com/aaronsw/html2text | ||||
* | Merge branch 'master' of ssh.github.com:cortesi/mitmproxy | Aldo Cortesi | 2012-08-18 | 0 | -0/+0 |
|\ | |||||
| * | Merge pull request #60 from jimlloyd-st/preserve_dummy_certs | Aldo Cortesi | 2012-08-15 | 0 | -0/+0 |
| |\ | | | | | | | Preserve the genenerated dummy certs directory | ||||
| | * | Preserve the genenerated dummy certs directory | Jim Lloyd | 2012-08-14 | 2 | -6/+24 |
| | | | | | | | | | | | | | | | | | | If --dummy-certs=CERTSDIR is provided, use CERTSDIR as the location for generating/finding the dummy certs. And in this case, preserve the CERTSDIR directory on exit. | ||||
* | | | Stop server playback after current playback buffer is exhausted. | Aldo Cortesi | 2012-08-18 | 3 | -2/+4 |
| | | | |||||
* | | | Server replay from current buffer. | Aldo Cortesi | 2012-08-18 | 1 | -0/+44 |
|/ / | |||||
* | | Merge branch 'certdir' | Aldo Cortesi | 2012-08-16 | 2 | -6/+24 |
|\ \ | |/ |/| | |||||
| * | Adds --dummy-certs option to specify certdir | Jim Lloyd | 2012-08-06 | 2 | -6/+24 |
| | | | | | | | | | | | | If --dummy-certs=CERTSDIR is provided, use CERTSDIR as the location for generating/finding the dummy certs. And in this case, preserve the CERTSDIR directory on exit. | ||||
* | | Merge pull request #57 from cjneasbi/master | Aldo Cortesi | 2012-08-10 | 2 | -2/+2 |
|\ \ | |/ |/| | Updated readme docs with new PyOpenSSL dependency. | ||||
| * | Updated readme files with new PyOpenSSL 0.13 dependency. | Chris Neasbitt | 2012-08-08 | 2 | -2/+2 |
|/ | |||||
* | Add a size() method to flow.Request and flow.Response. | Aldo Cortesi | 2012-08-04 | 2 | -29/+57 |
| | |||||
* | Return from Flow View behaviour | Rob Wills | 2012-08-02 | 1 | -1/+5 |
| | | | | Following focus trumps the re-focusing the "current" (or just-viewed) flow. | ||||
* | Press "F" to Follow | Rob Wills | 2012-08-01 | 2 | -0/+16 |
| | | | | | | | | | | | | Following of the flow list - ConsoleState now has a follow_focus property -- when True it will cause focus to follow added flows - ConsoleMaster implements toggle_follow_flows() -- when enabling follow, also jumps to most recent flow - StatusBar reports follow_focus state -- adds "following" to option list when true - Added "F" to FlowList keys -- implementation requests ConsoleMaster to toggle_follow_flows() | ||||
* | Handle invalid headers. | Aldo Cortesi | 2012-07-30 | 1 | -0/+8 |
| | |||||
* | Prevent mitmproxy from treating logged info as urwid markup. | Aldo Cortesi | 2012-07-27 | 1 | -2/+2 |
| | |||||
* | Fix mitmproxy file reading. | Aldo Cortesi | 2012-07-27 | 1 | -1/+1 |
| | |||||
* | Minor refactoring. Make stop_stream also close the associated file descriptor. | Aldo Cortesi | 2012-07-27 | 1 | -1/+1 |
| | |||||
* | Only log real errors in WSGI apps. | Aldo Cortesi | 2012-07-24 | 1 | -1/+1 |
| | |||||
* | Fix flow read unit test to accomodate more tolerant dumpfile parsing. | Aldo Cortesi | 2012-07-24 | 1 | -4/+2 |
| | |||||
* | Be more tolerant of corrupted or truncated flows. | Aldo Cortesi | 2012-07-24 | 3 | -5/+8 |
| | | | | | | We load as far as possible. mitmproxy will only terminate if it was not able to recover any flows. mitmdump will stop loading as soon as an error is encountered, but not exit with an error. | ||||
* | Merge pull request #54 from mhils/fix_r_option | Aldo Cortesi | 2012-07-23 | 2 | -2/+2 |
|\ | | | | | fix -r option, read file in binary mode | ||||
| * | fix -r option, read file in binary mode | Maximilian Hils | 2012-07-24 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #52 from cjneasbi/master | Aldo Cortesi | 2012-07-23 | 1 | -1/+1 |
|\ | | | | | Fixed a bug causing an AttributeError when request is set to false but response not None in ProxyHandler.handle_request | ||||
| * | Fixed a bug causing an AttributeError when request is set to false but ↵ | Chris Neasbitt | 2012-07-17 | 1 | -1/+1 |
|/ | | | | response not None in ProxyHandler.handle_request | ||||
* | Merge pull request #51 from dnet/master | Aldo Cortesi | 2012-07-16 | 8 | -21/+10 |
|\ | | | | | Test cleanup and missing dependencies | ||||
| * | removed assigned but unread variables | András Veres-Szentkirályi | 2012-07-15 | 3 | -3/+3 |
| | | |||||
| * | removed unused imports | András Veres-Szentkirályi | 2012-07-15 | 7 | -17/+4 |
| | | |||||
| * | added testing dependencies human_curl and pathod | András Veres-Szentkirályi | 2012-07-15 | 1 | -1/+2 |
| | |