Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix missing timeout parameter | Maximilian Hils | 2014-09-14 | 1 | -1/+1 |
| | |||||
* | Remove external app option, make tick timeout explicit | Aldo Cortesi | 2014-09-14 | 1 | -1/+1 |
| | |||||
* | remove proxy mode abstraction: always be clear which mode we are in | Maximilian Hils | 2014-09-08 | 1 | -4/+3 |
| | |||||
* | document --ignore, fix #350 | Maximilian Hils | 2014-09-08 | 1 | -1/+2 |
| | |||||
* | add --ignore ui indication | Maximilian Hils | 2014-09-08 | 2 | -0/+28 |
| | |||||
* | fix #349 | Maximilian Hils | 2014-09-07 | 1 | -4/+12 |
| | |||||
* | update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93 | Maximilian Hils | 2014-09-05 | 1 | -7/+7 |
| | |||||
* | Merge branch 'issue_341' into server_change_api | Maximilian Hils | 2014-09-04 | 1 | -0/+2 |
|\ | |||||
| * | Merge branch 'master' into issue_341 | Maximilian Hils | 2014-09-04 | 1 | -0/+2 |
| |\ | |||||
| | * | Add urwid stop prior to stack trace so exceptions are not cleared from screen | deployable | 2014-09-04 | 1 | -0/+2 |
| | | | |||||
* | | | Merge branch 'issue_341' into server_change_api | Maximilian Hils | 2014-09-04 | 2 | -6/+5 |
|\| | | | | | | | | | | | | | | | | | Conflicts: examples/redirect_requests.py libmproxy/console/common.py | ||||
| * | | fix some leftovers | Maximilian Hils | 2014-09-04 | 2 | -6/+5 |
| | | | |||||
* | | | improve HTTPRequest syntax | Maximilian Hils | 2014-09-03 | 2 | -10/+12 |
|/ / | |||||
* / | fix #341 - work on flows instead of request/response internally. | Maximilian Hils | 2014-09-03 | 1 | -13/+13 |
|/ | |||||
* | ui: display * instead of 0.0.0.0 for the bound address | Maximilian Hils | 2014-09-03 | 1 | -1/+4 |
| | |||||
* | add status bar indicator for streaming | Maximilian Hils | 2014-07-25 | 1 | -0/+2 |
| | |||||
* | workaround: always make sure that flow.response.reply exists | Maximilian Hils | 2014-07-25 | 2 | -2/+2 |
| | |||||
* | fix to make it so streaming with mitmproxy doesn't explode due to no reply ↵ | Brad Peabody | 2014-07-24 | 1 | -1/+1 |
| | | | | on response | ||||
* | add --stream options, various fixes | Maximilian Hils | 2014-07-21 | 1 | -0/+3 |
| | |||||
* | Remove global should_exit and fix tests | Vyacheslav Bakhmutov | 2014-06-13 | 1 | -2/+2 |
| | |||||
* | - working WBXML parser | David Shaw | 2014-05-06 | 2 | -0/+24 |
| | |||||
* | fix issue #260 | Maximilian Hils | 2014-04-07 | 1 | -1/+3 |
| | |||||
* | fix display bugs (fixes #243) | Maximilian Hils | 2014-03-18 | 1 | -2/+5 |
| | |||||
* | remove debug switch | Maximilian Hils | 2014-03-13 | 1 | -5/+1 |
| | |||||
* | adjust command line docs, fix log typo | Maximilian Hils | 2014-03-13 | 1 | -1/+1 |
| | |||||
* | add support for log levels | Maximilian Hils | 2014-03-13 | 2 | -13/+13 |
| | |||||
* | restrict -e to mitmproxy only (not mitmdump) | Maximilian Hils | 2014-03-12 | 1 | -1/+1 |
| | |||||
* | always use relative imports, fix status bar bug | Maximilian Hils | 2014-03-10 | 8 | -15/+20 |
| | |||||
* | update docs, fix #215 | Maximilian Hils | 2014-03-10 | 1 | -2/+2 |
| | |||||
* | add advanced proxying options, add SSL-terminating capability to mitmproxy | Maximilian Hils | 2014-03-10 | 2 | -24/+2 |
| | |||||
* | fix mentions of CONTENT_MISSING in libmproxy.console | Maximilian Hils | 2014-03-09 | 2 | -5/+7 |
| | |||||
* | remove redundant codeline | Sergey Chipiga | 2014-03-05 | 1 | -1/+0 |
| | |||||
* | Adapt for new pathod and netlib APIs. | Aldo Cortesi | 2014-03-02 | 1 | -1/+0 |
| | |||||
* | add helpful messages on wrap | Pedro Worcel | 2014-02-22 | 1 | -11/+25 |
| | |||||
* | fix the wrapping on backward searches | Pedro Worcel | 2014-02-22 | 1 | -15/+26 |
| | |||||
* | add docs | Pedro Worcel | 2014-02-22 | 1 | -1/+2 |
| | |||||
* | add multi-line support to backwards search | Pedro Worcel | 2014-02-22 | 1 | -7/+11 |
| | |||||
* | add multi-line support | Pedro Worcel | 2014-02-22 | 1 | -3/+10 |
| | |||||
* | add basic backwards search | Pedro Worcel | 2014-02-22 | 1 | -25/+49 |
| | |||||
* | Fix flow initialization order error | Aldo Cortesi | 2014-02-08 | 1 | -4/+0 |
| | | | | Resolves #210 | ||||
* | Better response when mitmproxy crashes. | Aldo Cortesi | 2014-02-08 | 1 | -2/+7 |
| | |||||
* | fix bugs, expose timestamp information to console ui | Maximilian Hils | 2014-02-06 | 2 | -14/+19 |
| | |||||
* | mock urwid to run console tests on windows, push failing testcases down to ↵ | Maximilian Hils | 2014-02-05 | 1 | -1/+1 |
| | | | | 0. :-) | ||||
* | fix all tests except those using set_url and get_url | Maximilian Hils | 2014-02-05 | 3 | -5/+5 |
| | |||||
* | merge flow classes. current status: basic mitmdump working | Maximilian Hils | 2014-01-30 | 1 | -1/+1 |
| | |||||
* | Silence pyflakes | Aldo Cortesi | 2014-01-19 | 2 | -2/+2 |
| | | | | And pick up one bug as a consequence. | ||||
* | Handle views that don't support search gracefully | Aldo Cortesi | 2014-01-19 | 1 | -3/+12 |
| | | | | | This includes all key/value formatted views, e.g. the image view. We need to support these ultimately, but no time before the next release. | ||||
* | Re-enable caching on search. | Aldo Cortesi | 2014-01-19 | 1 | -10/+3 |
| | |||||
* | Extract command parsing and use in script grid editor | Aldo Cortesi | 2014-01-13 | 1 | -5/+6 |
| | |||||
* | Script refactoring: move script command parsing into script module. | Aldo Cortesi | 2014-01-12 | 1 | -9/+9 |
| |