| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Integrate Urwid's MainLoop in console mitmproxy | Aldo Cortesi | 2015-03-13 | 1 | -191/+191 |
|/ |
|
* | clean up flow reading | Maximilian Hils | 2015-02-05 | 1 | -25/+20 |
* | Merge remote-tracking branch 'tekii/master' | Maximilian Hils | 2015-02-05 | 1 | -4/+6 |
|\ |
|
| * | open flow files using with as max suggested | Marcelo Glezer | 2015-01-12 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'base/master' | Marcelo Glezer | 2015-01-12 | 1 | -4/+12 |
| |\ |
|
| * | | now mitmproxy supports multiple saved flows files too. also fixed server_play... | Marcelo Glezer | 2015-01-06 | 1 | -5/+7 |
* | | | fix statusbar initialization | Maximilian Hils | 2015-02-05 | 1 | -0/+2 |
* | | | hotfix to mitmproxy missing start_server_playback() parameter added. backport... | Marcelo Glezer | 2015-01-12 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge branch 'master' of github.com:mitmproxy/mitmproxy | Maximilian Hils | 2015-01-09 | 1 | -2/+10 |
|\ \ |
|
| * | | Error to stdout when loading bad replays from the command line | Nick HS | 2015-01-08 | 1 | -2/+10 |
| |/ |
|
* / | fix #443 | Maximilian Hils | 2015-01-09 | 1 | -2/+2 |
|/ |
|
* | Consolidate reading flows from file, use in mitmweb. | Aldo Cortesi | 2015-01-02 | 1 | -15/+15 |
* | fix #435 | Maximilian Hils | 2014-12-29 | 1 | -0/+4 |
* | fix mitmproxy -w | Maximilian Hils | 2014-12-29 | 1 | -6/+6 |
* | web: intercept feature | Maximilian Hils | 2014-12-23 | 1 | -2/+2 |
* | introduce revised views, port over changes from multiple_views branch | Maximilian Hils | 2014-11-26 | 1 | -4/+4 |
* | always show error messages | Maximilian Hils | 2014-11-15 | 1 | -1/+1 |
* | fix #399 | Maximilian Hils | 2014-11-06 | 1 | -1/+2 |
* | Reduce loop timeouts to improve mitmproxy responsiveness | Aldo Cortesi | 2014-11-06 | 1 | -1/+1 |
* | add generic tcp proxying, fix #374 | Maximilian Hils | 2014-10-18 | 1 | -7/+23 |
* | 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 |
* | add --ignore ui indication | Maximilian Hils | 2014-09-08 | 1 | -0/+16 |
* | fix #349 | Maximilian Hils | 2014-09-07 | 1 | -4/+12 |
* | 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 |
* | | 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 |
* | 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 |
* | 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 | 1 | -12/+12 |
* | always use relative imports, fix status bar bug | Maximilian Hils | 2014-03-10 | 1 | -4/+6 |
* | add advanced proxying options, add SSL-terminating capability to mitmproxy | Maximilian Hils | 2014-03-10 | 1 | -23/+2 |
* | remove redundant codeline | Sergey Chipiga | 2014-03-05 | 1 | -1/+0 |
* | Fix flow initialization order error | Aldo Cortesi | 2014-02-08 | 1 | -4/+0 |
* | 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 | 1 | -1/+1 |
* | mock urwid to run console tests on windows, push failing testcases down to 0.... | Maximilian Hils | 2014-02-05 | 1 | -1/+1 |
* | fix all tests except those using set_url and get_url | Maximilian Hils | 2014-02-05 | 1 | -1/+1 |
* | Silence pyflakes | Aldo Cortesi | 2014-01-19 | 1 | -1/+1 |
* | Script refactoring: move script command parsing into script module. | Aldo Cortesi | 2014-01-12 | 1 | -9/+9 |
* | Clean up and clarify script API | Aldo Cortesi | 2014-01-12 | 1 | -4/+6 |
* | Start refactoring scripts | Aldo Cortesi | 2014-01-12 | 1 | -1/+4 |
* | Merge branch 'master' of ssh.github.com:cortesi/mitmproxy | Aldo Cortesi | 2014-01-04 | 1 | -1/+1 |
|\ |
|
| * | fix #195 | Maximilian Hils | 2014-01-03 | 1 | -1/+1 |